Skip to content

Commit

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

## 2023-08-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nekoton_webview` - `v0.1.2`](#nekoton_webview---v012)
- [`nekoton_webview_example` - `v1.2.0`](#nekoton_webview_example---v120)

---

#### `nekoton_webview` - `v0.1.2`

- **FIX**: downgrade Wandalen/wretry.action (#13).
- **FEAT**: use flutter templates repository (#18).
- **FEAT**: provider api dart bindings.
- **FEAT**: add example app.
- **FEAT**: mvp.

#### `nekoton_webview_example` - `v1.2.0`

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

## 0.1.2

- **FIX**: downgrade Wandalen/wretry.action (#13).
- **FEAT**: use flutter templates repository (#18).
- **FEAT**: provider api dart bindings.
- **FEAT**: add example app.
- **FEAT**: mvp.


## 2023-07-06

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

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

## 1.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
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.1"
version: "0.1.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.1.0
version: 1.2.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.1
version: 0.1.2
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit ecf4af7

Please sign in to comment.