Skip to content

Commit 253c3f9

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.10.1 (#87)
🤖 I have created a release *beep* *boop* --- ## [0.10.1](zeta-web-v0.10.0...zeta-web-v0.10.1) (2025-07-25) ### 🪲 Bug Fixes * **form-field:** enhance integer input handling with min and max ([#86](#86)) ([ce90465](ce90465)) --- 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 ce90465 commit 253c3f9

File tree

5 files changed

+334
-327
lines changed

5 files changed

+334
-327
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.10.0"
2+
".": "0.10.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 v0.10.0";
192+
content: "zeta-web v0.10.1";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.10.0...zeta-web-v0.10.1) (2025-07-25)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* **form-field:** enhance integer input handling with min and max ([#86](https://github.com/ZebraDevs/zeta-web/issues/86)) ([ce90465](https://github.com/ZebraDevs/zeta-web/commit/ce90465400aeeff1e9b903c770e10e24f7321197))
9+
310
## [0.10.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.9.0...zeta-web-v0.10.0) (2025-07-24)
411

512

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

0 commit comments

Comments
 (0)