Skip to content

Commit 190411a

Browse files
committed
chore(main): release 0.15.2
1 parent 0b18961 commit 190411a

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.15.2](https://github.com/ZebraDevs/zeta_flutter/compare/v0.15.1...v0.15.2) (2024-08-22)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* **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))
9+
10+
11+
### ⛓️ Dependencies
12+
13+
* **automated:** Update icons 2024-08-20 ([#153](https://github.com/ZebraDevs/zeta_flutter/issues/153)) ([6ed3978](https://github.com/ZebraDevs/zeta_flutter/commit/6ed397837b37df34fa3a59cd597a4909b09e56f4))
14+
15+
16+
### 🧪 Tests
17+
18+
* Added basic test cases for ZetaChatItem ([0b18961](https://github.com/ZebraDevs/zeta_flutter/commit/0b18961211b4f03c66f365d229616c3942a1f93a))
19+
320
## [0.15.1](https://github.com/ZebraDevs/zeta_flutter/compare/v0.15.0...v0.15.1) (2024-08-19)
421

522

example/lib/home.dart

+1-1
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

+1-1
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

+1-1
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)