Skip to content

Commit 3e66204

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

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

.changeset/shiny-camels-warn.md

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

.changeset/strange-students-complain.md

Lines changed: 0 additions & 5 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.1",
3030
"@storefront-ui/typography": "^2.6.1",
31-
"@storefront-ui/vue": "^2.6.4",
31+
"@storefront-ui/vue": "^2.6.5",
3232
"@tailwindcss/typography": "^0.5.13",
3333
"@vueuse/integrations": "^10.11.0",
3434
"@vueuse/nuxt": "^10.11.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+
## 2.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f534058`](https://github.com/vuestorefront/storefront-ui/commit/f534058e4be50f1fb4f3394c6aab525f901b3ee4)]:
8+
- @storefront-ui/vue@2.6.5
9+
310
## 2.5.3
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.5.3",
3+
"version": "2.5.4",
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.7.1
4+
5+
### Patch Changes
6+
7+
- [#3263](https://github.com/vuestorefront/storefront-ui/pull/3263) [`f534058`](https://github.com/vuestorefront/storefront-ui/commit/f534058e4be50f1fb4f3394c6aab525f901b3ee4) Thanks [@lsliwaradioluz](https://github.com/lsliwaradioluz)! - [FIXED] Fixed `<SfSelect />` placeholder not appearing initially when no value had been selected.
8+
39
## 2.7.0
410

511
### Minor 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.7.0",
3+
"version": "2.7.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+
## 2.6.5
4+
5+
### Patch Changes
6+
7+
- [#3263](https://github.com/vuestorefront/storefront-ui/pull/3263) [`f534058`](https://github.com/vuestorefront/storefront-ui/commit/f534058e4be50f1fb4f3394c6aab525f901b3ee4) Thanks [@lsliwaradioluz](https://github.com/lsliwaradioluz)! - [FIXED] Fixed `<SfSelect />` value not updated when no `v-model` is used on the component.
8+
39
## 2.6.4
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.4",
3+
"version": "2.6.5",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)