Skip to content

Commit 00fb2e4

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.7.1 (#70)
🤖 I have created a release *beep* *boop* --- ## [0.7.1](zeta-web-v0.7.0...zeta-web-v0.7.1) (2025-06-26) ### 🪲 Bug Fixes * Stepper add focus override on button click ([#71](#71)) ([2d1341c](2d1341c)) --- 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 2d1341c commit 00fb2e4

File tree

5 files changed

+235
-229
lines changed

5 files changed

+235
-229
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.7.0"
2+
".": "0.7.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.7.0";
192+
content: "zeta-web v0.7.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.7.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.7.0...zeta-web-v0.7.1) (2025-06-26)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* Stepper add focus override on button click ([#71](https://github.com/ZebraDevs/zeta-web/issues/71)) ([2d1341c](https://github.com/ZebraDevs/zeta-web/commit/2d1341cf012f800bac5a6b53e070fbe017f1cd22))
9+
310
## [0.7.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.6.7...zeta-web-v0.7.0) (2025-06-23)
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.7.0",
3+
"version": "0.7.1",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)