diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8c208..d2ea028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-11-22 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`image_editor` - `v1.6.0`](#image_editor---v160) + - [`image_editor_common` - `v1.2.0`](#image_editor_common---v120) + +--- + +#### `image_editor` - `v1.6.0` + + - **FIX**: error for new sdk. + - **FEAT**: upgrade android sdk to 35. + - **DOCS**(README): external link BlendMode (#137). + +#### `image_editor_common` - `v1.2.0` + + - **FIX**: error for new sdk. + - **FEAT**: upgrade android sdk to 35. + + ## 2024-05-14 ### Changes diff --git a/image_editor/CHANGELOG.md b/image_editor/CHANGELOG.md index 24467d8..f75a325 100644 --- a/image_editor/CHANGELOG.md +++ b/image_editor/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.6.0 + + - **FIX**: error for new sdk. + - **FEAT**: upgrade android sdk to 35. + - **DOCS**(README): external link BlendMode (#137). + ## 1.5.1 - Update a dependency to the latest release. diff --git a/image_editor/pubspec.yaml b/image_editor/pubspec.yaml index c8421bd..f2e3a1d 100644 --- a/image_editor/pubspec.yaml +++ b/image_editor/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor description: Edit your image data and output to file/memory on Android and iOS. -version: 1.5.1 +version: 1.6.0 repository: https://github.com/fluttercandies/flutter_image_editor environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter image_editor_platform_interface: ^1.1.0 - image_editor_common: ^1.1.2 + image_editor_common: ^1.2.0 image_editor_ohos: ^0.0.9 # image_editor_common: # path: ../image_editor_common diff --git a/image_editor_common/pubspec.yaml b/image_editor_common/pubspec.yaml index c610527..5b086b1 100644 --- a/image_editor_common/pubspec.yaml +++ b/image_editor_common/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor_common description: Edit your image data and output to file/memory on Android and iOS. -version: 1.1.2 +version: 1.2.0 repository: https://github.com/fluttercandies/flutter_image_editor environment: