Skip to content

Commit

Permalink
Publish 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxianzhe committed Sep 6, 2023
1 parent 839b182 commit eef5ba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

- Improve LSP hint.

## 0.3.2

- Handle Emitter.stream error better.
Expand Down
4 changes: 2 additions & 2 deletions packages/creator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: creator
description: A state management library that enables concise, fluid, readable and testable business logic code.
version: 0.3.2
version: 0.3.3
repository: https://github.com/liangxianzhe/creator/tree/master/packages/creator
issue_tracker: https://github.com/liangxianzhe/creator/issues
homepage: https://github.com/liangxianzhe/creator
Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

creator_core: ^0.3.2
creator_core: ^0.3.3

dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/creator_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: creator_core
description: A state management library that enables concise, fluid, readable and testable business logic code.
version: 0.3.2
version: 0.3.3
repository: https://github.com/liangxianzhe/creator/tree/master/packages/creator_core
issue_tracker: https://github.com/liangxianzhe/creator/issues
homepage: https://github.com/liangxianzhe/creator
Expand Down

0 comments on commit eef5ba1

Please sign in to comment.