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(release): publish packages #440

Merged
merged 1 commit into from
Sep 19, 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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-19

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ubuntu_test` - `v0.2.1`](#ubuntu_test---v021)
- [`wizard_router` - `v1.4.0`](#wizard_router---v140)

---

#### `ubuntu_test` - `v0.2.1`

#### `wizard_router` - `v1.4.0`

- **FEAT**: wizard_router add previous (#433).


## 2024-09-18

### Changes
Expand Down
2 changes: 2 additions & 0 deletions packages/ubuntu_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.2.1

## 0.2.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides test extensions for Ubuntu applications.
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_test
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 0.2.0
version: 0.2.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/wizard_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- **FEAT**: wizard_router add previous (#433).

## 1.3.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/wizard_router/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
flutter_markdown: ^0.7.0
provider: ^6.0.0
wizard_router: ^1.3.0
wizard_router: ^1.4.0

dev_dependencies:
ubuntu_lints: ^0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/wizard_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
homepage: https://github.com/canonical/ubuntu-flutter-plugins
repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/wizard_router
issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues
version: 1.3.0
version: 1.4.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
Loading