Skip to content

Commit

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

## 2025-01-23

### Changes

---

Packages with breaking changes:

- [`nekoton_webview` - `v0.1.8`](#nekoton_webview---v018)

Packages with other changes:

- [`nekoton_webview_example` - `v1.8.0`](#nekoton_webview_example---v180)

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `nekoton_webview` - `v0.1.8`
- `nekoton_webview_example` - `v1.8.0`

---

#### `nekoton_webview` - `v0.1.8`

#### `nekoton_webview_example` - `v1.8.0`

## 0.1.8

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.


## 2025-01-17

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

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 1.8.0-dev.5

- **FIX**: tests.
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.5"
version: "0.1.8"
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.5
version: 1.8.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.8-dev.5
version: 0.1.8
repository: https://github.com/broxus/nekoton_webview

environment:
Expand Down

0 comments on commit b43c40a

Please sign in to comment.