Skip to content

Commit ddd9f60

Browse files
ci: version packages (#3343)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e75c802 commit ddd9f60

File tree

16 files changed

+73
-20
lines changed

16 files changed

+73
-20
lines changed

.changeset/olive-pots-film.md

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

apps/docs/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@nuxtjs/color-mode": "^3.4.2",
2828
"@nuxtjs/seo": "^2.0.0-rc.10",
2929
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
30-
"@storefront-ui/typography": "^3.0.0",
31-
"@storefront-ui/vue": "^3.0.0",
30+
"@storefront-ui/typography": "^3.1.0",
31+
"@storefront-ui/vue": "^3.1.0",
3232
"@tailwindcss/typography": "^0.5.19",
3333
"@vueuse/integrations": "^12.8.0",
3434
"@vueuse/nuxt": "^12.8.0",

packages/config/tailwind/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]:
12+
- @storefront-ui/tw-plugin-peer-next@3.1.0
13+
314
## 3.0.0
415

516
### Major Changes

packages/config/tailwind/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/tailwind-config",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/sfui/frameworks/nuxt/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]:
12+
- @storefront-ui/vue@3.1.0
13+
314
## 3.0.0
415

516
### Major 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": "3.0.0",
3+
"version": "3.1.0",
44
"homepage": "https://docs.storefrontui.io/v2/",
55
"installConfig": {
66
"hoistingLimits": "workspaces"

packages/sfui/frameworks/react/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]:
12+
- @storefront-ui/tailwind-config@3.1.0
13+
- @storefront-ui/shared@3.1.0
14+
315
## 3.0.0
416

517
### Major 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": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"type": "module",

packages/sfui/frameworks/vue/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]:
12+
- @storefront-ui/tailwind-config@3.1.0
13+
- @storefront-ui/shared@3.1.0
14+
315
## 3.0.0
416

517
### Major 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": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)