Skip to content

Commit

Permalink
fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Dec 5, 2024
1 parent 87a53e9 commit 1c05065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## [2.0.0-alpha.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-11-29)
## [2.0.0-alpha.6](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.5...v2.0.1-alpha.5) (2024-12-05)

### 🪲 Bug Fixes

- onDelete now gets invoked correctly for ZdsComment ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf))
- Voice notes can now be disabled without the assertion failing ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf))

## [2.0.1-alpha.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.5...v2.0.1-alpha.5) (2024-12-05)
- Made comment and author text optional for ZdsComment ([#50](https://github.com/ZebraDevs/zds_flutter/issues/50)) ([34ef2f5](https://github.com/ZebraDevs/zds_flutter/commit/34ef2f5789e5d246255b8ceca7c66befe46f6efc))

## [2.0.0-alpha.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-11-29)

### 🪲 Bug Fixes

* Made comment and author text optional for ZdsComment ([#50](https://github.com/ZebraDevs/zds_flutter/issues/50)) ([34ef2f5](https://github.com/ZebraDevs/zds_flutter/commit/34ef2f5789e5d246255b8ceca7c66befe46f6efc))
- onDelete now gets invoked correctly for ZdsComment ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf))
- Voice notes can now be disabled without the assertion failing ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf))

## [2.0.0-alpha.4](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-11-22)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zds_flutter
description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies.
version: 2.0.1-alpha.5+-alpha.5
version: 2.0.0-alpha.6
homepage: https://github.com/zebradevs/zds_flutter
repository: https://github.com/zebradevs/zds_flutter
issue_tracker: https://github.com/zebradevs/zds_flutter/issues
Expand Down

0 comments on commit 1c05065

Please sign in to comment.