Skip to content

Commit

Permalink
ci: version packages (#3266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 20, 2025
1 parent f534058 commit 3e66204
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-camels-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-students-complain.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.12.1",
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.4",
"@storefront-ui/vue": "^2.6.5",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sfui/frameworks/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @storefront-ui/nuxt

## 2.5.4

### Patch Changes

- Updated dependencies [[`f534058`](https://github.com/vuestorefront/storefront-ui/commit/f534058e4be50f1fb4f3394c6aab525f901b3ee4)]:
- @storefront-ui/vue@2.6.5

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/nuxt",
"version": "2.5.3",
"version": "2.5.4",
"homepage": "https://docs.storefrontui.io/v2/",
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
6 changes: 6 additions & 0 deletions packages/sfui/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @storefront-ui/react

## 2.7.1

### Patch Changes

- [#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.

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/react",
"version": "2.7.0",
"version": "2.7.1",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/sfui/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @storefront-ui/vue

## 2.6.5

### Patch Changes

- [#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.

## 2.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/vue",
"version": "2.6.4",
"version": "2.6.5",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit 3e66204

Please sign in to comment.