Skip to content

Commit 53607b2

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.8.0 (#74)
🤖 I have created a release *beep* *boop* --- ## [0.8.0](zeta-web-v0.7.1...zeta-web-v0.8.0) (2025-07-03) ### ✨ New Features * **UX-1455:** Empty State ([#76](#76)) ([673054f](673054f)) * **UX-1466:** Add illustrations ([#75](#75)) ([8c06c10](8c06c10)) ### 🪲 Bug Fixes * Update text themes with line height 0 ([673054f](673054f)) * **UX-1460:** Update badges to match designs ([#68](#68)) ([0d4c3b1](0d4c3b1)) ### ⛓️ Dependencies * **automated:** Update theme tokens ([#72](#72)) ([bd4bba5](bd4bba5)) * Update zeta-icons library ([#73](#73)) ([dd525c4](dd525c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 673054f commit 53607b2

File tree

5 files changed

+374
-321
lines changed

5 files changed

+374
-321
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.7.1"
2+
".": "0.8.0"
33
}

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190
.sbdocs.sbdocs-content:last-child:after {
191191
/* x-release-please-start-version */
192-
content: "zeta-web v0.7.1";
192+
content: "zeta-web v0.8.0";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.7.1...zeta-web-v0.8.0) (2025-07-03)
4+
5+
6+
### ✨ New Features
7+
8+
* **UX-1455:** Empty State ([#76](https://github.com/ZebraDevs/zeta-web/issues/76)) ([673054f](https://github.com/ZebraDevs/zeta-web/commit/673054f291e848579ad7075955102e3ff4deb3d3))
9+
* **UX-1466:** Add illustrations ([#75](https://github.com/ZebraDevs/zeta-web/issues/75)) ([8c06c10](https://github.com/ZebraDevs/zeta-web/commit/8c06c10b59291261050dc45cabb86a0c6ff120bb))
10+
11+
12+
### 🪲 Bug Fixes
13+
14+
* Update text themes with line height 0 ([673054f](https://github.com/ZebraDevs/zeta-web/commit/673054f291e848579ad7075955102e3ff4deb3d3))
15+
* **UX-1460:** Update badges to match designs ([#68](https://github.com/ZebraDevs/zeta-web/issues/68)) ([0d4c3b1](https://github.com/ZebraDevs/zeta-web/commit/0d4c3b125a384a4731a98d04f88ac320cf91e81b))
16+
17+
18+
### ⛓️ Dependencies
19+
20+
* **automated:** Update theme tokens ([#72](https://github.com/ZebraDevs/zeta-web/issues/72)) ([bd4bba5](https://github.com/ZebraDevs/zeta-web/commit/bd4bba5640cd83a9f333b64317187f275b98996a))
21+
* Update zeta-icons library ([#73](https://github.com/ZebraDevs/zeta-web/issues/73)) ([dd525c4](https://github.com/ZebraDevs/zeta-web/commit/dd525c4ec627f633d20c5f3c0725f0ad513d7eed))
22+
323
## [0.7.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.7.0...zeta-web-v0.7.1) (2025-06-26)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zebra-fed/zeta-web",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)