Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bump #39

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3`](#nekoton_webview---v018-dev3)
- [`nekoton_webview_example` - `v1.8.0-dev.3`](#nekoton_webview_example---v180-dev3)

---

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

- **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.3`

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

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

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

- **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.2"
version: "0.1.8-dev.3"
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.2
version: 1.8.0-dev.3
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.2
version: 0.1.8-dev.3
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down
Loading