Skip to content

Commit

Permalink
Github CI build: __run_2 v3.0.0-alpha.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 29, 2024
1 parent 07acb3d commit b719151
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.3.2"
"version": "3.0.0-alpha.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "2.3.2",
"version": "3.0.0-alpha.1",
"description": "",
"author": "Romain Lenzotti",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/react-formio-integration",
"version": "2.3.2",
"version": "3.0.0-alpha.1",
"description": "",
"private": true,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-formio-container/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formio-stores/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-formio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tsed/vitest",
"type": "module",
"version": "2.3.2",
"version": "3.0.0-alpha.1",
"private": true,
"exports": {
".": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b719151

Please sign in to comment.