diff --git a/lerna.json b/lerna.json index 2c7d03d6..04b7587c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.5.3", + "version": "1.6.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index bec8ea75..1cbf6081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.5.3", + "version": "1.6.0", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index fd039be9..490c01fb 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.5.3", + "version": "1.6.0", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.5.3", + "@tsed/tailwind": "1.6.0", "@tsed/yarn-workspaces": "1.15.1", "postcss-nested": "4.2.3" }, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index a9710f3b..8c87bd97 100644 --- a/packages/react-formio-container/package.json +++ b/packages/react-formio-container/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-container", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", @@ -22,7 +22,7 @@ "redux-thunk": "^2" }, "devDependencies": { - "@tsed/react-formio": "1.5.3" + "@tsed/react-formio": "1.6.0" }, "dependencies": {} } \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 3071fb42..ad3d93d4 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", @@ -14,7 +14,7 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "dependencies": { - "@tsed/redux-utils": "1.5.3", + "@tsed/redux-utils": "1.6.0", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -27,7 +27,7 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.5.3", - "@tsed/tailwind-formio": "1.5.3" + "@tsed/tailwind": "1.6.0", + "@tsed/tailwind-formio": "1.6.0" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 25317df9..422b9035 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -16,7 +16,7 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "devDependencies": { - "@tsed/config": "1.5.3" + "@tsed/config": "1.6.0" }, "peerDependencies": { "react": "^16.14.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index e8dfa14e..4483e48c 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.5.3", + "version": "1.6.0", "description": "Storybook package", "main": "src/index.js", "author": "Romain Lenzotti", @@ -20,8 +20,8 @@ "@storybook/addons": "6.1.11", "@storybook/react": "6.1.11", "@svgr/webpack": "5.5.0", - "@tsed/config": "1.5.3", - "@tsed/tailwind": "1.5.3", + "@tsed/config": "1.6.0", + "@tsed/tailwind": "1.6.0", "@tsed/yarn-workspaces": "1.14.0", "babel-loader": "8.0.6", "cross-env": "7.0.3", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index ba8c2f20..69040e31 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.5.3", + "version": "1.6.0", "description": "Tailwind templates for form.io forms.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index c94471c7..511f150d 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.5.3", + "version": "1.6.0", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",