Skip to content

Commit

Permalink
chore(main): release 2.0.1-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Dec 5, 2024
1 parent 34ef2f5 commit 87a53e9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0-alpha.5"
".": "2.0.1-alpha.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- 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)


### 🪲 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))

## [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)

### 🪲 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file.
<!-- x-release-please-start-version -->

```yaml
zds-flutter: ^2.0.0-alpha.5
zds-flutter: ^2.0.1-alpha.5
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _HomePageState extends State<HomePage> {
leadingWidth: 20,
leading: SizedBox(width: 20),
// x-release-please-start-version
title: const Text('zds_flutter v2.0.0-alpha.5'),
title: const Text('zds_flutter v2.0.1-alpha.5'),
// x-release-please-end
centerTitle: false,
actions: [
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.0-alpha.5
version: 2.0.1-alpha.5+-alpha.5
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 87a53e9

Please sign in to comment.