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 May 14, 2024
1 parent 1cb6db3 commit dd26f55
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 5 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`image_editor_common` - `v1.1.2`](#image_editor_common---v112)
- [`image_editor_ohos` - `v0.0.9`](#image_editor_ohos---v009)
- [`image_editor` - `v1.5.1`](#image_editor---v151)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `image_editor` - `v1.5.1`

---

#### `image_editor_common` - `v1.1.2`

- **FIX**: add android.compileOptions.compatibility, upgrade kotlin version.

#### `image_editor_ohos` - `v0.0.9`

- **FIX**: mergeToFile return parameter type error.
- **FIX**: * Fix merge image rendering error on Openharmony.
- **FIX**: Fix text drawing coordinate system on OpenHarmony.
- **FIX**: Add system font for add_text on OpenHarmony.
- **FEAT**: Update harmony plugin structure (#134).
- **FEAT**: Support draw, merge, mix image for OpenHarmony.
- **FEAT**: update readme about OpenHarmony example.
- **FEAT**: Create an ohos example to ohos/example.
- **FEAT**: Keep sdk limition the same as image_editor.
- **FEAT**: support flip, crop, rotate, scale for OpenHarmony.
- **FEAT**: support openharmony.

4 changes: 4 additions & 0 deletions image_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1

- Update a dependency to the latest release.

# CHANGELOG

## 1.5.0
Expand Down
6 changes: 3 additions & 3 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.0
version: 1.5.1
repository: https://github.com/fluttercandies/flutter_image_editor

environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter
image_editor_platform_interface: ^1.1.0
image_editor_common: ^1.1.1
image_editor_ohos: ^0.0.7
image_editor_common: ^1.1.2
image_editor_ohos: ^0.0.9
# image_editor_common:
# path: ../image_editor_common
# image_editor_platform_interface:
Expand Down
4 changes: 4 additions & 0 deletions image_editor_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- **FIX**: add android.compileOptions.compatibility, upgrade kotlin version.

# CHANGELOG

## 1.1.1
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.1
version: 1.1.2
repository: https://github.com/fluttercandies/flutter_image_editor

environment:
Expand Down
14 changes: 14 additions & 0 deletions image_editor_ohos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.0.9

- **FIX**: mergeToFile return parameter type error.
- **FIX**: * Fix merge image rendering error on Openharmony.
- **FIX**: Fix text drawing coordinate system on OpenHarmony.
- **FIX**: Add system font for add_text on OpenHarmony.
- **FEAT**: Update harmony plugin structure (#134).
- **FEAT**: Support draw, merge, mix image for OpenHarmony.
- **FEAT**: update readme about OpenHarmony example.
- **FEAT**: Create an ohos example to ohos/example.
- **FEAT**: Keep sdk limition the same as image_editor.
- **FEAT**: support flip, crop, rotate, scale for OpenHarmony.
- **FEAT**: support openharmony.

## 0.0.8

* Update plugin structure
Expand Down
2 changes: 1 addition & 1 deletion image_editor_ohos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: image_editor_ohos
description: The OpenHarmony implementation of image_editor
version: 0.0.8
version: 0.0.9
repository: https://github.com/fluttercandies/flutter_image_editor
topics:
- image-editor
Expand Down

0 comments on commit dd26f55

Please sign in to comment.