Skip to content

Commit 2b4a892

Browse files
Github CI build: __run_2 v2.0.2 [ci skip]
1 parent 9ff09ac commit 2b4a892

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "2.0.1",
7+
"version": "2.0.2",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/root",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"author": "Romain Lenzotti",
66
"private": true,

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "src/index.js",
55
"main:src": "src/index.js",
66
"description": "Shared configuration",
@@ -15,7 +15,7 @@
1515
"write-coverage": "./bin/write-coverage.js"
1616
},
1717
"devDependencies": {
18-
"@tsed/tailwind": "2.0.1",
18+
"@tsed/tailwind": "2.0.2",
1919
"@tsed/yarn-workspaces": "1.19.3"
2020
},
2121
"dependencies": {},

packages/react-formio-container/package.json

Lines changed: 3 additions & 3 deletions
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": "2.0.1",
4+
"version": "2.0.2",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",
77
"source": "src/index.tsx",
@@ -35,8 +35,8 @@
3535
"tooltip.js": "^1.3.3"
3636
},
3737
"devDependencies": {
38-
"@tsed/react-formio": "2.0.1",
39-
"@tsed/react-formio-stores": "2.0.1",
38+
"@tsed/react-formio": "2.0.2",
39+
"@tsed/react-formio-stores": "2.0.2",
4040
"@types/file-saver": "^2.0.1",
4141
"file-saver": "^2.0.5"
4242
},

packages/react-formio-stores/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/react-formio-stores",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Provide redux stores and action around formio.js API. Written in TypeScript.",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",
@@ -15,8 +15,8 @@
1515
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx"
1616
},
1717
"dependencies": {
18-
"@tsed/react-formio": "2.0.1",
19-
"@tsed/redux-utils": "2.0.1",
18+
"@tsed/react-formio": "2.0.2",
19+
"@tsed/redux-utils": "2.0.2",
2020
"eventemitter2": "^6.4.3",
2121
"prop-types": "^15.7.2"
2222
},
@@ -31,7 +31,7 @@
3131
"tooltip.js": ">=1.3.3"
3232
},
3333
"devDependencies": {
34-
"@tsed/tailwind": "2.0.1",
35-
"@tsed/tailwind-formio": "2.0.1"
34+
"@tsed/tailwind": "2.0.2",
35+
"@tsed/tailwind-formio": "2.0.2"
3636
}
3737
}

packages/react-formio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/react-formio",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Provide a react formio wrapper. Written in TypeScript.",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",
@@ -29,7 +29,7 @@
2929
"tooltip.js": ">=1.3.3"
3030
},
3131
"devDependencies": {
32-
"@tsed/tailwind": "2.0.1",
33-
"@tsed/tailwind-formio": "2.0.1"
32+
"@tsed/tailwind": "2.0.2",
33+
"@tsed/tailwind-formio": "2.0.2"
3434
}
3535
}

packages/redux-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/redux-utils",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "dist/index.js",
55
"module": "dist/index.modern.js",
66
"source": "src/index.tsx",
@@ -16,7 +16,7 @@
1616
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
1717
},
1818
"devDependencies": {
19-
"@tsed/config": "2.0.1"
19+
"@tsed/config": "2.0.2"
2020
},
2121
"peerDependencies": {
2222
"react": "^17.0.2",

packages/tailwind-formio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind-formio",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Tailwind templates for form.io forms.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -25,8 +25,8 @@
2525
"@storybook/addons": "6.5.16",
2626
"@storybook/react": "6.5.16",
2727
"@svgr/webpack": "6.5.1",
28-
"@tsed/config": "2.0.1",
29-
"@tsed/tailwind": "2.0.1",
28+
"@tsed/config": "2.0.2",
29+
"@tsed/tailwind": "2.0.2",
3030
"@tsed/yarn-workspaces": "1.19.3",
3131
"babel-loader": "8.2.2",
3232
"cross-env": "7.0.3",
@@ -55,4 +55,4 @@
5555
},
5656
"dependencies": {},
5757
"peerDependencies": {}
58-
}
58+
}

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "./tailwind.config.js",
55
"description": "Tailwind configuration",
66
"license": "MIT",

0 commit comments

Comments
 (0)