Skip to content

Commit 995dc5b

Browse files
committed
chore(main): release zeta-web 1.0.2
1 parent c8342fb commit 995dc5b

File tree

4 files changed

+11
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.1...zeta-web-v1.0.2) (2026-01-08)
4+
5+
6+
### 🧹 Miscellaneous Chores
7+
8+
* **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))
9+
* **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))
10+
311
## [1.0.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.0.0...zeta-web-v1.0.1) (2025-12-17)
412

513

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.0.2",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)