diff --git a/image_editor/CHANGELOG.md b/image_editor/CHANGELOG.md index 26e3cd8..fc6f0a1 100644 --- a/image_editor/CHANGELOG.md +++ b/image_editor/CHANGELOG.md @@ -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 diff --git a/image_editor/pubspec.yaml b/image_editor/pubspec.yaml index 8a77d6d..52f2882 100644 --- a/image_editor/pubspec.yaml +++ b/image_editor/pubspec.yaml @@ -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 @@ -34,4 +34,4 @@ flutter: macos: default_package: image_editor_common ohos: - default_package: image_editor_ohos \ No newline at end of file + default_package: image_editor_ohos