diff --git a/CHANGELOG.md b/CHANGELOG.md index ef49338..18bfea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-17 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nekoton_webview` - `v0.1.8-dev.2`](#nekoton_webview---v018-dev2) + - [`nekoton_webview_example` - `v1.8.0-dev.2`](#nekoton_webview_example---v180-dev2) + +--- + +#### `nekoton_webview` - `v0.1.8-dev.2` + + - **FIX**: add mobile identify flag to provider (#32). + - **FIX**: `FullContractState` codegen (#29). + - **FIX**: calling nekoton events (#27). + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**(EWM-353): tvm provider announcer. + - **FEAT**: update inpage provider version (#34). + - **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.8.0-dev.2` + + - **FEAT**: update inpage provider version (#34). + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + +## 0.1.8-dev.2 + + - **FIX**: add mobile identify flag to provider (#32). + - **FIX**: `FullContractState` codegen (#29). + - **FIX**: calling nekoton events (#27). + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**(EWM-353): tvm provider announcer. + - **FEAT**: update inpage provider version (#34). + - **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). + + ## 2024-10-07 ### Changes diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index af5eb2e..d4b9b79 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.8.0-dev.2 + + - **FEAT**: update inpage provider version (#34). + - **FEAT**: add actions to call provider (#23). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + ## 1.8.0-dev.1 - **FEAT**: update inpage provider version (#34). diff --git a/example/pubspec.lock b/example/pubspec.lock index dc79ec7..abc434f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -387,7 +387,7 @@ packages: path: ".." relative: true source: path - version: "0.1.8-dev.1" + version: "0.1.8-dev.2" nested: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2cdcacc..db6d4c1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview_example description: Nekoton webview example -version: 1.8.0-dev.1 +version: 1.8.0-dev.2 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index d55db62..89366dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview description: Flutter webview nekoton inpage provider bindings -version: 0.1.8-dev.1 +version: 0.1.8-dev.2 repository: https://github.com/broxus/nekoton_webview environment: