Skip to content

Commit

Permalink
chore: set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawmex committed Sep 9, 2023
1 parent c7f4092 commit 8a5c8f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.0

- Fixed the unexpected behaviors of the Navigation API.
- Removed unnecessary errors thrown at runtime.

### Breaking Changes

- Changed sync Navigation functions to async functions.

## 0.2.2

- Improved formatting.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/package_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.2.2';
const packageVersion = '0.3.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
Navand is a web framework in Dart that lets developers create UIs with a
widget model similar to Flutter. Navand apps are compiled into JS and painted
using HTML & CSS.
version: 0.2.2
version: 0.3.0
repository: https://github.com/Hawmex/navand
executables:
navand:
Expand Down

0 comments on commit 8a5c8f2

Please sign in to comment.