From 3ff72d314fdce55463e5b245ddbaead4710bbd54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:05:34 +0800 Subject: [PATCH] chore: release 2.1.1 (#99) Prepare releasing **2.1.1** After this pull request is merged, the following steps below will be going on: * Create tag for **2.1.1** * Publish to pub.dev * Create Github release for **2.1.1** *This pull request is opened by bot* Co-authored-by: littleGnAl --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5feea..d725e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.1.0...2.1.1) (2024-04-19) + + +### Bug Fixes + +* Make dependencies more compatible with other packages ([#97](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/97)) ([48146f1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/48146f1d6c1a765012e87b7dc39ef1939828f1db)) +* Prevent creation of multiple isolates when IrisMethodChannel.initialize is called multiple times simultaneously ([#98](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/98)) ([20779db](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/20779dbb11a93fdcf090cbd817ccc52d38794f8a)) + ## [2.1.0](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.0.1...2.1.0) (2024-03-05) diff --git a/pubspec.yaml b/pubspec.yaml index 0ad6cd9..78e2a05 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.1.0 +version: 2.1.1 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main environment: