Skip to content

Commit ad76c11

Browse files
committed
feat: bump dep version
Signed-off-by: Caijinglong <[email protected]>
1 parent 594cbc1 commit ad76c11

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

image_editor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Support draw, merge, mix image for OpenHarmony
66
- Fix: mergeToFile return parameter type error
77
- Feat: Support `TextAlign` for `EditorText`.
8+
- deps: Bump `image_editor_platform_interface` to `1.1.0`.
9+
- deps: Bump `image_editor_common` to `1.1.1`.
10+
- deps: Bump `image_editor_ohos` to `0.0.7`.
811

912
## 1.4.0
1013

image_editor/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
image_editor_platform_interface: ^1.0.0
14-
image_editor_common: ^1.0.1
13+
image_editor_platform_interface: ^1.1.0
14+
image_editor_common: ^1.1.1
1515
image_editor_ohos: ^0.0.7
1616
# image_editor_common:
1717
# path: ../image_editor_common
@@ -34,4 +34,4 @@ flutter:
3434
macos:
3535
default_package: image_editor_common
3636
ohos:
37-
default_package: image_editor_ohos
37+
default_package: image_editor_ohos

0 commit comments

Comments
 (0)