Skip to content

Commit a3ec6c0

Browse files
Github CI build: __run_2 v2.3.2 [ci skip]
1 parent 6e7198e commit a3ec6c0

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
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": "2.3.1"
6+
"version": "2.3.2"
77
}

package.json

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

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/config",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"main": "src/index.js",
55
"main:src": "src/index.js",
66
"description": "Shared configuration",
@@ -16,7 +16,7 @@
1616
"write-coverage": "./bin/write-coverage.js"
1717
},
1818
"devDependencies": {
19-
"@tsed/tailwind": "2.3.1",
19+
"@tsed/tailwind": "2.3.2",
2020
"@tsed/yarn-workspaces": "1.19.3"
2121
}
2222
}

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": "2.3.1",
4+
"version": "2.3.2",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",
77
"source": "src/index.tsx",
@@ -22,8 +22,8 @@
2222
},
2323
"peerDependencies": {
2424
"@formio/choices.js": "^9.0.1",
25-
"@tsed/react-formio": "2.3.1",
26-
"@tsed/react-formio-stores": "2.3.1",
25+
"@tsed/react-formio": "2.3.2",
26+
"@tsed/react-formio-stores": "2.3.2",
2727
"classnames": "^2.3.1",
2828
"connected-react-router": "^6.9.1",
2929
"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": "2.3.1",
3+
"version": "2.3.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",

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": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Provide a react formio wrapper. Written in TypeScript.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.modern.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": "2.3.1",
3+
"version": "2.3.2",
44
"main": "dist/index.js",
55
"module": "dist/index.modern.js",
66
"source": "src/index.tsx",

packages/tailwind-formio/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind-formio",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Tailwind templates for form.io forms.",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",
@@ -15,8 +15,8 @@
1515
"build": "gulp templates && yarn build:source"
1616
},
1717
"devDependencies": {
18-
"@tsed/config": "2.3.1",
19-
"@tsed/tailwind": "2.3.1",
18+
"@tsed/config": "2.3.2",
19+
"@tsed/tailwind": "2.3.2",
2020
"cross-env": "7.0.3",
2121
"gulp": "^4.0.2",
2222
"gulp-insert": "^0.5.0",

packages/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"main": "./tailwind.config.js",
55
"description": "Tailwind configuration",
66
"license": "MIT",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -5809,11 +5809,11 @@ __metadata:
58095809
languageName: node
58105810
linkType: hard
58115811

5812-
"@tsed/config@npm:2.3.1, @tsed/config@workspace:*, @tsed/config@workspace:packages/config":
5812+
"@tsed/config@npm:2.3.2, @tsed/config@workspace:*, @tsed/config@workspace:packages/config":
58135813
version: 0.0.0-use.local
58145814
resolution: "@tsed/config@workspace:packages/config"
58155815
dependencies:
5816-
"@tsed/tailwind": "npm:2.3.1"
5816+
"@tsed/tailwind": "npm:2.3.2"
58175817
"@tsed/yarn-workspaces": "npm:1.19.3"
58185818
bin:
58195819
write-coverage: ./bin/write-coverage.js
@@ -5863,8 +5863,8 @@ __metadata:
58635863
file-saver: "npm:^2.0.5"
58645864
peerDependencies:
58655865
"@formio/choices.js": ^9.0.1
5866-
"@tsed/react-formio": 2.3.1
5867-
"@tsed/react-formio-stores": 2.3.1
5866+
"@tsed/react-formio": 2.3.2
5867+
"@tsed/react-formio-stores": 2.3.2
58685868
classnames: ^2.3.1
58695869
connected-react-router: ^6.9.1
58705870
file-saver: ^2.0.5
@@ -6077,8 +6077,8 @@ __metadata:
60776077
version: 0.0.0-use.local
60786078
resolution: "@tsed/tailwind-formio@workspace:packages/tailwind-formio"
60796079
dependencies:
6080-
"@tsed/config": "npm:2.3.1"
6081-
"@tsed/tailwind": "npm:2.3.1"
6080+
"@tsed/config": "npm:2.3.2"
6081+
"@tsed/tailwind": "npm:2.3.2"
60826082
cross-env: "npm:7.0.3"
60836083
gulp: "npm:^4.0.2"
60846084
gulp-insert: "npm:^0.5.0"
@@ -6088,7 +6088,7 @@ __metadata:
60886088
languageName: unknown
60896089
linkType: soft
60906090

6091-
"@tsed/tailwind@npm:2.3.1, @tsed/tailwind@workspace:*, @tsed/tailwind@workspace:packages/tailwind":
6091+
"@tsed/tailwind@npm:2.3.2, @tsed/tailwind@workspace:*, @tsed/tailwind@workspace:packages/tailwind":
60926092
version: 0.0.0-use.local
60936093
resolution: "@tsed/tailwind@workspace:packages/tailwind"
60946094
dependencies:

0 commit comments

Comments
 (0)