Skip to content

Commit b0597e6

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.6.7 (#62)
🤖 I have created a release *beep* *boop* --- ## [0.6.7](zeta-web-v0.6.6...zeta-web-v0.6.7) (2025-06-19) ### 🪲 Bug Fixes * Add focus, blur events for stepper-input ([0ea22c5](0ea22c5)) * Fix change events for radio, checkbox and stepper input ([#64](#64)) ([0ea22c5](0ea22c5)) ### ⛓️ Dependencies * Update zeta-icons library ([#61](#61)) ([5161a8d](5161a8d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 0ea22c5 commit b0597e6

File tree

5 files changed

+224
-211
lines changed

5 files changed

+224
-211
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-
".": "0.6.6"
2+
".": "0.6.7"
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 v0.6.6";
192+
content: "zeta-web v0.6.7";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [0.6.7](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.6.6...zeta-web-v0.6.7) (2025-06-19)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* Add focus, blur events for stepper-input ([0ea22c5](https://github.com/ZebraDevs/zeta-web/commit/0ea22c57921eccf6fa3535e08089ca0bedd4be2e))
9+
* Fix change events for radio, checkbox and stepper input ([#64](https://github.com/ZebraDevs/zeta-web/issues/64)) ([0ea22c5](https://github.com/ZebraDevs/zeta-web/commit/0ea22c57921eccf6fa3535e08089ca0bedd4be2e))
10+
11+
12+
### ⛓️ Dependencies
13+
14+
* Update zeta-icons library ([#61](https://github.com/ZebraDevs/zeta-web/issues/61)) ([5161a8d](https://github.com/ZebraDevs/zeta-web/commit/5161a8df91c2b5a0ae34d60444648dbd1ce0456a))
15+
316
## [0.6.6](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.6.5...zeta-web-v0.6.6) (2025-06-16)
417

518

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

0 commit comments

Comments
 (0)