Skip to content

Commit

Permalink
Github CI build: __run_2 v2.3.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent 3bd4c9c commit e4996d7
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 23 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "2.2.3"
"packages": [
"packages/*"
],
"version": "2.3.0"
}
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.2.3",
"version": "2.3.0",
"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.2.3",
"version": "2.3.0",
"main": "src/index.js",
"main:src": "src/index.js",
"description": "Shared configuration",
Expand All @@ -15,7 +15,7 @@
"write-coverage": "./bin/write-coverage.js"
},
"devDependencies": {
"@tsed/tailwind": "2.2.3",
"@tsed/tailwind": "2.3.0",
"@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.2.3",
"version": "2.3.0",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -16,8 +16,8 @@
},
"peerDependencies": {
"@formio/choices.js": "^9.0.1",
"@tsed/react-formio": "^2.2.3",
"@tsed/react-formio-stores": "^2.2.3",
"@tsed/react-formio": "2.3.0",
"@tsed/react-formio-stores": "2.3.0",
"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.2.3",
"version": "2.3.0",
"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.2.3",
"version": "2.3.0",
"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.2.3",
"version": "2.3.0",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "2.2.3",
"version": "2.3.0",
"private": true,
"description": "storybook package",
"scripts": {
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.2.3",
"version": "2.3.0",
"description": "Tailwind templates for form.io forms.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -14,8 +14,8 @@
"build": "gulp templates && yarn build:source"
},
"devDependencies": {
"@tsed/config": "2.2.3",
"@tsed/tailwind": "2.2.3",
"@tsed/config": "2.3.0",
"@tsed/tailwind": "2.3.0",
"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.2.3",
"version": "2.3.0",
"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 @@ -5657,11 +5657,11 @@ __metadata:
languageName: node
linkType: hard

"@tsed/config@npm:2.2.3, @tsed/config@workspace:*, @tsed/config@workspace:packages/config":
"@tsed/config@npm:2.3.0, @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.2.3"
"@tsed/tailwind": "npm:2.3.0"
"@tsed/yarn-workspaces": "npm:1.19.3"
bin:
write-coverage: ./bin/write-coverage.js
Expand Down Expand Up @@ -5711,8 +5711,8 @@ __metadata:
file-saver: "npm:^2.0.5"
peerDependencies:
"@formio/choices.js": ^9.0.1
"@tsed/react-formio": ^2.2.3
"@tsed/react-formio-stores": ^2.2.3
"@tsed/react-formio": 2.3.0
"@tsed/react-formio-stores": 2.3.0
classnames: ^2.3.1
connected-react-router: ^6.9.1
file-saver: ^2.0.5
Expand Down Expand Up @@ -5930,8 +5930,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsed/tailwind-formio@workspace:packages/tailwind-formio"
dependencies:
"@tsed/config": "npm:2.2.3"
"@tsed/tailwind": "npm:2.2.3"
"@tsed/config": "npm:2.3.0"
"@tsed/tailwind": "npm:2.3.0"
cross-env: "npm:7.0.3"
gulp: "npm:^4.0.2"
gulp-insert: "npm:^0.5.0"
Expand All @@ -5941,7 +5941,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tsed/tailwind@npm:2.2.3, @tsed/tailwind@workspace:*, @tsed/tailwind@workspace:packages/tailwind":
"@tsed/tailwind@npm:2.3.0, @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 e4996d7

Please sign in to comment.