Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"packages/ubuntu_logger": "0.0.3",
"packages/ubuntu_service": "0.2.3",
"packages/ubuntu_widgets": "0.1.2",
"packages/wizard_router": "1.0.2",
"packages/wizard_router": "1.0.3",
"packages/xdg_icons": "0.0.1"
}
9 changes: 9 additions & 0 deletions packages/wizard_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.3](https://github.com/canonical/ubuntu-flutter-plugins/compare/wizard_router-v1.0.2...wizard_router-v1.0.3) (2023-07-18)


* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e))
* mv / packages/wizard_router/ ([e4544bd](https://github.com/canonical/ubuntu-flutter-plugins/commit/e4544bd4dd0980fb8a643f48a001b88cd8c1ff32))
* remove codecov.yaml from newly imported packages ([486f0f6](https://github.com/canonical/ubuntu-flutter-plugins/commit/486f0f696ab14f9d068a1cbae561152834c3a129))
* **renovate:** clean up old renovate configs ([af1126b](https://github.com/canonical/ubuntu-flutter-plugins/commit/af1126ba62d60fb411ddb0b29e326f0f51a6b297))
* update links ([#299](https://github.com/canonical/ubuntu-flutter-plugins/issues/299)) ([e679e3b](https://github.com/canonical/ubuntu-flutter-plugins/commit/e679e3b3a8a6316a0fc56e9695a6798d26f3929b))

## 1.0.2 (2023-07-04)

## What's Changed
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.0.2
version: 1.0.3

environment:
sdk: '>=2.17.0 <4.0.0'
Expand Down