diff --git a/lerna.json b/lerna.json index 7e141855..e4541056 100644 --- a/lerna.json +++ b/lerna.json @@ -1,11 +1,15 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": ["packages/*"], - "version": "1.11.2", + "packages": [ + "packages/*" + ], + "version": "1.12.0", "command": { "bootstrap": { - "npmClientArgs": ["--no-package-lock"] + "npmClientArgs": [ + "--no-package-lock" + ] } } } diff --git a/package.json b/package.json index 5ce36d07..5aa90937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.11.2", + "version": "1.12.0", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 350f53f6..105f3319 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.11.2", + "version": "1.12.0", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.11.2", + "@tsed/tailwind": "1.12.0", "@tsed/yarn-workspaces": "1.19.3", "postcss-nested": "4.2.3" }, @@ -18,4 +18,4 @@ "tailwindcss": "2.0.3" }, "dependencies": {} -} +} \ No newline at end of file diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 4acb344c..06ec4f03 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.11.2", + "version": "1.12.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -32,11 +32,10 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/react-formio": "1.11.2", + "@tsed/react-formio": "1.12.0", "@types/file-saver": "^2.0.1", "file-saver": "^2.0.5" }, - "dependencies": {}, "peerDependenciesMeta": { "formiojs": { "optional": false @@ -86,5 +85,6 @@ "tooltip.js": { "optional": false } - } -} + }, + "dependencies": {} +} \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 563dcde3..aadee57f 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.11.2", + "version": "1.12.0", "description": "Provide a react formio wrapper. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -12,7 +12,7 @@ "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement" }, "dependencies": { - "@tsed/redux-utils": "1.11.2", + "@tsed/redux-utils": "1.12.0", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -27,7 +27,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.11.2", - "@tsed/tailwind-formio": "1.11.2" + "@tsed/tailwind": "1.12.0", + "@tsed/tailwind-formio": "1.12.0" } -} +} \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 9209bdeb..ec121659 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.11.2", + "version": "1.12.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -13,11 +13,11 @@ "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement" }, "devDependencies": { - "@tsed/config": "1.11.2" + "@tsed/config": "1.12.0" }, "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 041bc759..bf676610 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.11.2", + "version": "1.12.0", "description": "Storybook package", "main": "src/index.js", "author": "Romain Lenzotti", @@ -20,8 +20,8 @@ "@storybook/addons": "6.1.11", "@storybook/react": "6.4.19", "@svgr/webpack": "5.5.0", - "@tsed/config": "1.11.2", - "@tsed/tailwind": "1.11.2", + "@tsed/config": "1.12.0", + "@tsed/tailwind": "1.12.0", "@tsed/yarn-workspaces": "1.19.3", "babel-loader": "8.2.2", "cross-env": "7.0.3", @@ -42,4 +42,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 5c1969f8..618d4a9a 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.11.2", + "version": "1.12.0", "description": "Tailwind templates for form.io forms.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -18,4 +18,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index b5a5e801..e339cfed 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.11.2", + "version": "1.12.0", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT", @@ -22,4 +22,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file