Skip to content

Commit 2431f9f

Browse files
committed
chore(main): release zeta-web 1.1.0
1 parent c9209a2 commit 2431f9f

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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-21)
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+
11+
12+
### 📈 Documentation
13+
14+
* Add image to readme ([c9209a2](https://github.com/ZebraDevs/zeta-web/commit/c9209a2cc84fbfa5c4f5a030c147213b98544f19))
15+
16+
17+
### ⛓️ Dependencies
18+
19+
* Update deps ([c510447](https://github.com/ZebraDevs/zeta-web/commit/c51044792feb0a90af36e40155e468df74df0943))
20+
21+
22+
### 🧹 Miscellaneous Chores
23+
24+
* **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))
25+
* **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))
26+
* **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))
27+
28+
29+
### 💄 Styles
30+
31+
* **HMX-5599:** Update In Page Banner ([#165](https://github.com/ZebraDevs/zeta-web/issues/165)) ([5a4b003](https://github.com/ZebraDevs/zeta-web/commit/5a4b0038cf93088776a24641167a3a0116166004))
32+
333
## [1.0.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.0...zeta-web-v1.0.1) (2025-12-17)
434

535

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)