From f62e40fa0b991a55cf5f87dd24891f6ee8fd53ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Feb 2021 22:00:12 +0000 Subject: [PATCH] Github CI build: run2 v1.5.1 [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/storybook/package.json | 6 +++--- packages/tailwind-formio/package.json | 2 +- packages/tailwind/package.json | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lerna.json b/lerna.json index 89c1364f..fb4227b0 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.5.0", + "version": "1.5.1", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 520f8b82..9732e5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.5.0", + "version": "1.5.1", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index c60fae48..02fa4cac 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "1.5.0", + "version": "1.5.1", "main": "src/index.js", "main:src": "src/index.js", "description": "Shared configuration", @@ -9,7 +9,7 @@ "private": true, "scripts": {}, "devDependencies": { - "@tsed/tailwind": "1.5.0", + "@tsed/tailwind": "1.5.1", "@tsed/yarn-workspaces": "1.15.1", "postcss-nested": "4.2.3" }, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 7a32709b..53c43cf6 100644 --- a/packages/react-formio-container/package.json +++ b/packages/react-formio-container/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-container", - "version": "1.5.0", + "version": "1.5.1", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", @@ -22,7 +22,7 @@ "redux-thunk": "^2" }, "devDependencies": { - "@tsed/react-formio": "1.5.0" + "@tsed/react-formio": "1.5.1" }, "dependencies": {} } \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index c1ae5b20..a519db81 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "1.5.0", + "version": "1.5.1", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", @@ -14,7 +14,7 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "dependencies": { - "@tsed/redux-utils": "1.5.0", + "@tsed/redux-utils": "1.5.1", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -27,7 +27,7 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/tailwind": "1.5.0", - "@tsed/tailwind-formio": "1.5.0" + "@tsed/tailwind": "1.5.1", + "@tsed/tailwind-formio": "1.5.1" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index faf79239..3c295772 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "1.5.0", + "version": "1.5.1", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -16,7 +16,7 @@ "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write" }, "devDependencies": { - "@tsed/config": "1.5.0" + "@tsed/config": "1.5.1" }, "peerDependencies": { "react": "^16.14.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 01b0873f..3c40f343 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "1.5.0", + "version": "1.5.1", "description": "Storybook package", "main": "src/index.js", "author": "Romain Lenzotti", @@ -20,8 +20,8 @@ "@storybook/addons": "6.1.11", "@storybook/react": "6.1.11", "@svgr/webpack": "5.5.0", - "@tsed/config": "1.5.0", - "@tsed/tailwind": "1.5.0", + "@tsed/config": "1.5.1", + "@tsed/tailwind": "1.5.1", "@tsed/yarn-workspaces": "1.14.0", "babel-loader": "8.0.6", "cross-env": "7.0.3", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index a506bdf2..d68cabb7 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "1.5.0", + "version": "1.5.1", "description": "Tailwind templates for form.io forms.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 6365cb9d..ba8e7448 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.5.0", + "version": "1.5.1", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",