From 6b9df55c3ded338cd0b2ce6f04b6661d6f589590 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Jul 2022 06:48:57 +0000 Subject: [PATCH] Github CI build: __run_2 v1.13.5 [ci skip] --- lerna.json | 2 +- package.json | 2 +- packages/config/package.json | 4 ++-- packages/react-formio-container/package.json | 4 ++-- packages/react-formio/package.json | 8 ++++---- packages/redux-utils/package.json | 4 ++-- packages/tailwind-formio/package.json | 6 +++--- packages/tailwind/package.json | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lerna.json b/lerna.json index 7806d525..b513c0b2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.13.4", + "version": "1.13.5", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index b3f9feef..3dd6f6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.13.4", + "version": "1.13.5", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 5eb093ad..86a3ef49 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", @@ -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": {}, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 83cd4fb3..38e683bd 100644 --- a/packages/react-formio-container/package.json +++ b/packages/react-formio-container/package.json @@ -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", @@ -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" }, diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 9d1d7794..67223a19 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -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", @@ -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" }, @@ -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" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 689e60ea..61f6b597 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -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", @@ -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", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index b24642ec..26b1ae65 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -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", @@ -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", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 007881a9..5dee9c3d 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.13.4", + "version": "1.13.5", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",