diff --git a/lerna.json b/lerna.json index e8b6157f..3cd6882f 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.8.15", + "version": "1.8.16", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 7376da26..d5244cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.8.15", + "version": "1.8.16", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 7a437435..0a45e3fd 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.8.15", + "version": "1.8.16", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.8.15", + "@tsed/tailwind": "1.8.16", "@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 a69a2e90..27fda329 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.15", + "version": "1.8.16", "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.15", + "@tsed/react-formio": "1.8.16", "@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 ce73fe2f..f8ade31e 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.8.15", + "version": "1.8.16", "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.15", + "@tsed/redux-utils": "1.8.16", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -29,7 +29,7 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.8.15", - "@tsed/tailwind-formio": "1.8.15" + "@tsed/tailwind": "1.8.16", + "@tsed/tailwind-formio": "1.8.16" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 9dac2fdf..0d1bbab2 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.8.15", + "version": "1.8.16", "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.15" + "@tsed/config": "1.8.16" }, "peerDependencies": { "react": "^16.14.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 405e80b2..55773295 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.8.15", + "version": "1.8.16", "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.15", - "@tsed/tailwind": "1.8.15", + "@tsed/config": "1.8.16", + "@tsed/tailwind": "1.8.16", "@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 9167bec4..cbb0832f 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.8.15", + "version": "1.8.16", "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 295e0451..b42be246 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.8.15", + "version": "1.8.16", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",