diff --git a/CHANGELOG.md b/CHANGELOG.md index 678f419..e5388ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-22 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nekoton_webview` - `v0.1.2`](#nekoton_webview---v012) + - [`nekoton_webview_example` - `v1.2.0`](#nekoton_webview_example---v120) + +--- + +#### `nekoton_webview` - `v0.1.2` + + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + - **FEAT**: mvp. + +#### `nekoton_webview_example` - `v1.2.0` + + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + +## 0.1.2 + + - **FIX**: downgrade Wandalen/wretry.action (#13). + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + - **FEAT**: mvp. + + ## 2023-07-06 ### Changes diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index b1f092a..48b285e 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 + + - **FEAT**: use flutter templates repository (#18). + - **FEAT**: provider api dart bindings. + - **FEAT**: add example app. + ## 1.1.0 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/example/pubspec.lock b/example/pubspec.lock index cedc93b..9be53d2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -302,7 +302,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" nested: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 34db822..c118b49 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview_example description: Nekoton webview example -version: 1.1.0 +version: 1.2.0 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 8802312..f3f67fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_webview description: Flutter webview nekoton inpage provider bindings -version: 0.1.1 +version: 0.1.2 repository: https://github.com/broxus/nekoton_webview environment: