From 418b5d4e6c60212c9edae73d6c89219c99902eb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:07:53 +0800 Subject: [PATCH] chore: release 2.2.2 (#112) 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 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59ebc8..04f614f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2b23658..a06c3e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: