Skip to content

Commit

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

## 2023-09-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nekoton_webview` - `v0.1.3`](#nekoton_webview---v013)
- [`nekoton_webview_example` - `v1.3.0`](#nekoton_webview_example---v130)

---

#### `nekoton_webview` - `v0.1.3`

- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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.3.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.3

- **FIX**: downgrade Wandalen/wretry.action (#13).
- **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-08-22

### 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.3.0

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

## 1.2.0

- **FEAT**: use flutter templates repository (#18).
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.2"
version: "0.1.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.2.0
version: 1.3.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.2
version: 0.1.3
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit 254be57

Please sign in to comment.