Skip to content

Commit

Permalink
chore: prepare for 2.1.3
Browse files Browse the repository at this point in the history
## [2.1.3](2.1.2...2.1.3) (2025-02-27)

### Bug Fixes

* Incorrectly scrolling content for in-app modal messages positioned top/bottom ([#208](#208)) ([5bdf0eb](5bdf0eb))
  • Loading branch information
semantic-release-bot committed Feb 27, 2025
1 parent 5bdf0eb commit e2939fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.3](https://github.com/customerio/customerio-flutter/compare/2.1.2...2.1.3) (2025-02-27)

### Bug Fixes

* Incorrectly scrolling content for in-app modal messages positioned top/bottom ([#208](https://github.com/customerio/customerio-flutter/issues/208)) ([5bdf0eb](https://github.com/customerio/customerio-flutter/commit/5bdf0ebae6a5c2f0f34589d80c77212557dfd033))

## [2.1.2](https://github.com/customerio/customerio-flutter/compare/2.1.1...2.1.2) (2025-02-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/res/values/customer_io_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
This will be updated by update-version script with Flutter package version
whenever new version of Flutter package is released
-->
<string name="customer_io_wrapper_sdk_client_version">2.1.2</string>
<string name="customer_io_wrapper_sdk_client_version">2.1.3</string>
</resources>
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "2.1.2";
const version = "2.1.3";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: customer_io
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
version: 2.1.2
version: 2.1.3
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit e2939fd

Please sign in to comment.