Skip to content

Commit

Permalink
Github CI build: __run_2 v1.13.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 13, 2022
1 parent 72ebfe8 commit 6b9df55
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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": "1.13.4",
"version": "1.13.5",
"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": "1.13.4",
"version": "1.13.5",
"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": "1.13.4",
"version": "1.13.5",
"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": "1.13.4",
"@tsed/tailwind": "1.13.5",
"@tsed/yarn-workspaces": "1.19.3"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 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": "1.13.4",
"version": "1.13.5",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -35,7 +35,7 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "1.13.4",
"@tsed/react-formio": "1.13.5",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.5"
},
Expand Down
8 changes: 4 additions & 4 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": "1.13.4",
"version": "1.13.5",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -15,7 +15,7 @@
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
},
"dependencies": {
"@tsed/redux-utils": "1.13.4",
"@tsed/redux-utils": "1.13.5",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -30,7 +30,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "1.13.4",
"@tsed/tailwind-formio": "1.13.4"
"@tsed/tailwind": "1.13.5",
"@tsed/tailwind-formio": "1.13.5"
}
}
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": "1.13.4",
"version": "1.13.5",
"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": "1.13.4"
"@tsed/config": "1.13.5"
},
"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": "1.13.4",
"version": "1.13.5",
"description": "Tailwind templates for form.io forms.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"@storybook/addons": "6.5.9",
"@storybook/react": "6.5.9",
"@svgr/webpack": "5.5.0",
"@tsed/config": "1.13.4",
"@tsed/tailwind": "1.13.4",
"@tsed/config": "1.13.5",
"@tsed/tailwind": "1.13.5",
"@tsed/yarn-workspaces": "1.19.3",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
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": "1.13.4",
"version": "1.13.5",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit 6b9df55

Please sign in to comment.