diff --git a/lerna.json b/lerna.json index 958be508..78ebeddc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.0.0-alpha.2" + "version": "3.0.0-alpha.3" } diff --git a/package.json b/package.json index 6d2d4b9d..a3868f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/integration/package.json b/packages/integration/package.json index 61492eac..59d6f1f3 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-integration", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "", "private": true, "type": "module", diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 9ee05c03..b8057604 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": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "type": "module", "main": "dist/index.js", "module": "dist/index.js", @@ -26,8 +26,8 @@ }, "peerDependencies": { "@formio/choices.js": "^9.0.1", - "@tsed/react-formio": "3.0.0-alpha.2", - "@tsed/react-formio-stores": "3.0.0-alpha.2", + "@tsed/react-formio": "3.0.0-alpha.3", + "@tsed/react-formio-stores": "3.0.0-alpha.3", "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 de8e7b6d..cb6f597f 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": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "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 a35ec23b..92276b7a 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "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 d7fddb3e..fb07d243 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "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 7a1d522f..4ad87cbb 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "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 5be509a5..08d6afca 100644 --- a/tools/typescript/package.json +++ b/tools/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/typescript", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "Util to compile source", "private": true, "type": "module", diff --git a/tools/vitest/package.json b/tools/vitest/package.json index 29dca9ac..6251133e 100644 --- a/tools/vitest/package.json +++ b/tools/vitest/package.json @@ -1,7 +1,7 @@ { "name": "@tsed/vitest", "type": "module", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "private": true, "exports": { ".": "./index.js", diff --git a/yarn.lock b/yarn.lock index f721dcfc..2c561052 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": 3.0.0-alpha.2 - "@tsed/react-formio-stores": 3.0.0-alpha.2 + "@tsed/react-formio": 3.0.0-alpha.3 + "@tsed/react-formio-stores": 3.0.0-alpha.3 classnames: ^2.3.1 connected-react-router: ^6.9.1 file-saver: ^2.0.5