Skip to content

Commit

Permalink
Github CI build: __run_2 v2.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 16, 2023
1 parent 958170d commit fcc8ddb
Show file tree
Hide file tree
Showing 9 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 @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "2.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"@tsed/tailwind": "2.1.1",
"@tsed/yarn-workspaces": "1.19.3"
},
"dependencies": {},
Expand Down
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.1.0",
"version": "2.1.1",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -35,8 +35,8 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "2.1.0",
"@tsed/react-formio-stores": "2.1.0",
"@tsed/react-formio": "2.1.1",
"@tsed/react-formio-stores": "2.1.1",
"@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.1.0",
"version": "2.1.1",
"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.1.0",
"@tsed/redux-utils": "2.1.0",
"@tsed/react-formio": "2.1.1",
"@tsed/redux-utils": "2.1.1",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -31,7 +31,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "2.1.0",
"@tsed/tailwind-formio": "2.1.0"
"@tsed/tailwind": "2.1.1",
"@tsed/tailwind-formio": "2.1.1"
}
}
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.1.0",
"version": "2.1.1",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "2.1.0",
"@tsed/tailwind-formio": "2.1.0"
"@tsed/tailwind": "2.1.1",
"@tsed/tailwind-formio": "2.1.1"
}
}
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.1.0",
"version": "2.1.1",
"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.1.0"
"@tsed/config": "2.1.1"
},
"peerDependencies": {
"react": "^17.0.2",
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.1.0",
"version": "2.1.1",
"description": "Tailwind templates for form.io forms.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@storybook/builder-vite": "0.4.2",
"@storybook/react": "6.5.16",
"@svgr/webpack": "6.5.1",
"@tsed/config": "2.1.0",
"@tsed/tailwind": "2.1.0",
"@tsed/config": "2.1.1",
"@tsed/tailwind": "2.1.1",
"@tsed/yarn-workspaces": "1.19.3",
"@vitejs/plugin-react": "4.0.0",
"babel-loader": "^8.2.5",
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.1.0",
"version": "2.1.1",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit fcc8ddb

Please sign in to comment.