Skip to content

Commit 6631f8c

Browse files
Github CI build: __run_2 v3.0.0-alpha.6 [ci skip]
1 parent 222ece1 commit 6631f8c

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.0.0-alpha.5"
6+
"version": "3.0.0-alpha.6"
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/root",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "",
55
"author": "Romain Lenzotti",
66
"private": true,

packages/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/react-formio-integration",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "",
55
"private": true,
66
"type": "module",

packages/react-formio-container/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsed/react-formio-container",
33
"description": "Provide advanced components and tools to create your own formio backoffice.",
4-
"version": "3.0.0-alpha.5",
4+
"version": "3.0.0-alpha.6",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -26,8 +26,8 @@
2626
},
2727
"peerDependencies": {
2828
"@formio/choices.js": "^9.0.1",
29-
"@tsed/react-formio": "3.0.0-alpha.5",
30-
"@tsed/react-formio-stores": "3.0.0-alpha.5",
29+
"@tsed/react-formio": "3.0.0-alpha.6",
30+
"@tsed/react-formio-stores": "3.0.0-alpha.6",
3131
"classnames": "^2.3.1",
3232
"connected-react-router": "^6.9.1",
3333
"file-saver": "^2.0.5",

packages/react-formio-stores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/react-formio-stores",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Provide redux stores and action around formio.js API. Written in TypeScript.",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/react-formio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/react-formio",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Provide a react formio wrapper. Written in TypeScript.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/redux-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/redux-utils",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "An opinionated lib to create actions and reducers for Redux written in TypeScript",
55
"type": "module",
66
"main": "dist/index.js",

packages/tailwind-formio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind-formio",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Tailwind templates for form.io forms.",
55
"type": "module",
66
"main": "dist/index.js",

tools/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/typescript",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Util to compile source",
55
"private": true,
66
"type": "module",

tools/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsed/vitest",
33
"type": "module",
4-
"version": "3.0.0-alpha.5",
4+
"version": "3.0.0-alpha.6",
55
"private": true,
66
"exports": {
77
".": "./index.js",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5364,8 +5364,8 @@ __metadata:
53645364
vitest: "npm:2.1.8"
53655365
peerDependencies:
53665366
"@formio/choices.js": ^9.0.1
5367-
"@tsed/react-formio": 3.0.0-alpha.5
5368-
"@tsed/react-formio-stores": 3.0.0-alpha.5
5367+
"@tsed/react-formio": 3.0.0-alpha.6
5368+
"@tsed/react-formio-stores": 3.0.0-alpha.6
53695369
classnames: ^2.3.1
53705370
connected-react-router: ^6.9.1
53715371
file-saver: ^2.0.5

0 commit comments

Comments
 (0)