Skip to content

Commit

Permalink
chore(release): publish packages (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrin authored Sep 27, 2023
1 parent b6a243c commit dc98633
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 3 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nekoton_webview` - `v0.1.6`](#nekoton_webview---v016)
- [`nekoton_webview_example` - `v1.6.0`](#nekoton_webview_example---v160)

---

#### `nekoton_webview` - `v0.1.6`

- **FIX**: `FullContractState` codegen (#29).
- **FIX**: calling nekoton events (#27).
- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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.6.0`

- **FEAT**: add actions to call provider (#23).
- **FEAT**: use flutter templates repository (#18).
- **FEAT**: provider api dart bindings.
- **FEAT**: add example app.

## 0.1.6

- **FIX**: `FullContractState` codegen (#29).
- **FIX**: calling nekoton events (#27).
- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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-09-05

### Changes
Expand Down
7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.0

- **FEAT**: add actions to call provider (#23).
- **FEAT**: use flutter templates repository (#18).
- **FEAT**: provider api dart bindings.
- **FEAT**: add example app.

## 1.5.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 @@ -302,7 +302,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
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.5.0
version: 1.6.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.5
version: 0.1.6
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit dc98633

Please sign in to comment.