Skip to content

Commit 84dde51

Browse files
ci: version packages (rc) (#3351)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa2054d commit 84dde51

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@storefront-ui/tests": "0.0.0"
2222
},
2323
"changesets": [
24-
"loud-shoes-promise"
24+
"loud-shoes-promise",
25+
"nice-frogs-reflect"
2526
]
2627
}

packages/sfui/frameworks/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storefront-ui/react
22

3+
## 4.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- [#3350](https://github.com/vuestorefront/storefront-ui/pull/3350) [`aa2054d`](https://github.com/vuestorefront/storefront-ui/commit/aa2054da417f3d82601d35846511a3b36997c5f6) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - [UPDATED] add better data-testid handling to sfCheckbox
8+
39
## 4.0.0-rc.0
410

511
### Major Changes

packages/sfui/frameworks/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storefront-ui/react",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0-rc.1",
44
"license": "MIT",
55
"sideEffects": false,
66
"type": "module",

0 commit comments

Comments
 (0)