Skip to content

Commit a272cb5

Browse files
ci: release (rc)
1 parent e9cd04c commit a272cb5

9 files changed

Lines changed: 72 additions & 5 deletions

File tree

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
"@storefront-ui/typography": "2.3.1",
2121
"@storefront-ui/tests": "0.0.0"
2222
},
23-
"changesets": []
23+
"changesets": [
24+
"blue-dryers-knock",
25+
"mean-lizards-promise",
26+
"nine-flowers-hunt",
27+
"odd-trains-beg",
28+
"quiet-vans-give"
29+
]
2430
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @storefront-ui/nuxt
2+
3+
## 1.0.1-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426), [`61b369cac`](https://github.com/vuestorefront/storefront-ui/commit/61b369cac79264f866c92be8db5b7a89a06835c4), [`0ab7b3967`](https://github.com/vuestorefront/storefront-ui/commit/0ab7b3967e0fab002ed0f59bd3491f6a3d046319), [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537), [`05560b55d`](https://github.com/vuestorefront/storefront-ui/commit/05560b55ddd0fe8c6e1225b083530841f93ec8ba)]:
8+
- @storefront-ui/vue@2.4.0-rc.0

packages/sfui/frameworks/nuxt/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/nuxt",
3-
"version": "1.0.0",
3+
"version": "1.0.1-rc.0",
44
"homepage": "https://docs.storefrontui.io/v2/",
55
"installConfig": {
66
"hoistingLimits": "workspaces"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @storefront-ui/react
2+
3+
## 2.4.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#2730](https://github.com/vuestorefront/storefront-ui/pull/2730) [`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426) Thanks [@dkacper](https://github.com/dkacper)! - Added SfBadge component in react and vue
8+
9+
- [#2746](https://github.com/vuestorefront/storefront-ui/pull/2746) [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537) Thanks [@aniamusial](https://github.com/aniamusial)! - Added new search blocks with customized buttons
10+
11+
- [#2725](https://github.com/vuestorefront/storefront-ui/pull/2725) [`05560b55d`](https://github.com/vuestorefront/storefront-ui/commit/05560b55ddd0fe8c6e1225b083530841f93ec8ba) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - useTrapFocus:
12+
13+
- added `updateFocusableElement` method that allow to refresh the list of focusable children within container element,
14+
- use `useState` instead of `useRefs` for `current` and `focusable` return values.
15+
16+
### Patch Changes
17+
18+
- [#2747](https://github.com/vuestorefront/storefront-ui/pull/2747) [`0ab7b3967`](https://github.com/vuestorefront/storefront-ui/commit/0ab7b3967e0fab002ed0f59bd3491f6a3d046319) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Format SfSelect component, removal of extra unecessary lines
19+
20+
- Updated dependencies [[`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426), [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537)]:
21+
- @storefront-ui/shared@2.4.0-rc.0

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": "2.3.1",
3+
"version": "2.4.0-rc.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# @storefront-ui/vue
2+
3+
## 2.4.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#2730](https://github.com/vuestorefront/storefront-ui/pull/2730) [`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426) Thanks [@dkacper](https://github.com/dkacper)! - Added SfBadge component in react and vue
8+
9+
- [#2746](https://github.com/vuestorefront/storefront-ui/pull/2746) [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537) Thanks [@aniamusial](https://github.com/aniamusial)! - Added new search blocks with customized buttons
10+
11+
- [#2725](https://github.com/vuestorefront/storefront-ui/pull/2725) [`05560b55d`](https://github.com/vuestorefront/storefront-ui/commit/05560b55ddd0fe8c6e1225b083530841f93ec8ba) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - useTrapFocus:
12+
13+
- added `updateFocusableElement` method that allow to refresh the list of focusable children within container element,
14+
- use `useState` instead of `useRefs` for `current` and `focusable` return values.
15+
16+
### Patch Changes
17+
18+
- [#2822](https://github.com/vuestorefront/storefront-ui/pull/2822) [`61b369cac`](https://github.com/vuestorefront/storefront-ui/commit/61b369cac79264f866c92be8db5b7a89a06835c4) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Change empty rows in SfRadio
19+
20+
- [#2747](https://github.com/vuestorefront/storefront-ui/pull/2747) [`0ab7b3967`](https://github.com/vuestorefront/storefront-ui/commit/0ab7b3967e0fab002ed0f59bd3491f6a3d046319) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Format SfSelect component, removal of extra unecessary lines
21+
22+
- Updated dependencies [[`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426), [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537)]:
23+
- @storefront-ui/shared@2.4.0-rc.0

packages/sfui/frameworks/vue/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/vue",
3-
"version": "2.3.1",
3+
"version": "2.4.0-rc.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/sfui/shared/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @storefront-ui/shared
2+
3+
## 2.4.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#2730](https://github.com/vuestorefront/storefront-ui/pull/2730) [`4094afe04`](https://github.com/vuestorefront/storefront-ui/commit/4094afe045b06a57c90f67826300aad95b1f5426) Thanks [@dkacper](https://github.com/dkacper)! - Added SfBadge component in react and vue
8+
9+
- [#2746](https://github.com/vuestorefront/storefront-ui/pull/2746) [`74dfce2c8`](https://github.com/vuestorefront/storefront-ui/commit/74dfce2c8aab7e959de40672c787d489bfe31537) Thanks [@aniamusial](https://github.com/aniamusial)! - Added new search blocks with customized buttons

packages/sfui/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storefront-ui/shared",
33
"description": "Shared set of utils and typings used by `@storefront-ui/*` packages",
4-
"version": "2.3.1",
4+
"version": "2.4.0-rc.0",
55
"license": "MIT",
66
"sideEffects": false,
77
"exports": {

0 commit comments

Comments
 (0)