Skip to content

Commit b42ec8d

Browse files
chore(main): release zeta-web 1.2.1 (#175)
🤖 I have created a release *beep* *boop* --- ## [1.2.1](zeta-web-v1.2.0...zeta-web-v1.2.1) (2026-03-04) ### ⛓️ Dependencies * Update deps and zeta-icons ([2ee9759](2ee9759)) ### 🧹 Miscellaneous Chores * **deps:** bump basic-ftp from 5.1.0 to 5.2.0 ([#176](#176)) ([14ab37e](14ab37e)) * **deps:** bump koa from 2.16.3 to 2.16.4 ([#177](#177)) ([1fcc007](1fcc007)) * **deps:** bump rollup from 4.57.1 to 4.59.0 ([#178](#178)) ([49e6f16](49e6f16)) * tidy code warnings ([6a11b10](6a11b10)) --- 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 6a11b10 commit b42ec8d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.0"
2+
".": "1.2.1"
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.0";
192+
content: "zeta-web v1.2.1";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.2.0...zeta-web-v1.2.1) (2026-03-04)
4+
5+
6+
### ⛓️ Dependencies
7+
8+
* Update deps and zeta-icons ([2ee9759](https://github.com/ZebraDevs/zeta-web/commit/2ee9759513007f01640caf5633be593efdef9e21))
9+
10+
11+
### 🧹 Miscellaneous Chores
12+
13+
* **deps:** bump basic-ftp from 5.1.0 to 5.2.0 ([#176](https://github.com/ZebraDevs/zeta-web/issues/176)) ([14ab37e](https://github.com/ZebraDevs/zeta-web/commit/14ab37ec0e5b4c0f0a804b5880e8d9173a211249))
14+
* **deps:** bump koa from 2.16.3 to 2.16.4 ([#177](https://github.com/ZebraDevs/zeta-web/issues/177)) ([1fcc007](https://github.com/ZebraDevs/zeta-web/commit/1fcc0079ca773377f33dc6637dd2c7b4dc4e7f94))
15+
* **deps:** bump rollup from 4.57.1 to 4.59.0 ([#178](https://github.com/ZebraDevs/zeta-web/issues/178)) ([49e6f16](https://github.com/ZebraDevs/zeta-web/commit/49e6f1681bcc14fc6357b70f46ee7262b9c6a837))
16+
* tidy code warnings ([6a11b10](https://github.com/ZebraDevs/zeta-web/commit/6a11b1070c3c0989bf8edc6110e6eb19db9a451a))
17+
318
## [1.2.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.1.1...zeta-web-v1.2.0) (2026-02-19)
419

520

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

0 commit comments

Comments
 (0)