Skip to content

Commit 03352a0

Browse files
committed
chore(main): release zeta-web 1.1.0
1 parent 319135b commit 03352a0

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-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-
".": "1.0.1"
2+
".": "1.1.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 v1.0.1";
192+
content: "zeta-web v1.1.0";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.1...zeta-web-v1.1.0) (2026-01-30)
4+
5+
6+
### ✨ New Features
7+
8+
* **UX-1553:** Chart Card Component ([#159](https://github.com/ZebraDevs/zeta-web/issues/159)) ([623ad7f](https://github.com/ZebraDevs/zeta-web/commit/623ad7f88847d0006815ca87e09cb646e14ee6f4))
9+
* **UX-1556:** Shimmer component for Zeta Web ([#163](https://github.com/ZebraDevs/zeta-web/issues/163)) ([999be10](https://github.com/ZebraDevs/zeta-web/commit/999be1065ce6de0dcde30750c0edf229aeb4ff5c))
10+
* **UX-1561:** Make leading icon optional, make buttons stay to right ([#167](https://github.com/ZebraDevs/zeta-web/issues/167)) ([319135b](https://github.com/ZebraDevs/zeta-web/commit/319135b52d9f562e3c95e29ea0fdd73b4aac60f1))
11+
12+
13+
### 📈 Documentation
14+
15+
* Add image to readme ([6d562b4](https://github.com/ZebraDevs/zeta-web/commit/6d562b498a1f2b76367ff1b7e4127169f648dab5))
16+
17+
18+
### ⛓️ Dependencies
19+
20+
* Update deps ([c510447](https://github.com/ZebraDevs/zeta-web/commit/c51044792feb0a90af36e40155e468df74df0943))
21+
22+
23+
### 🧹 Miscellaneous Chores
24+
25+
* **deps-dev:** bump storybook from 8.6.14 to 8.6.15 ([#160](https://github.com/ZebraDevs/zeta-web/issues/160)) ([c8342fb](https://github.com/ZebraDevs/zeta-web/commit/c8342fb2951947fff9b6764a514e8655f2d79631))
26+
* **deps:** bump qs from 6.14.0 to 6.14.1 ([#161](https://github.com/ZebraDevs/zeta-web/issues/161)) ([b7ea2e8](https://github.com/ZebraDevs/zeta-web/commit/b7ea2e8a2f22cde5d344b5025bb696e072ae1f84))
27+
* **deps:** bump tar from 7.5.2 to 7.5.4 ([#164](https://github.com/ZebraDevs/zeta-web/issues/164)) ([a45c558](https://github.com/ZebraDevs/zeta-web/commit/a45c558ec6e2b47bc60530acfb5a12c4429f030c))
28+
* **deps:** bump tar from 7.5.4 to 7.5.7 ([#166](https://github.com/ZebraDevs/zeta-web/issues/166)) ([69cd255](https://github.com/ZebraDevs/zeta-web/commit/69cd25561f5306605d7302a4905857c3ca319d23))
29+
30+
31+
### 💄 Styles
32+
33+
* **HMX-5599:** Update In Page Banner ([#165](https://github.com/ZebraDevs/zeta-web/issues/165)) ([5a4b003](https://github.com/ZebraDevs/zeta-web/commit/5a4b0038cf93088776a24641167a3a0116166004))
34+
335
## [1.0.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.0...zeta-web-v1.0.1) (2025-12-17)
436

537

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

0 commit comments

Comments
 (0)