Skip to content

Commit

Permalink
chore: release 2.1.1 (#99)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
github-actions[bot] and littleGnAl authored Apr 19, 2024
1 parent 20779db commit 3ff72d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.1.0
version: 2.1.1
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main
environment:
Expand Down

0 comments on commit 3ff72d3

Please sign in to comment.