Skip to content

Commit

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

## 2024-12-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

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

---

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

- **FIX**: rollback `window.__ever` variable & initialization event.
- **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.4`

- **FIX**: rollback `window.__ever` variable & initialization event.
- **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.4

- **FIX**: rollback `window.__ever` variable & initialization event.
- **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-17

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

- **FIX**: rollback `window.__ever` variable & initialization event.
- **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.3

- **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 @@ -400,7 +400,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.8-dev.3"
version: "0.1.8-dev.4"
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.3
version: 1.8.0-dev.4
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.3
version: 0.1.8-dev.4
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit 0f3c182

Please sign in to comment.