diff --git a/lerna.json b/lerna.json index fd1355e9..219d73f6 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.3.2" + "version": "3.0.0-alpha.1" } diff --git a/package.json b/package.json index f746e844..3b7f0534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/integration/package.json b/packages/integration/package.json index 7920a62f..6cc728a1 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-integration", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "", "private": true, "type": "module", diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 8caabf8f..38fce68c 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": "2.3.2", + "version": "3.0.0-alpha.1", "type": "module", "main": "dist/index.js", "module": "dist/index.js", @@ -26,8 +26,8 @@ }, "peerDependencies": { "@formio/choices.js": "^9.0.1", - "@tsed/react-formio": "2.3.2", - "@tsed/react-formio-stores": "2.3.2", + "@tsed/react-formio": "3.0.0-alpha.1", + "@tsed/react-formio-stores": "3.0.0-alpha.1", "classnames": "^2.3.1", "connected-react-router": "^6.9.1", "file-saver": "^2.0.5", diff --git a/packages/react-formio-stores/package.json b/packages/react-formio-stores/package.json index e5205ae4..0ea73aff 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": "2.3.2", + "version": "3.0.0-alpha.1", "description": "Provide redux stores and action around formio.js API. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index bc0a92f3..dae2a551 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "Provide a react formio wrapper. Written in TypeScript.", "type": "module", "main": "./dist/index.js", diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 2796fd84..62b981c7 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "An opinionated lib to create actions and reducers for Redux written in TypeScript", "type": "module", "main": "dist/index.js", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 2d276846..a9a8f9b8 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "Tailwind templates for form.io forms.", "type": "module", "main": "dist/index.js", diff --git a/tools/typescript/package.json b/tools/typescript/package.json index cbeab667..be0c2907 100644 --- a/tools/typescript/package.json +++ b/tools/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/typescript", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "description": "Util to compile source", "private": true, "type": "module", diff --git a/tools/vitest/package.json b/tools/vitest/package.json index 82276b7c..7c669980 100644 --- a/tools/vitest/package.json +++ b/tools/vitest/package.json @@ -1,7 +1,7 @@ { "name": "@tsed/vitest", "type": "module", - "version": "2.3.2", + "version": "3.0.0-alpha.1", "private": true, "exports": { ".": "./index.js", diff --git a/yarn.lock b/yarn.lock index a6ac8392..971af14f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5346,8 +5346,8 @@ __metadata: vitest: "npm:2.1.8" peerDependencies: "@formio/choices.js": ^9.0.1 - "@tsed/react-formio": 2.3.2 - "@tsed/react-formio-stores": 2.3.2 + "@tsed/react-formio": 3.0.0-alpha.1 + "@tsed/react-formio-stores": 3.0.0-alpha.1 classnames: ^2.3.1 connected-react-router: ^6.9.1 file-saver: ^2.0.5