Skip to content

Commit

Permalink
chore(release): publish packages (#38)
Browse files Browse the repository at this point in the history
- nekoton_webview@0.1.8-dev.2
 - nekoton_webview_example@1.8.0-dev.2
  • Loading branch information
Odrin authored Oct 17, 2024
1 parent 681c2bd commit aa2c870
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 3 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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).
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.8.0-dev.1
version: 1.8.0-dev.2
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.8-dev.1
version: 0.1.8-dev.2
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit aa2c870

Please sign in to comment.