Skip to content

Commit 9d93f56

Browse files
Merge pull request #3182 from vuestorefront/v2
chore: automatic sync v2->v2-develop
2 parents 295a3f7 + a66c64a commit 9d93f56

File tree

10 files changed

+27
-17
lines changed

10 files changed

+27
-17
lines changed

.changeset/few-clocks-remember.md

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

.changeset/strong-adults-melt.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": "^6.12.0",
3030
"@storefront-ui/typography": "^2.6.1",
31-
"@storefront-ui/vue": "^2.6.3",
31+
"@storefront-ui/vue": "^2.6.4",
3232
"@tailwindcss/typography": "^0.5.13",
3333
"@vueuse/integrations": "^10.9.0",
3434
"@vueuse/nuxt": "^10.9.0",

packages/sfui/frameworks/nuxt/CHANGELOG.md

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

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- [#3176](https://github.com/vuestorefront/storefront-ui/pull/3176) [`295a3f7`](https://github.com/vuestorefront/storefront-ui/commit/295a3f7de88fe1100d3f0e9d5fced6924cb342e0) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - [CHANGED] Update documentatnion/readme, extand default content path to `js` extension
8+
9+
- Updated dependencies [[`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f)]:
10+
- @storefront-ui/vue@2.6.4
11+
312
## 2.5.1
413

514
### 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.5.1",
3+
"version": "2.5.2",
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+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/vuestorefront/storefront-ui/pull/3170) [`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f) Thanks [@jagoral](https://github.com/jagoral)! - [CHANGED] Aligned ring color of Input component with Figma
8+
39
## 2.6.3
410

511
### 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.6.3",
3+
"version": "2.6.4",
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+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/vuestorefront/storefront-ui/pull/3170) [`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f) Thanks [@jagoral](https://github.com/jagoral)! - [CHANGED] Aligned ring color of Input component with Figma
8+
39
## 2.6.3
410

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4651,7 +4651,7 @@ __metadata:
46514651
"@nuxtjs/seo": ^2.0.0-rc.10
46524652
"@nuxtjs/tailwindcss": ^6.12.0
46534653
"@storefront-ui/typography": ^2.6.1
4654-
"@storefront-ui/vue": ^2.6.3
4654+
"@storefront-ui/vue": ^2.6.4
46554655
"@tailwindcss/typography": ^0.5.13
46564656
"@types/node": ^20.12.7
46574657
"@vueuse/integrations": ^10.9.0
@@ -4990,7 +4990,7 @@ __metadata:
49904990
languageName: unknown
49914991
linkType: soft
49924992

4993-
"@storefront-ui/vue@^2.1.0, @storefront-ui/vue@^2.6.3, @storefront-ui/vue@workspace:*, @storefront-ui/vue@workspace:packages/sfui/frameworks/vue":
4993+
"@storefront-ui/vue@^2.1.0, @storefront-ui/vue@^2.6.4, @storefront-ui/vue@workspace:*, @storefront-ui/vue@workspace:packages/sfui/frameworks/vue":
49944994
version: 0.0.0-use.local
49954995
resolution: "@storefront-ui/vue@workspace:packages/sfui/frameworks/vue"
49964996
dependencies:

0 commit comments

Comments
 (0)