diff --git a/lerna.json b/lerna.json index 1c3b7d0..811a8e1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.12.1", + "version": "1.12.2", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index e269c83..a43a2cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.12.1", + "version": "1.12.2", "description": "", "author": "Romain Lenzotti", "repository": "https://github.com/tsedio/tsed-api", diff --git a/packages/backoffice/package.json b/packages/backoffice/package.json index 621ff87..2720c18 100644 --- a/packages/backoffice/package.json +++ b/packages/backoffice/package.json @@ -1,14 +1,14 @@ { "name": "@tsed/backoffice", - "version": "1.12.1", + "version": "1.12.2", "private": true, "author": "Romain Lenzotti", "dependencies": { "cross-env": "^7.0.3" }, "devDependencies": { - "@tsed/config": "1.12.1", - "@tsed/shared": "1.12.1" + "@tsed/config": "1.12.2", + "@tsed/shared": "1.12.2" }, "scripts": { "start": "yarn craco start", diff --git a/packages/config/package.json b/packages/config/package.json index 71795db..4f0399e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.12.1", + "version": "1.12.2", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.12.1", + "@tsed/tailwind": "1.12.2", "@tsed/yarn-workspaces": "1.17.0", "postcss-nested": "4.2.3" } diff --git a/packages/server/package.json b/packages/server/package.json index 3d318f1..52c6dc3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/server", - "version": "1.12.1", + "version": "1.12.2", "description": "Server based on Ts.ED framework", "author": "Romain Lenzotti", "private": true, diff --git a/packages/shared/package.json b/packages/shared/package.json index ffc9493..1728008 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/shared", - "version": "1.12.1", + "version": "1.12.2", "main": "src/index.ts", "module": "dist/index.modern.js", "source": "src/index.ts", @@ -15,8 +15,8 @@ "prettier:fix": "yarn prettier \"{src,test}/**/*.{ts,tsx}\" --write" }, "dependencies": { - "@tsed/config": "1.12.1", - "@tsed/tailwind": "1.12.1" + "@tsed/config": "1.12.2", + "@tsed/tailwind": "1.12.2" }, "devDependencies": { "cross-env": "^7.0.3" diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 870e6e0..9a23e21 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.12.1", + "version": "1.12.2", "description": "Storybook package", "main": "src/index.js", "author": "Romain Lenzotti", @@ -20,12 +20,12 @@ "@storybook/addons": "6.4.19", "@storybook/react": "6.4.19", "@svgr/webpack": "5.5.0", - "@tsed/backoffice": "1.12.1", - "@tsed/config": "1.12.1", + "@tsed/backoffice": "1.12.2", + "@tsed/config": "1.12.2", "@tsed/react-formio": "1.9.2", "@tsed/redux-utils": "1.9.2", - "@tsed/shared": "1.12.1", - "@tsed/tailwind": "1.12.1", + "@tsed/shared": "1.12.2", + "@tsed/tailwind": "1.12.2", "@tsed/tailwind-formio": "1.9.2", "@tsed/yarn-workspaces": "1.17.0", "babel-loader": "8.2.2", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 0f8429e..de17c81 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.12.1", + "version": "1.12.2", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",