Skip to content

Commit

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

- Add docs for `DomWidget` and `Text`.

### Breaking Changes

- Change the structure of libraries.

## 1.0.0-alpha.8

- Improve the internal APIs.
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 = '1.0.0-alpha.8';
const packageVersion = '1.0.0-alpha.9';
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: 1.0.0-alpha.8
version: 1.0.0-alpha.9
repository: https://github.com/Hawmex/navand
executables:
navand:
Expand Down

0 comments on commit 4be9309

Please sign in to comment.