Skip to content

Commit fda5c05

Browse files
chore(main): release 0.15.1 (#150)
1 parent a493129 commit fda5c05

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.0"
2+
".": "0.15.1"
33
}

CHANGELOG.md

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

3+
## [0.15.1](https://github.com/ZebraDevs/zeta_flutter/compare/v0.15.0...v0.15.1) (2024-08-19)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* Allow custom icons in ZetaFilterSelection ([#152](https://github.com/ZebraDevs/zeta_flutter/issues/152)) ([a493129](https://github.com/ZebraDevs/zeta_flutter/commit/a4931291504613d71a09584b442e28d34c71d4a6))
9+
10+
11+
### ⛓️ Dependencies
12+
13+
* Update pubspec ([faaa6fe](https://github.com/ZebraDevs/zeta_flutter/commit/faaa6fe5a77953e7b318386a0244f1e98cb88772))
14+
15+
16+
### 🧹 Miscellaneous Chores
17+
18+
* Remve support for deprecated buttonBarTheme in ThemeData ([a493129](https://github.com/ZebraDevs/zeta_flutter/commit/a4931291504613d71a09584b442e28d34c71d4a6))
19+
320
## [0.15.0](https://github.com/ZebraDevs/zeta_flutter/compare/v0.14.1...v0.15.0) (2024-07-30)
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.0',
159+
name: 'zeta_flutter v0.15.1',
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.0',
73+
'zeta_flutter v0.15.1',
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.0
2+
version: 0.15.1
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)