From 87a53e9e78d1fb4fb17a6ebdbcc847cad6ef6da9 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 5 Dec 2024 16:30:10 +0000 Subject: [PATCH 1/5] chore(main): release 2.0.1-alpha.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7563b5d..085e68b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.5" + ".": "2.0.1-alpha.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3e43f..b99dc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ac8f4c8..1567040 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.0.0-alpha.5 +zds-flutter: ^2.0.1-alpha.5 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 35ff4a4..67fe005 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { 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: [ diff --git a/pubspec.yaml b/pubspec.yaml index 68f85bb..a9a9b89 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From 7e17563fe8e740c92c508dd63bbddf6180c9d2cc Mon Sep 17 00:00:00 2001 From: mikecoomber Date: Thu, 5 Dec 2024 16:35:46 +0000 Subject: [PATCH 2/5] fixed versioning --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 11 +++++------ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 085e68b..7050b0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1-alpha.5" -} \ No newline at end of file + ".": "2.0.0-alpha.6" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index b99dc72..2dbd460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0-alpha.6) (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) diff --git a/README.md b/README.md index 1567040..c55cc23 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.0.1-alpha.5 +zds-flutter: ^2.0.0-alpha.6 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 67fe005..af36e77 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { leadingWidth: 20, leading: SizedBox(width: 20), // x-release-please-start-version - title: const Text('zds_flutter v2.0.1-alpha.5'), + title: const Text('zds_flutter v2.0.0-alpha.6'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index a9a9b89..78f0c71 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From b08f36387dc961a57d02143e364fcc3874a225cc Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Fri, 13 Dec 2024 13:42:05 +0000 Subject: [PATCH 3/5] chore(main): release 2.1.0-alpha.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7050b0a..44efe5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.6" + ".": "2.1.0-alpha.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbd460..496b528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - 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.1.0-alpha.6](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.6...v2.1.0-alpha.6) (2024-12-13) + + +### ✨ New Features + +* **UX-1342:** Added popup menu to ZdsComment ([#52](https://github.com/ZebraDevs/zds_flutter/issues/52)) ([f153842](https://github.com/ZebraDevs/zds_flutter/commit/f153842a3acd1486de961e167c2c049af4f3eac3)) + ## [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 diff --git a/README.md b/README.md index c55cc23..6340ea2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.0.0-alpha.6 +zds-flutter: ^2.1.0-alpha.6 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index af36e77..805254f 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { leadingWidth: 20, leading: SizedBox(width: 20), // x-release-please-start-version - title: const Text('zds_flutter v2.0.0-alpha.6'), + title: const Text('zds_flutter v2.1.0-alpha.6'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 78f0c71..156bb63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.6 +version: 2.1.0-alpha.6+-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 From f6d5b0fe3d4af9df4a98363ac265f665323caf16 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Dec 2024 13:44:48 +0000 Subject: [PATCH 4/5] chore(automated): Lint commit and format --- example/pubspec.yaml | 2 ++ .../components/organisms/html_preview/video_html_extension.dart | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1e8202a..184a7ab 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -25,6 +25,8 @@ dependencies: path: ../ zeta_flutter: ^0.19.0 + url_launcher: any + cross_file: any flutter: uses-material-design: true assets: diff --git a/lib/src/components/organisms/html_preview/video_html_extension.dart b/lib/src/components/organisms/html_preview/video_html_extension.dart index 3d8172e..91c5c9f 100644 --- a/lib/src/components/organisms/html_preview/video_html_extension.dart +++ b/lib/src/components/organisms/html_preview/video_html_extension.dart @@ -125,7 +125,6 @@ class _VideoWidgetState extends State with AutomaticKeepAliveCli _videoController = VideoPlayerController.file(File.fromUri(sourceUri)); default: _videoController = VideoPlayerController.networkUrl(sourceUri); - break; } _chewieController = ChewieController( From 51c035746f7e0924ae126cacf704e21d5e21a503 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Fri, 13 Dec 2024 14:19:41 +0000 Subject: [PATCH 5/5] chore(main): release 2.1.0-alpha.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7050b0a..44efe5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.6" + ".": "2.1.0-alpha.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbd460..496b528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - 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.1.0-alpha.6](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.6...v2.1.0-alpha.6) (2024-12-13) + + +### ✨ New Features + +* **UX-1342:** Added popup menu to ZdsComment ([#52](https://github.com/ZebraDevs/zds_flutter/issues/52)) ([f153842](https://github.com/ZebraDevs/zds_flutter/commit/f153842a3acd1486de961e167c2c049af4f3eac3)) + ## [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 diff --git a/README.md b/README.md index c55cc23..6340ea2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.0.0-alpha.6 +zds-flutter: ^2.1.0-alpha.6 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index af36e77..805254f 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { leadingWidth: 20, leading: SizedBox(width: 20), // x-release-please-start-version - title: const Text('zds_flutter v2.0.0-alpha.6'), + title: const Text('zds_flutter v2.1.0-alpha.6'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 78f0c71..156bb63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.6 +version: 2.1.0-alpha.6+-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