diff --git a/lerna.json b/lerna.json index cd8ee11e..20bb2637 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.10.13", + "version": "1.10.14", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 90c487ed..594ef993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.10.13", + "version": "1.10.14", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 931d1987..4b4fdd45 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.10.13", + "version": "1.10.14", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.10.13", + "@tsed/tailwind": "1.10.14", "@tsed/yarn-workspaces": "1.19.3", "postcss-nested": "4.2.3" }, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 5642a6cc..5a244495 100644 --- a/packages/react-formio-container/package.json +++ b/packages/react-formio-container/package.json @@ -1,7 +1,7 @@ { "name": "@tsed/react-formio-container", "description": "Provide advanced components and tools to create your own formio backoffice.", - "version": "1.10.13", + "version": "1.10.14", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -35,10 +35,10 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/react-formio": "1.10.13", + "@tsed/react-formio": "1.10.14", "@types/file-saver": "^2.0.1", "eslint-plugin-jsx-a11y": "^6.5.1", "file-saver": "^2.0.5" }, "dependencies": {} -} +} \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index f0b17420..4e30e5af 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.10.13", + "version": "1.10.14", "description": "Provide a react formio wrapper. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -15,7 +15,7 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "dependencies": { - "@tsed/redux-utils": "1.10.13", + "@tsed/redux-utils": "1.10.14", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -30,8 +30,8 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.10.13", - "@tsed/tailwind-formio": "1.10.13", + "@tsed/tailwind": "1.10.14", + "@tsed/tailwind-formio": "1.10.14", "eslint-plugin-jsx-a11y": "^6.5.1" } -} +} \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 82282801..e717a9fa 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.10.13", + "version": "1.10.14", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -16,11 +16,11 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "devDependencies": { - "@tsed/config": "1.10.13" + "@tsed/config": "1.10.14" }, "peerDependencies": { "react": "^17.0.2", "redux": "^4.0.5" }, "dependencies": {} -} +} \ No newline at end of file diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 4e42c72e..d330b058 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.10.13", + "version": "1.10.14", "description": "Storybook package", "main": "src/index.js", "author": "Romain Lenzotti", @@ -20,8 +20,8 @@ "@storybook/addons": "6.1.11", "@storybook/react": "6.4.3", "@svgr/webpack": "5.5.0", - "@tsed/config": "1.10.13", - "@tsed/tailwind": "1.10.13", + "@tsed/config": "1.10.14", + "@tsed/tailwind": "1.10.14", "@tsed/yarn-workspaces": "1.19.3", "babel-loader": "8.2.2", "cross-env": "7.0.3", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 051aa0e4..d82f055e 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.10.13", + "version": "1.10.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 355258c7..2ba83b44 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.10.13", + "version": "1.10.14", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",