Skip to content

Commit 3a009ba

Browse files
chore(main): release zeta-web 0.9.0 (#77)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](zeta-web-v0.8.0...zeta-web-v0.9.0) (2025-07-18) ### ⚠ BREAKING CHANGES * **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](#79)) ### Release-As * 0.9.0 ([4a1794c](4a1794c)) ### ✨ New Features * **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](#79)) ([7e7564d](7e7564d)) * **UX-1467:** Add Card Container Component ([#78](#78)) ([79f3ee5](79f3ee5)) ### 📈 Documentation * Add Figma code connect ([#80](#80)) ([c1e72b6](c1e72b6)) ### ⛓️ Dependencies * Update dependencies ([f2d0663](f2d0663)) ### 🧪 Tests * Add tests for Card Component ([79f3ee5](79f3ee5)) * Update tests for new accordion component ([7e7564d](7e7564d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 664ded5 commit 3a009ba

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
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.8.0"
2+
".": "0.9.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.8.0";
192+
content: "zeta-web v0.9.0";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.8.0...zeta-web-v0.9.0) (2025-07-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](https://github.com/ZebraDevs/zeta-web/issues/79))
9+
10+
### Release-As
11+
12+
* 0.9.0 ([4a1794c](https://github.com/ZebraDevs/zeta-web/commit/4a1794c12b4d30dac4b0ede65d2ba73a86056c15))
13+
14+
15+
### ✨ New Features
16+
17+
* **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](https://github.com/ZebraDevs/zeta-web/issues/79)) ([7e7564d](https://github.com/ZebraDevs/zeta-web/commit/7e7564d36373b7baf06b89831198be3776d97de3))
18+
* **UX-1467:** Add Card Container Component ([#78](https://github.com/ZebraDevs/zeta-web/issues/78)) ([79f3ee5](https://github.com/ZebraDevs/zeta-web/commit/79f3ee5ede983c94726ef6d6919ab6d75227ae39))
19+
20+
21+
### 📈 Documentation
22+
23+
* Add Figma code connect ([#80](https://github.com/ZebraDevs/zeta-web/issues/80)) ([c1e72b6](https://github.com/ZebraDevs/zeta-web/commit/c1e72b62a99eb3a8fcd8cf33e2854e1f90350e3a))
24+
25+
26+
### ⛓️ Dependencies
27+
28+
* Update dependencies ([f2d0663](https://github.com/ZebraDevs/zeta-web/commit/f2d0663fe2a372a6b0236dd4ff964ced34905653))
29+
30+
31+
### 🧪 Tests
32+
33+
* Add tests for Card Component ([79f3ee5](https://github.com/ZebraDevs/zeta-web/commit/79f3ee5ede983c94726ef6d6919ab6d75227ae39))
34+
* Update tests for new accordion component ([7e7564d](https://github.com/ZebraDevs/zeta-web/commit/7e7564d36373b7baf06b89831198be3776d97de3))
35+
336
## [0.8.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.7.1...zeta-web-v0.8.0) (2025-07-03)
437

538

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.8.0",
3+
"version": "0.9.0",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)