diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a3ece78..5468542 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -38,7 +38,7 @@ jobs: fi deploy-preview: - name: Deploy preview version of the widgetbook on firebase + name: Deploy example app preview on firebase needs: [code-quality, check-secret] if: needs.check-secret.outputs.secret-exists == 'true' runs-on: ubuntu-latest diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be496c0..d50ed41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.3" + ".": "2.0.0-alpha.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 665628a..b4ddff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [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 + +- Attachment names on comments now elipsize correctly ([#44](https://github.com/ZebraDevs/zds_flutter/issues/44)) ([6f26ea6](https://github.com/ZebraDevs/zds_flutter/commit/6f26ea6df2e2a3454660cbc784f5daaf86f23904)) + ## [2.0.0-alpha.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-11-22) ### ✨ New Features diff --git a/README.md b/README.md index dcad39b..80f1592 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.3 +zds-flutter: ^2.0.0-alpha.4 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 89e3e04..6857f1d 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.3'), + title: const Text('zds_flutter v2.0.0-alpha.4'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 002a3c6..d29777c 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.3 +version: 2.0.0-alpha.4 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues