Skip to content

Commit 8791381

Browse files
chore(main): release zeta-web 1.2.2 (#180)
🤖 I have created a release *beep* *boop* --- ## [1.2.2](zeta-web-v1.2.1...zeta-web-v1.2.2) (2026-03-16) ### 🪲 Bug Fixes * **UX-1545:** Fix icon and image avatars not rendering properly ([#181](#181)) ([fc4ce50](fc4ce50)) * **UX-1562:** Don't allow toggle form elements to shrink/warp ([#179](#179)) ([7bfe0c5](7bfe0c5)) * **UX-1568:** Make select-input component fire scroll events on scroll of options ([#182](#182)) ([d3d5b6c](d3d5b6c)) ### ⛓️ Dependencies * Update deps ([6ab97f8](6ab97f8)) ### 🧹 Miscellaneous Chores * **deps-dev:** bump dompurify from 3.3.1 to 3.3.2 ([#183](#183)) ([79729b0](79729b0)) * **deps:** bump tar from 7.5.9 to 7.5.11 ([#184](#184)) ([c4c797a](c4c797a)) --- 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 6ab97f8 commit 8791381

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.2.1"
2+
".": "1.2.2"
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.2.1";
192+
content: "zeta-web v1.2.2";
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+
## [1.2.2](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.2.1...zeta-web-v1.2.2) (2026-03-16)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* **UX-1545:** Fix icon and image avatars not rendering properly ([#181](https://github.com/ZebraDevs/zeta-web/issues/181)) ([fc4ce50](https://github.com/ZebraDevs/zeta-web/commit/fc4ce50d0ae2562674183582797251765bda1428))
9+
* **UX-1562:** Don't allow toggle form elements to shrink/warp ([#179](https://github.com/ZebraDevs/zeta-web/issues/179)) ([7bfe0c5](https://github.com/ZebraDevs/zeta-web/commit/7bfe0c50b40a72451e6b35a18ab3f350fb66855c))
10+
* **UX-1568:** Make select-input component fire scroll events on scroll of options ([#182](https://github.com/ZebraDevs/zeta-web/issues/182)) ([d3d5b6c](https://github.com/ZebraDevs/zeta-web/commit/d3d5b6c5124b3783d370684b4d5dd0e789b46d36))
11+
12+
13+
### ⛓️ Dependencies
14+
15+
* Update deps ([6ab97f8](https://github.com/ZebraDevs/zeta-web/commit/6ab97f8d776801320fdfcb016ec98f084f8c5c85))
16+
17+
18+
### 🧹 Miscellaneous Chores
19+
20+
* **deps-dev:** bump dompurify from 3.3.1 to 3.3.2 ([#183](https://github.com/ZebraDevs/zeta-web/issues/183)) ([79729b0](https://github.com/ZebraDevs/zeta-web/commit/79729b039f2dab47858110ef90cb6aff6220ec0a))
21+
* **deps:** bump tar from 7.5.9 to 7.5.11 ([#184](https://github.com/ZebraDevs/zeta-web/issues/184)) ([c4c797a](https://github.com/ZebraDevs/zeta-web/commit/c4c797a7e0a43e2679be8fcae24e859a87015b50))
22+
323
## [1.2.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.2.0...zeta-web-v1.2.1) (2026-03-04)
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": "1.2.1",
3+
"version": "1.2.2",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)