Skip to content

Commit 4f556df

Browse files
chore(main): release zeta-web 1.2.0 (#170)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](zeta-web-v1.1.1...zeta-web-v1.2.0) (2026-02-19) ### ✨ New Features * Status label parts ([#171](#171)) ([d31a991](d31a991)) ### ⛓️ Dependencies * update deps ([2590450](2590450)) ### 🧹 Miscellaneous Chores * **deps:** bump qs from 6.14.1 to 6.15.0 ([#172](#172)) ([e16c20f](e16c20f)) * **deps:** bump tar from 7.5.7 to 7.5.9 ([#173](#173)) ([8a80344](8a80344)) --- 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 d31a991 commit 4f556df

File tree

4 files changed

+21
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.1.1...zeta-web-v1.2.0) (2026-02-19)
4+
5+
6+
### ✨ New Features
7+
8+
* Status label parts ([#171](https://github.com/ZebraDevs/zeta-web/issues/171)) ([d31a991](https://github.com/ZebraDevs/zeta-web/commit/d31a9910ae3bd2a9886241c3c083a0821491a79f))
9+
10+
11+
### ⛓️ Dependencies
12+
13+
* update deps ([2590450](https://github.com/ZebraDevs/zeta-web/commit/259045047978b63314b9e6d9607f7fa46e9b00a3))
14+
15+
16+
### 🧹 Miscellaneous Chores
17+
18+
* **deps:** bump qs from 6.14.1 to 6.15.0 ([#172](https://github.com/ZebraDevs/zeta-web/issues/172)) ([e16c20f](https://github.com/ZebraDevs/zeta-web/commit/e16c20f5caf287a1477f92967d318807f6fa8fe5))
19+
* **deps:** bump tar from 7.5.7 to 7.5.9 ([#173](https://github.com/ZebraDevs/zeta-web/issues/173)) ([8a80344](https://github.com/ZebraDevs/zeta-web/commit/8a803447d0e775582d5933cc3bd66553f79c0988))
20+
321
## [1.1.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.1.0...zeta-web-v1.1.1) (2026-02-03)
422

523

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

0 commit comments

Comments
 (0)