Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - storybook_flutter@0.14.0
 - storybook_flutter_test@0.1.0+1
  • Loading branch information
ookami-kb committed Jul 7, 2023
1 parent a7c0253 commit 98c2600
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/storybook_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.14.0

> Note: This release has breaking changes.
- **DOCS**: update README.md (#115).
- **BREAKING** **FEAT**: add LayoutPlugin (#116).

## 0.13.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: storybook_flutter
description: A storybook for Flutter widgets. Live preview of isolated widgets
for faster development and showcase.
version: 0.13.0
version: 0.14.0
homepage: https://github.com/ookami-kb/storybook_flutter

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/storybook_flutter_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

- Update a dependency to the latest release.

## 0.1.0

- Bump "storybook_flutter_test" to `0.1.0`.
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook_flutter_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: storybook_flutter_test
description: Test utilities for storybook_flutter.
version: 0.1.0
version: 0.1.0+1
homepage: https://github.com/ookami-kb/storybook_flutter

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.9.1
storybook_flutter: ^0.13.0
storybook_flutter: ^0.14.0

dev_dependencies:
mews_pedantic: ^0.16.0
Expand Down

0 comments on commit 98c2600

Please sign in to comment.