Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - nekoton_webview@0.1.8-dev.0
 - nekoton_webview_example@1.8.0-dev.0
  • Loading branch information
Odrin committed Jun 20, 2024
1 parent d7aa2bd commit dc4a68f
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 3 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,62 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nekoton_webview` - `v0.1.8-dev.0`](#nekoton_webview---v018-dev0)
- [`nekoton_webview_example` - `v1.8.0-dev.0`](#nekoton_webview_example---v180-dev0)

---

#### `nekoton_webview` - `v0.1.8-dev.0`

- **FIX**: add mobile identify flag to provider (#32).
- **FIX**: `FullContractState` codegen (#29).
- **FIX**: calling nekoton events (#27).
- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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.0`

- **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.0

- **FIX**: add mobile identify flag to provider (#32).
- **FIX**: `FullContractState` codegen (#29).
- **FIX**: calling nekoton events (#27).
- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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).


## 2023-11-23

### Changes
Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.8.0-dev.0

- **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.7.0

- **FEAT**: add actions to call provider (#23).
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.7"
version: "0.1.8-dev.0"
nested:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nekoton_webview_example
description: Nekoton webview example
version: 1.7.0
version: 1.8.0-dev.0
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nekoton_webview
description: Flutter webview nekoton inpage provider bindings
version: 0.1.7
version: 0.1.8-dev.0
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit dc4a68f

Please sign in to comment.