Skip to content

Commit

Permalink
chore: release 2.2.2 (#112)
Browse files Browse the repository at this point in the history
Prepare releasing **2.2.2**

After this pull request is merged, the following steps below will be
going on:

* Create tag for **2.2.2**
* Publish to pub.dev
* Create Github release for **2.2.2**

*This pull request is opened by bot*

Co-authored-by: littleGnAl <littleGnAl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and littleGnAl authored Oct 23, 2024
1 parent d034965 commit 418b5d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.2](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.2.1...2.2.2) (2024-10-23)

### Bug Fixes

* Fix missing `OnEvent` callbacks with `IrisMethodChannel` used by multiple packages ([#108](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/108)) ([fe29371](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/fe29371f5de619cc4250ccdef7e5ac0a930f3f97))
* support android 15 16k page size ([#109](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/109)) ([0528722](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/05287229837ee4ceebb8a8045e0f4acef5f11caa))

## [2.2.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.2.0...2.2.1) (2024-10-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: iris_method_channel
description: >-
iris_method_channel is a method channel that communicate between C/C++(iris)
and dart, which is used by Agora Flutter SDKs.
version: 2.2.1
version: 2.2.2
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main
environment:
Expand Down

0 comments on commit 418b5d4

Please sign in to comment.