diff --git a/lerna.json b/lerna.json index 81e2bcc4..c030fb36 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.8.13", + "version": "1.8.14", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index a63c6862..c6f66e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.8.13", + "version": "1.8.14", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 7e47dbf3..d9d7b7c9 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.8.13", + "version": "1.8.14", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.8.13", + "@tsed/tailwind": "1.8.14", "@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 d819f0e7..8e2c5e87 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.8.13", + "version": "1.8.14", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -34,7 +34,7 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/react-formio": "1.8.13", + "@tsed/react-formio": "1.8.14", "@types/file-saver": "^2.0.1", "file-saver": "^2.0.5" }, diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 807ac02b..2e3072a7 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.8.13", + "version": "1.8.14", "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.8.13", + "@tsed/redux-utils": "1.8.14", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -29,7 +29,7 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.8.13", - "@tsed/tailwind-formio": "1.8.13" + "@tsed/tailwind": "1.8.14", + "@tsed/tailwind-formio": "1.8.14" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index ba6703a9..7e63109c 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.8.13", + "version": "1.8.14", "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.8.13" + "@tsed/config": "1.8.14" }, "peerDependencies": { "react": "^16.14.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 84a4f5ca..395b52ec 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.8.13", + "version": "1.8.14", "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.8.13", - "@tsed/tailwind": "1.8.13", + "@tsed/config": "1.8.14", + "@tsed/tailwind": "1.8.14", "@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 90e2b56e..185ee36d 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.8.13", + "version": "1.8.14", "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 6b3dd291..f628b5b0 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.8.13", + "version": "1.8.14", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",