Skip to content

Commit

Permalink
Github CI build: __run_2 v2.2.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 22248a5 commit 96f97fc
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "2.2.2",
"version": "2.2.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
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.2",
"version": "2.2.3",
"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.2",
"version": "2.2.3",
"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.2",
"@tsed/tailwind": "2.2.3",
"@tsed/yarn-workspaces": "1.19.3"
},
"dependencies": {},
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "2.2.3",
"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.2",
"@tsed/react-formio-stores": "^2.2.2",
"@tsed/react-formio": "^2.2.3",
"@tsed/react-formio-stores": "^2.2.3",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.1",
"file-saver": "^2.0.5",
Expand All @@ -35,8 +35,8 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "2.2.2",
"@tsed/react-formio-stores": "2.2.2",
"@tsed/react-formio": "2.2.3",
"@tsed/react-formio-stores": "2.2.3",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.5"
},
Expand Down
10 changes: 5 additions & 5 deletions 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.2",
"version": "2.2.3",
"description": "Provide redux stores and action around formio.js API. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -15,8 +15,8 @@
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx"
},
"dependencies": {
"@tsed/react-formio": "2.2.2",
"@tsed/redux-utils": "2.2.2",
"@tsed/react-formio": "2.2.3",
"@tsed/redux-utils": "2.2.3",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -31,7 +31,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "2.2.2",
"@tsed/tailwind-formio": "2.2.2"
"@tsed/tailwind": "2.2.3",
"@tsed/tailwind-formio": "2.2.3"
}
}
6 changes: 3 additions & 3 deletions 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.2",
"version": "2.2.3",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "2.2.2",
"@tsed/tailwind-formio": "2.2.2"
"@tsed/tailwind": "2.2.3",
"@tsed/tailwind-formio": "2.2.3"
}
}
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.2.3",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -16,7 +16,7 @@
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
},
"devDependencies": {
"@tsed/config": "2.2.2"
"@tsed/config": "2.2.3"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"description": "storybook package",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"deploy": "npx gh-pages -d ./.out -t true --history false"
},
"dependencies": {
"@tsed/config": "2.2.2",
"@tsed/react-formio": "2.2.2",
"@tsed/tailwind-formio": "2.2.2"
"@tsed/config": "2.2.3",
"@tsed/react-formio": "2.2.3",
"@tsed/tailwind-formio": "2.2.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.18",
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.2",
"version": "2.2.3",
"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.2",
"@tsed/tailwind": "2.2.2",
"@tsed/config": "2.2.3",
"@tsed/tailwind": "2.2.3",
"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.2",
"version": "2.2.3",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit 96f97fc

Please sign in to comment.