Skip to content

Commit e39be29

Browse files
committed
chore(main): release 0.15.2
1 parent 280c63d commit e39be29

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.1"
2+
".": "0.15.2"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.15.2](https://github.com/ZebraDevs/zeta_flutter/compare/v0.15.1...v0.15.2) (2024-08-23)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* **UX-1171:** ExtendedTopAppBar padding without leading ([#157](https://github.com/ZebraDevs/zeta_flutter/issues/157)) ([280c63d](https://github.com/ZebraDevs/zeta_flutter/commit/280c63d53a9fbdc172617306c65effd3c2e7ad56))
9+
* **UX-1201:** Update Slidable button colors in ZetaChatItem ([#156](https://github.com/ZebraDevs/zeta_flutter/issues/156)) ([0b18961](https://github.com/ZebraDevs/zeta_flutter/commit/0b18961211b4f03c66f365d229616c3942a1f93a))
10+
11+
12+
### ⛓️ Dependencies
13+
14+
* **automated:** Update icons 2024-08-20 ([#153](https://github.com/ZebraDevs/zeta_flutter/issues/153)) ([6ed3978](https://github.com/ZebraDevs/zeta_flutter/commit/6ed397837b37df34fa3a59cd597a4909b09e56f4))
15+
16+
17+
### 🧪 Tests
18+
19+
* Add basic tests for ExtendedTopAppBar ([280c63d](https://github.com/ZebraDevs/zeta_flutter/commit/280c63d53a9fbdc172617306c65effd3c2e7ad56))
20+
* Added basic test cases for ZetaChatItem ([0b18961](https://github.com/ZebraDevs/zeta_flutter/commit/0b18961211b4f03c66f365d229616c3942a1f93a))
21+
322
## [0.15.1](https://github.com/ZebraDevs/zeta_flutter/compare/v0.15.0...v0.15.1) (2024-08-19)
423

524

example/lib/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class _HomeState extends State<Home> {
156156
final _theme = theme..sort((a, b) => a.name.compareTo(b.name));
157157
return ExampleScaffold(
158158
// x-release-please-start-version
159-
name: 'zeta_flutter v0.15.1',
159+
name: 'zeta_flutter v0.15.2',
160160
// x-release-please-end
161161
child: SingleChildScrollView(
162162
child: Column(

example/widgetbook/pages/introduction.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class _IntroductionWidgetbookState extends State<IntroductionWidgetbook> {
7070
Expanded(
7171
child: Text(
7272
// x-release-please-start-version
73-
'zeta_flutter v0.15.1',
73+
'zeta_flutter v0.15.2',
7474
// x-release-please-end
7575
style: ZetaTextStyles.displayLarge.copyWith(fontSize: largeScreen ? null : 24),
7676
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zeta_flutter
2-
version: 0.15.1
2+
version: 0.15.2
33
description: Zeta is the new, formal, standardized Zebra Design System based off
44
the successes of ZDS (Zebra Design System). This package is in pre-release,
55
and so many aspects are incomplete.

0 commit comments

Comments
 (0)