Skip to content

Commit

Permalink
chore(main): release 2.1.0-alpha.6 (#53)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.1-alpha.5

* fixed versioning

* chore(main): release 2.1.0-alpha.6

* chore(automated): Lint commit and format

* chore(main): release 2.1.0-alpha.6

---------

Co-authored-by: mikecoomber <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 4daf995 commit 731d849
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 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.6"
".": "2.0.0-alpha.7"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.0-alpha.7](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.6](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-12-05)

### 🪲 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.6
zds-flutter: ^2.0.0-alpha.7
```
<!-- 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.6'),
title: const Text('zds_flutter v2.0.0-alpha.7'),
// x-release-please-end
centerTitle: false,
actions: [
Expand Down
2 changes: 2 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
path: ../
zeta_flutter: ^0.19.0

url_launcher: any
cross_file: any
flutter:
uses-material-design: true
assets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class _VideoWidgetState extends State<ZdsVideoWidget> with AutomaticKeepAliveCli
_videoController = VideoPlayerController.file(File.fromUri(sourceUri));
default:
_videoController = VideoPlayerController.networkUrl(sourceUri);
break;
}

_chewieController = ChewieController(
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.6
version: 2.0.0-alpha.7
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 731d849

Please sign in to comment.