Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.1.0"
}
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

.sbdocs.sbdocs-content:last-child:after {
/* x-release-please-start-version */
content: "zeta-web v1.0.1";
content: "zeta-web v1.1.0";
/* x-release-please-end */
}

Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.1.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.1...zeta-web-v1.1.0) (2026-01-21)


### ✨ New Features

* **UX-1553:** Chart Card Component ([#159](https://github.com/ZebraDevs/zeta-web/issues/159)) ([623ad7f](https://github.com/ZebraDevs/zeta-web/commit/623ad7f88847d0006815ca87e09cb646e14ee6f4))
* **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))


### πŸ“ˆ Documentation

* Add image to readme ([6d562b4](https://github.com/ZebraDevs/zeta-web/commit/6d562b498a1f2b76367ff1b7e4127169f648dab5))


### ⛓️ Dependencies

* Update deps ([c510447](https://github.com/ZebraDevs/zeta-web/commit/c51044792feb0a90af36e40155e468df74df0943))


### 🧹 Miscellaneous Chores

* **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))
* **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))
* **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))


### πŸ’„ Styles

* **HMX-5599:** Update In Page Banner ([#165](https://github.com/ZebraDevs/zeta-web/issues/165)) ([5a4b003](https://github.com/ZebraDevs/zeta-web/commit/5a4b0038cf93088776a24641167a3a0116166004))

## [1.0.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.0...zeta-web-v1.0.1) (2025-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zebra-fed/zeta-web",
"version": "1.0.1",
"version": "1.1.0",
"files": [
"dist",
"custom-elements.json",
Expand Down
Loading