diff --git a/lerna.json b/lerna.json index 48e613e7..eccc7466 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.14.1", + "version": "2.0.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 273d02f0..2562053e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.14.1", + "version": "2.0.0", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index e02a58ed..eaa3e381 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.14.1", + "version": "2.0.0", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -15,7 +15,7 @@ "write-coverage": "./bin/write-coverage.js" }, "devDependencies": { - "@tsed/tailwind": "1.14.1", + "@tsed/tailwind": "2.0.0", "@tsed/yarn-workspaces": "1.19.3" }, "dependencies": {}, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 07dcfde5..c45f1141 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.14.1", + "version": "2.0.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -15,10 +15,10 @@ "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx" }, "peerDependencies": { + "@formio/choices.js": "^10.2.0", "@tsed/react-formio": "^1.4.0", - "@tsed/redux-utils": "^1.4.0", "@tsed/react-formio-stores": "^1.4.0", - "@formio/choices.js": "^10.2.0", + "@tsed/redux-utils": "^1.4.0", "classnames": "^2.3.1", "connected-react-router": "^6.9.1", "file-saver": "^2.0.5", @@ -36,8 +36,8 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/react-formio": "1.14.1", - "@tsed/react-formio-stores": "1.14.1", + "@tsed/react-formio": "2.0.0", + "@tsed/react-formio-stores": "2.0.0", "@types/file-saver": "^2.0.1", "file-saver": "^2.0.5" }, @@ -92,4 +92,4 @@ } }, "dependencies": {} -} +} \ No newline at end of file diff --git a/packages/react-formio-stores/package.json b/packages/react-formio-stores/package.json index 93e2d7ec..dac581a7 100644 --- a/packages/react-formio-stores/package.json +++ b/packages/react-formio-stores/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-stores", - "version": "1.14.1", + "version": "2.0.0", "description": "Provide redux stores and action around formio.js API. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -15,8 +15,8 @@ "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx" }, "dependencies": { - "@tsed/redux-utils": "1.14.1", - "@tsed/react-formio": "1.14.1", + "@tsed/react-formio": "2.0.0", + "@tsed/redux-utils": "2.0.0", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -31,7 +31,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.14.1", - "@tsed/tailwind-formio": "1.14.1" + "@tsed/tailwind": "2.0.0", + "@tsed/tailwind-formio": "2.0.0" } -} +} \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index fe82c625..00cdc339 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.14.1", + "version": "2.0.0", "description": "Provide a react formio wrapper. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -29,7 +29,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.14.1", - "@tsed/tailwind-formio": "1.14.1" + "@tsed/tailwind": "2.0.0", + "@tsed/tailwind-formio": "2.0.0" } -} +} \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index bcd15615..eda0d167 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.14.1", + "version": "2.0.0", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -16,7 +16,7 @@ "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement" }, "devDependencies": { - "@tsed/config": "1.14.1" + "@tsed/config": "2.0.0" }, "peerDependencies": { "react": "^17.0.2", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index c5c5e4b4..e7d1d02c 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.14.1", + "version": "2.0.0", "description": "Tailwind templates for form.io forms.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -25,8 +25,8 @@ "@storybook/addons": "6.5.9", "@storybook/react": "6.5.9", "@svgr/webpack": "6.5.1", - "@tsed/config": "1.14.1", - "@tsed/tailwind": "1.14.1", + "@tsed/config": "2.0.0", + "@tsed/tailwind": "2.0.0", "@tsed/yarn-workspaces": "1.19.3", "babel-loader": "8.2.2", "cross-env": "7.0.3", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 7cf28bb0..c20a8a88 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.14.1", + "version": "2.0.0", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",