Skip to content

Commit

Permalink
chore(release): v2.3.1 (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Jun 9, 2023
1 parent 17c13bb commit 30d6e7d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/tailwind-config",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"sideEffects": false,
"exports": {
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.3.0",
"version": "2.3.1",
"license": "MIT",
"sideEffects": false,
"exports": {
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.3.0",
"version": "2.3.1",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storefront-ui/shared",
"description": "Shared set of utils and typings used by `@storefront-ui/*` packages",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/tw-plugin-peer-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storefront-ui/tw-plugin-peer-next",
"description": "SFUI peer-next plugin for Tailwind",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storefront-ui/typography",
"description": "SFUI typography plugin for Tailwind",
"version": "2.3.0",
"version": "2.3.1",
"sideEffects": false,
"license": "MIT",
"exports": {
Expand Down
8 changes: 6 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"build:react",
"build:vue",
"build:tailwind-config",
"build:nuxt-module",
"^build:nuxt-module",
"build:typography",
"build:peer-next",
"build:shared"
Expand All @@ -65,7 +65,11 @@
"cache": false
},
"build:nuxt-module": {
"cache": false
"cache": false,
"dependsOn": [
"build:vue",
"build:tailwind-config"
]
},
"build:peer-next": {
"cache": false
Expand Down

0 comments on commit 30d6e7d

Please sign in to comment.