Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Nov 22, 2024
1 parent 6241bc3 commit 5dea4a2
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions image_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions image_editor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion image_editor_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5dea4a2

Please sign in to comment.