Skip to content

Commit

Permalink
feat: bump dep version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 25, 2024
1 parent 594cbc1 commit ad76c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions image_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Support draw, merge, mix image for OpenHarmony
- Fix: mergeToFile return parameter type error
- Feat: Support `TextAlign` for `EditorText`.
- deps: Bump `image_editor_platform_interface` to `1.1.0`.
- deps: Bump `image_editor_common` to `1.1.1`.
- deps: Bump `image_editor_ohos` to `0.0.7`.

## 1.4.0

Expand Down
6 changes: 3 additions & 3 deletions image_editor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
image_editor_platform_interface: ^1.0.0
image_editor_common: ^1.0.1
image_editor_platform_interface: ^1.1.0
image_editor_common: ^1.1.1
image_editor_ohos: ^0.0.7
# image_editor_common:
# path: ../image_editor_common
Expand All @@ -34,4 +34,4 @@ flutter:
macos:
default_package: image_editor_common
ohos:
default_package: image_editor_ohos
default_package: image_editor_ohos

0 comments on commit ad76c11

Please sign in to comment.