diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ea241..af9216d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,57 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-09-27 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nekoton_webview` - `v0.1.6`](#nekoton_webview---v016) + - [`nekoton_webview_example` - `v1.6.0`](#nekoton_webview_example---v160) + +--- + +#### `nekoton_webview` - `v0.1.6` + + - **FIX**: `FullContractState` codegen (#29). + - **FIX**: calling nekoton events (#27). + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**: support other logging versions (#25). + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + - **FEAT**: mvp. + - **DOCS**: fix controller init param (#22). + +#### `nekoton_webview_example` - `v1.6.0` + + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + +## 0.1.6 + + - **FIX**: `FullContractState` codegen (#29). + - **FIX**: calling nekoton events (#27). + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**: support other logging versions (#25). + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + - **FEAT**: mvp. + - **DOCS**: fix controller init param (#22). + + ## 2023-09-05 ### Changes diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index c0322bb..de98de5 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.6.0 + + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + ## 1.5.0 - **FEAT**: add actions to call provider (#23). diff --git a/example/pubspec.lock b/example/pubspec.lock index 5aa5eea..f1b04c0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -302,7 +302,7 @@ packages: path: ".." relative: true source: path - version: "0.1.5" + version: "0.1.6" nested: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ede85c9..62f875d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview_example description: Nekoton webview example -version: 1.5.0 +version: 1.6.0 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 42cd6d3..386ce47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview description: Flutter webview nekoton inpage provider bindings -version: 0.1.5 +version: 0.1.6 repository: https://github.com/broxus/nekoton_webview environment: