Skip to content

Commit

Permalink
Github CI build: __run_2 v2.3.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent 6e7198e commit a3ec6c0
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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.1"
"version": "2.3.2"
}
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.1",
"version": "2.3.2",
"description": "",
"author": "Romain Lenzotti",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/config",
"version": "2.3.1",
"version": "2.3.2",
"main": "src/index.js",
"main:src": "src/index.js",
"description": "Shared configuration",
Expand All @@ -16,7 +16,7 @@
"write-coverage": "./bin/write-coverage.js"
},
"devDependencies": {
"@tsed/tailwind": "2.3.1",
"@tsed/tailwind": "2.3.2",
"@tsed/yarn-workspaces": "1.19.3"
}
}
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.1",
"version": "2.3.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -22,8 +22,8 @@
},
"peerDependencies": {
"@formio/choices.js": "^9.0.1",
"@tsed/react-formio": "2.3.1",
"@tsed/react-formio-stores": "2.3.1",
"@tsed/react-formio": "2.3.2",
"@tsed/react-formio-stores": "2.3.2",
"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.1",
"version": "2.3.2",
"description": "Provide redux stores and action around formio.js API. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.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.1",
"version": "2.3.2",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "./dist/index.js",
"module": "./dist/index.modern.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.1",
"version": "2.3.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "2.3.2",
"description": "Tailwind templates for form.io forms.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -15,8 +15,8 @@
"build": "gulp templates && yarn build:source"
},
"devDependencies": {
"@tsed/config": "2.3.1",
"@tsed/tailwind": "2.3.1",
"@tsed/config": "2.3.2",
"@tsed/tailwind": "2.3.2",
"cross-env": "7.0.3",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind",
"version": "2.3.1",
"version": "2.3.2",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5809,11 +5809,11 @@ __metadata:
languageName: node
linkType: hard

"@tsed/config@npm:2.3.1, @tsed/config@workspace:*, @tsed/config@workspace:packages/config":
"@tsed/config@npm:2.3.2, @tsed/config@workspace:*, @tsed/config@workspace:packages/config":
version: 0.0.0-use.local
resolution: "@tsed/config@workspace:packages/config"
dependencies:
"@tsed/tailwind": "npm:2.3.1"
"@tsed/tailwind": "npm:2.3.2"
"@tsed/yarn-workspaces": "npm:1.19.3"
bin:
write-coverage: ./bin/write-coverage.js
Expand Down Expand Up @@ -5863,8 +5863,8 @@ __metadata:
file-saver: "npm:^2.0.5"
peerDependencies:
"@formio/choices.js": ^9.0.1
"@tsed/react-formio": 2.3.1
"@tsed/react-formio-stores": 2.3.1
"@tsed/react-formio": 2.3.2
"@tsed/react-formio-stores": 2.3.2
classnames: ^2.3.1
connected-react-router: ^6.9.1
file-saver: ^2.0.5
Expand Down Expand Up @@ -6077,8 +6077,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsed/tailwind-formio@workspace:packages/tailwind-formio"
dependencies:
"@tsed/config": "npm:2.3.1"
"@tsed/tailwind": "npm:2.3.1"
"@tsed/config": "npm:2.3.2"
"@tsed/tailwind": "npm:2.3.2"
cross-env: "npm:7.0.3"
gulp: "npm:^4.0.2"
gulp-insert: "npm:^0.5.0"
Expand All @@ -6088,7 +6088,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tsed/tailwind@npm:2.3.1, @tsed/tailwind@workspace:*, @tsed/tailwind@workspace:packages/tailwind":
"@tsed/tailwind@npm:2.3.2, @tsed/tailwind@workspace:*, @tsed/tailwind@workspace:packages/tailwind":
version: 0.0.0-use.local
resolution: "@tsed/tailwind@workspace:packages/tailwind"
dependencies:
Expand Down

0 comments on commit a3ec6c0

Please sign in to comment.