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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.3

- Bump Flutter SDK to 3.29.0
- Update dependencies
- Follow dart file conventions to improve score on pub.dev
- Add example/example.md to create Example tab on pub.dev

## 0.0.2

- Fix README.md
Expand Down
2 changes: 1 addition & 1 deletion example/extension/devtools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: panache
issueTracker: https://github.com/offich/panache/issues
version: 0.0.2
version: 0.0.3
materialIconCodePoint: '0xe651'
requiresConnection: false
2 changes: 1 addition & 1 deletion extension/devtools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: panache
issueTracker: https://github.com/offich/panache/issues
version: 0.0.2
version: 0.0.3
materialIconCodePoint: '0xe651'
requiresConnection: false
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository: https://github.com/offich/panache
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.2
version: 0.0.3

environment:
sdk: ^3.6.0
Expand Down