Skip to content

Commit

Permalink
ci: version packages (#3197)
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 Jul 22, 2024
1 parent de42a2d commit 1a829ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-panthers-approve.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/pre.json

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/rich-numbers-end.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/sfui/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @storefront-ui/react

## 2.7.0

### Minor Changes

- [#3148](https://github.com/vuestorefront/storefront-ui/pull/3148) [`34b7107`](https://github.com/vuestorefront/storefront-ui/commit/34b7107053521733301a719822383ea056a96f4c) Thanks [@Razz21](https://github.com/Razz21)! - [CHANGED] Implemented `use client` directive in components:
- `SfAccordionItem`
- `SfDrawer`
- `SfDropdown`
- `SfModal`
- `SfRatingButton`
- `SfScrollable`
- `SfSelect`
- `SfTextarea`
- `SfTooltip`

### Patch Changes

- [#3157](https://github.com/vuestorefront/storefront-ui/pull/3157) [`a9cd099`](https://github.com/vuestorefront/storefront-ui/commit/a9cd09921c29decf8647e486b4ee573cb89d8fe8) Thanks [@Razz21](https://github.com/Razz21)! - [FIXED] Mark SfInput as client component

## 2.7.0-rc.1

### Patch 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-rc.1",
"version": "2.7.0",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 1a829ab

Please sign in to comment.