Skip to content

Commit 713f69c

Browse files
ci: version packages (#3322)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5fed3f commit 713f69c

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

.changeset/perfect-pumpkins-promise.md

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

apps/docs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nuxtjs/seo": "^2.0.0-rc.10",
2929
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
3030
"@storefront-ui/typography": "^3.0.0",
31-
"@storefront-ui/vue": "^3.0.0",
31+
"@storefront-ui/vue": "^3.0.1",
3232
"@tailwindcss/typography": "^0.5.19",
3333
"@vueuse/integrations": "^12.8.0",
3434
"@vueuse/nuxt": "^12.8.0",

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+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5fed3f`](https://github.com/vuestorefront/storefront-ui/commit/f5fed3fa60f9ecc836af886db6603a9afc2b7aa4)]:
8+
- @storefront-ui/vue@3.0.1
9+
310
## 3.0.0
411

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

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+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3320](https://github.com/vuestorefront/storefront-ui/pull/3320) [`f5fed3f`](https://github.com/vuestorefront/storefront-ui/commit/f5fed3fa60f9ecc836af886db6603a9afc2b7aa4) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[CHANGED]** Handle data-testid to smooth out testing experience.
8+
39
## 3.0.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": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"sideEffects": false,
66
"type": "module",

packages/sfui/frameworks/vue/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3320](https://github.com/vuestorefront/storefront-ui/pull/3320) [`f5fed3f`](https://github.com/vuestorefront/storefront-ui/commit/f5fed3fa60f9ecc836af886db6603a9afc2b7aa4) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[CHANGED]** Handle data-testid to smooth out testing experience.
8+
39
## 3.0.0
410

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

0 commit comments

Comments
 (0)