Skip to content

Commit

Permalink
chore: prepare for 1.0.0
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-10-12)

### Features

* added missing methods ([customerio#17](https://github.com/AristideVB/customerio-flutter/issues/17)) ([73f29e6](73f29e6))
* added SDK config  ([customerio#1](https://github.com/AristideVB/customerio-flutter/issues/1)) ([e8ed7dd](e8ed7dd))
* do not show modal message if screen changes and page rule mismatches ([customerio#131](https://github.com/AristideVB/customerio-flutter/issues/131)) ([a563055](a563055))
* in-app dismiss support ([customerio#51](https://github.com/AristideVB/customerio-flutter/issues/51)) ([c4d21f2](c4d21f2))
* in-app message persistence ([customerio#97](https://github.com/AristideVB/customerio-flutter/issues/97)) ([71d85cc](71d85cc))
* process push notifications received outside CIO SDK ([customerio#38](https://github.com/AristideVB/customerio-flutter/issues/38)) ([7b5cb7e](7b5cb7e))
* support for android gradle plugin 8 ([customerio#117](https://github.com/AristideVB/customerio-flutter/issues/117)) ([48b4e06](48b4e06))
* tracking and in-app added ([customerio#2](https://github.com/AristideVB/customerio-flutter/issues/2)) ([c23f2d9](c23f2d9))

### Bug Fixes

* add test coverage and refactored scripts ([customerio#34](https://github.com/AristideVB/customerio-flutter/issues/34)) ([f7f2387](f7f2387))
* added proguard rules for R8 strict mode ([customerio#116](https://github.com/AristideVB/customerio-flutter/issues/116)) ([9946fe7](9946fe7))
* autoupdate to latest major version of iOS SDK ([customerio#40](https://github.com/AristideVB/customerio-flutter/issues/40)) ([974a342](974a342))
* formatting issues ([d67fa7e](d67fa7e))
* hardcode android native SDK version ([customerio#61](https://github.com/AristideVB/customerio-flutter/issues/61)) ([587f559](587f559))
* improve android push click behavior ([customerio#89](https://github.com/AristideVB/customerio-flutter/issues/89)) ([62b9e61](62b9e61))
* improve in-app logs ([customerio#139](https://github.com/AristideVB/customerio-flutter/issues/139)) ([b10cc75](b10cc75))
* in-app concurrency issue android ([customerio#73](https://github.com/AristideVB/customerio-flutter/issues/73)) ([93332a4](93332a4))
* in-app crash for no browser ([customerio#94](https://github.com/AristideVB/customerio-flutter/issues/94)) ([8b859ed](8b859ed))
* in-app messages not displaying for release builds on Android ([customerio#65](https://github.com/AristideVB/customerio-flutter/issues/65)) ([1d742c2](1d742c2))
* in-app remove gist org id ([customerio#19](https://github.com/AristideVB/customerio-flutter/issues/19)) ([ce4cc9e](ce4cc9e))
* iOS crash on forced unwrapping  ([customerio#59](https://github.com/AristideVB/customerio-flutter/issues/59)) ([f514174](f514174))
* missing methods and extra dependency ([2c5deca](2c5deca))
* missing opened metric on android 12 and above ([customerio#43](https://github.com/AristideVB/customerio-flutter/issues/43)) ([1a61e0e](1a61e0e))
* obj-c bindings issue ([0dbe4ef](0dbe4ef))
* plugin version in user-agent ([a10e482](a10e482))
* release script typo ([2a8b7ae](2a8b7ae))
* send native to flutter messages on main thread ([customerio#134](https://github.com/AristideVB/customerio-flutter/issues/134)) ([bc8704b](bc8704b))
* stack-overflow caused by BQ recursion ([customerio#90](https://github.com/AristideVB/customerio-flutter/issues/90)) ([ebc7511](ebc7511))
* typo fixed ([customerio#9](https://github.com/AristideVB/customerio-flutter/issues/9)) ([a5107df](a5107df)), closes [customerio#7](https://github.com/AristideVB/customerio-flutter/issues/7) [customerio#8](https://github.com/AristideVB/customerio-flutter/issues/8)
* updated android dependency to auto update ([customerio#24](https://github.com/AristideVB/customerio-flutter/issues/24)) ([040cef2](040cef2))
* updated icon and typo ([57c6eef](57c6eef))
* updated module name from common to CioInternalCommon ([customerio#55](https://github.com/AristideVB/customerio-flutter/issues/55)) ([d81f8df](d81f8df))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent 3225029 commit acc5dad
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 1.0.0 (2024-10-12)

### Features

* added missing methods ([#17](https://github.com/AristideVB/customerio-flutter/issues/17)) ([73f29e6](https://github.com/AristideVB/customerio-flutter/commit/73f29e64cb58c24f97f3654c5519e22e5255c507))
* added SDK config ([#1](https://github.com/AristideVB/customerio-flutter/issues/1)) ([e8ed7dd](https://github.com/AristideVB/customerio-flutter/commit/e8ed7ddef985895840a4e406c1a5bb35250c7096))
* do not show modal message if screen changes and page rule mismatches ([#131](https://github.com/AristideVB/customerio-flutter/issues/131)) ([a563055](https://github.com/AristideVB/customerio-flutter/commit/a5630555e34668a10c299a1b22f59afcc46217e9))
* in-app dismiss support ([#51](https://github.com/AristideVB/customerio-flutter/issues/51)) ([c4d21f2](https://github.com/AristideVB/customerio-flutter/commit/c4d21f2c294ee37ebfc8f644bc6580cd44556544))
* in-app message persistence ([#97](https://github.com/AristideVB/customerio-flutter/issues/97)) ([71d85cc](https://github.com/AristideVB/customerio-flutter/commit/71d85cc4ce25a37399a68afda975abea19bfccc1))
* process push notifications received outside CIO SDK ([#38](https://github.com/AristideVB/customerio-flutter/issues/38)) ([7b5cb7e](https://github.com/AristideVB/customerio-flutter/commit/7b5cb7e2aab1f7d3d9a521d5a58b9d0f3eab5177))
* support for android gradle plugin 8 ([#117](https://github.com/AristideVB/customerio-flutter/issues/117)) ([48b4e06](https://github.com/AristideVB/customerio-flutter/commit/48b4e06ae85ef7bd58e963e89d67d23d7191d5aa))
* tracking and in-app added ([#2](https://github.com/AristideVB/customerio-flutter/issues/2)) ([c23f2d9](https://github.com/AristideVB/customerio-flutter/commit/c23f2d936b801692618c5938ab3d32183345fbbe))

### Bug Fixes

* add test coverage and refactored scripts ([#34](https://github.com/AristideVB/customerio-flutter/issues/34)) ([f7f2387](https://github.com/AristideVB/customerio-flutter/commit/f7f2387941a6416411b26061420ccfb98ed0db72))
* added proguard rules for R8 strict mode ([#116](https://github.com/AristideVB/customerio-flutter/issues/116)) ([9946fe7](https://github.com/AristideVB/customerio-flutter/commit/9946fe73938ae25caf4beac710855feeaa2e4dba))
* autoupdate to latest major version of iOS SDK ([#40](https://github.com/AristideVB/customerio-flutter/issues/40)) ([974a342](https://github.com/AristideVB/customerio-flutter/commit/974a3422544e712ae52fc7ca1a8318601d0859c2))
* formatting issues ([d67fa7e](https://github.com/AristideVB/customerio-flutter/commit/d67fa7eea264d20e1b6314277bef926150625f4e))
* hardcode android native SDK version ([#61](https://github.com/AristideVB/customerio-flutter/issues/61)) ([587f559](https://github.com/AristideVB/customerio-flutter/commit/587f559fbba4864d17f0506875474ff705866189))
* improve android push click behavior ([#89](https://github.com/AristideVB/customerio-flutter/issues/89)) ([62b9e61](https://github.com/AristideVB/customerio-flutter/commit/62b9e615cbe0c145319d4a5ceb8ab44823b6adb6))
* improve in-app logs ([#139](https://github.com/AristideVB/customerio-flutter/issues/139)) ([b10cc75](https://github.com/AristideVB/customerio-flutter/commit/b10cc751d6f220e7c7ade1c189bba28ee16b68ff))
* in-app concurrency issue android ([#73](https://github.com/AristideVB/customerio-flutter/issues/73)) ([93332a4](https://github.com/AristideVB/customerio-flutter/commit/93332a44f0865534b414626a9f177efbb979f311))
* in-app crash for no browser ([#94](https://github.com/AristideVB/customerio-flutter/issues/94)) ([8b859ed](https://github.com/AristideVB/customerio-flutter/commit/8b859eddf383c1a195767eb87cf6513bb81ac44c))
* in-app messages not displaying for release builds on Android ([#65](https://github.com/AristideVB/customerio-flutter/issues/65)) ([1d742c2](https://github.com/AristideVB/customerio-flutter/commit/1d742c2975fd200df45a7e6c81c54eead0302a9c))
* in-app remove gist org id ([#19](https://github.com/AristideVB/customerio-flutter/issues/19)) ([ce4cc9e](https://github.com/AristideVB/customerio-flutter/commit/ce4cc9e4dd596ba2ff47e02199096154eac8ec06))
* iOS crash on forced unwrapping ([#59](https://github.com/AristideVB/customerio-flutter/issues/59)) ([f514174](https://github.com/AristideVB/customerio-flutter/commit/f5141742c49e876f40034d366c7122d519ee897e))
* missing methods and extra dependency ([2c5deca](https://github.com/AristideVB/customerio-flutter/commit/2c5decac44288e6fba439c1a5669032a0282c69c))
* missing opened metric on android 12 and above ([#43](https://github.com/AristideVB/customerio-flutter/issues/43)) ([1a61e0e](https://github.com/AristideVB/customerio-flutter/commit/1a61e0e587bd0315122db2783b76930fa372c589))
* obj-c bindings issue ([0dbe4ef](https://github.com/AristideVB/customerio-flutter/commit/0dbe4ef4a893df10d5bf060b6635240699357fa1))
* plugin version in user-agent ([a10e482](https://github.com/AristideVB/customerio-flutter/commit/a10e482de83bb4f648408f99a2bed1cade6561c7))
* release script typo ([2a8b7ae](https://github.com/AristideVB/customerio-flutter/commit/2a8b7aea96d74cd095c122cede2f7c7ff3dfbd89))
* send native to flutter messages on main thread ([#134](https://github.com/AristideVB/customerio-flutter/issues/134)) ([bc8704b](https://github.com/AristideVB/customerio-flutter/commit/bc8704b03891372566f3450ed02a082ecb0ae4a9))
* stack-overflow caused by BQ recursion ([#90](https://github.com/AristideVB/customerio-flutter/issues/90)) ([ebc7511](https://github.com/AristideVB/customerio-flutter/commit/ebc7511d19409d7524f5aa8dd5446d85dc14ecfb))
* typo fixed ([#9](https://github.com/AristideVB/customerio-flutter/issues/9)) ([a5107df](https://github.com/AristideVB/customerio-flutter/commit/a5107dfb566561d9b8d3155f0a8a87096de78ee2)), closes [#7](https://github.com/AristideVB/customerio-flutter/issues/7) [#8](https://github.com/AristideVB/customerio-flutter/issues/8)
* updated android dependency to auto update ([#24](https://github.com/AristideVB/customerio-flutter/issues/24)) ([040cef2](https://github.com/AristideVB/customerio-flutter/commit/040cef205821c9bb1913a378dfffa356a3b25650))
* updated icon and typo ([57c6eef](https://github.com/AristideVB/customerio-flutter/commit/57c6eefb7d77bc88972450d75e74f1982abb8b16))
* updated module name from common to CioInternalCommon ([#55](https://github.com/AristideVB/customerio-flutter/issues/55)) ([d81f8df](https://github.com/AristideVB/customerio-flutter/commit/d81f8df2f3c686f197625c77900af0862211b8e1))

## [1.5.2](https://github.com/customerio/customerio-flutter/compare/1.5.1...1.5.2) (2024-09-06)

### Bug Fixes
Expand Down
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 = "1.5.2";
const version = "1.0.0";
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: 1.5.2
version: 1.0.0
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit acc5dad

Please sign in to comment.