Skip to content

Commit bb9f8dd

Browse files
ci: version packages (#3180)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d2ddb34 commit bb9f8dd

File tree

9 files changed

+25
-15
lines changed

9 files changed

+25
-15
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": {

0 commit comments

Comments
 (0)