Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Apr 28, 2024
1 parent 204e4d8 commit 4cb402c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/storybook_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.14.1

- **REFACTOR**: update flutter and mews_pedantic (#134).
- **FIX**: add missing Cupertino localisations (#137).
- **FEAT**: Add addKnob method to KnobsBuilder (#136).
- **FEAT**(plugins): add logging plugin that allows writing logs to storybook (#131).
- **FEAT**: allow addKnob to be called from outside (#130).

## 0.14.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.14.0
version: 0.14.1
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+2

- **REFACTOR**: update flutter and mews_pedantic (#134).

## 0.1.0+1

- Update a dependency to the latest release.
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+1
version: 0.1.0+2
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.14.0
storybook_flutter: ^0.14.1

dev_dependencies:
mews_pedantic: ^0.23.0
Expand Down

0 comments on commit 4cb402c

Please sign in to comment.