Skip to content

Commit 67c37ae

Browse files
Merge pull request #3349 from vuestorefront/changeset-release/v2-release/4.0.0
ci: version packages (rc)
2 parents 614bb7b + f6b8ba4 commit 67c37ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
"@storefront-ui/typography": "3.1.0",
2121
"@storefront-ui/tests": "0.0.0"
2222
},
23-
"changesets": []
23+
"changesets": [
24+
"loud-shoes-promise"
25+
]
2426
}

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.0
4+
5+
### Major Changes
6+
7+
- [#3316](https://github.com/vuestorefront/storefront-ui/pull/3316) [`939a982`](https://github.com/vuestorefront/storefront-ui/commit/939a9821c0cfd69d876994182b2442aa2cf7f4d6) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[BREAKING][CHANGED]** upgrade to React 19. There are no breaking changes specific to SFUI library itself. To upgrade, please [follow official React guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide).
8+
39
## 3.1.0
410

511
### Minor 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": "3.1.0",
3+
"version": "4.0.0-rc.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"type": "module",

0 commit comments

Comments
 (0)