Skip to content

Commit 5a5c58a

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.7.0 (#67)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](zeta-web-v0.6.7...zeta-web-v0.7.0) (2025-06-23) ### ⚠ BREAKING CHANGES * Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma ### 🪲 Bug Fixes * Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma ([377d9d6](377d9d6)) * Stepper change / input events ([#66](#66)) ([5dae903](5dae903)) * Update button / fab border radius, size and color to match figma updates ([377d9d6](377d9d6)) ### 🧪 Tests * add slightly more thorough accessibility contrast tests ([377d9d6](377d9d6)) ### 🧹 Miscellaneous Chores * release 0.7.0 ([c6d1af6](c6d1af6)) * Update example app ([377d9d6](377d9d6)) * Update stories for Fab / Button ([377d9d6](377d9d6)) * **UX-1444:** Remove secondary button style ([#65](#65)) ([377d9d6](377d9d6)) --- 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 c6d1af6 commit 5a5c58a

File tree

5 files changed

+262
-236
lines changed

5 files changed

+262
-236
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.7"
2+
".": "0.7.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 v0.6.7";
192+
content: "zeta-web v0.7.0";
193193
/* x-release-please-end */
194194
}
195195

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.6.7...zeta-web-v0.7.0) (2025-06-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma
9+
10+
### 🪲 Bug Fixes
11+
12+
* Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
13+
* Stepper change / input events ([#66](https://github.com/ZebraDevs/zeta-web/issues/66)) ([5dae903](https://github.com/ZebraDevs/zeta-web/commit/5dae90394107836abe09a7b74510a92e42293ce5))
14+
* Update button / fab border radius, size and color to match figma updates ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
15+
16+
17+
### 🧪 Tests
18+
19+
* add slightly more thorough accessibility contrast tests ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
20+
21+
22+
### 🧹 Miscellaneous Chores
23+
24+
* release 0.7.0 ([c6d1af6](https://github.com/ZebraDevs/zeta-web/commit/c6d1af65d797b22b563431b4bb5562f6bc3da441))
25+
* Update example app ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
26+
* Update stories for Fab / Button ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
27+
* **UX-1444:** Remove secondary button style ([#65](https://github.com/ZebraDevs/zeta-web/issues/65)) ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4))
28+
329
## [0.6.7](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.6.6...zeta-web-v0.6.7) (2025-06-19)
430

531

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

0 commit comments

Comments
 (0)