Skip to content

Commit 097f420

Browse files
ci: version packages
1 parent bbec9e1 commit 097f420

File tree

10 files changed

+38
-27
lines changed

10 files changed

+38
-27
lines changed

.changeset/five-geese-serve.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/flat-radios-do.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fresh-emus-care.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sharp-scissors-heal.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/sfui/frameworks/nuxt/CHANGELOG.md

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

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2), [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861), [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e), [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17)]:
8+
- @storefront-ui/vue@3.0.0
9+
310
## 2.4.1
411

512
### Patch Changes

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": "2.4.1",
3+
"version": "2.4.2",
44
"homepage": "https://docs.storefrontui.io/v2/",
55
"installConfig": {
66
"hoistingLimits": "workspaces"

packages/sfui/frameworks/react/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed
8+
9+
- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem
10+
11+
- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px
12+
13+
### Minor Changes
14+
15+
- [#2848](https://github.com/vuestorefront/storefront-ui/pull/2848) [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added props changing aria label for nav buttons in SfScrollable
16+
317
## 2.4.1
418

519
### Patch 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": "2.4.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/sfui/frameworks/vue/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed
8+
9+
- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem
10+
11+
- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px
12+
13+
### Minor Changes
14+
15+
- [#2848](https://github.com/vuestorefront/storefront-ui/pull/2848) [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added props changing aria label for nav buttons in SfScrollable
16+
317
## 2.4.1
418

519
### Patch Changes

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.4.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)