From 5f3858b11a92a7a8ae3229c256de866a4f3340ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Sep 2023 14:31:01 +0000 Subject: [PATCH] Github CI build: __run_2 v2.2.2 [ci skip] --- lerna.json | 2 +- package.json | 2 +- packages/config/package.json | 4 ++-- packages/react-formio-container/package.json | 10 +++++----- packages/react-formio-stores/package.json | 10 +++++----- packages/react-formio/package.json | 6 +++--- packages/redux-utils/package.json | 4 ++-- packages/storybook/package.json | 8 ++++---- packages/tailwind-formio/package.json | 6 +++--- packages/tailwind/package.json | 2 +- 10 files changed, 27 insertions(+), 27 deletions(-) diff --git a/lerna.json b/lerna.json index d201e360..46b297c9 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "2.2.1", + "version": "2.2.2", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index c1832a96..7edaff8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "2.2.1", + "version": "2.2.2", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 97585b15..33f06d46 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/config", - "version": "2.2.1", + "version": "2.2.2", "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": "2.2.1", + "@tsed/tailwind": "2.2.2", "@tsed/yarn-workspaces": "1.19.3" }, "dependencies": {}, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index cb8c1dad..1cf055b3 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": "2.2.1", + "version": "2.2.2", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -16,8 +16,8 @@ }, "peerDependencies": { "@formio/choices.js": "^9.0.1", - "@tsed/react-formio": "^2.2.1", - "@tsed/react-formio-stores": "^2.2.1", + "@tsed/react-formio": "^2.2.2", + "@tsed/react-formio-stores": "^2.2.2", "classnames": "^2.3.1", "connected-react-router": "^6.9.1", "file-saver": "^2.0.5", @@ -35,8 +35,8 @@ "tooltip.js": "^1.3.3" }, "devDependencies": { - "@tsed/react-formio": "2.2.1", - "@tsed/react-formio-stores": "2.2.1", + "@tsed/react-formio": "2.2.2", + "@tsed/react-formio-stores": "2.2.2", "@types/file-saver": "^2.0.1", "file-saver": "^2.0.5" }, diff --git a/packages/react-formio-stores/package.json b/packages/react-formio-stores/package.json index c0bcf5d4..7e9e5eda 100644 --- a/packages/react-formio-stores/package.json +++ b/packages/react-formio-stores/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio-stores", - "version": "2.2.1", + "version": "2.2.2", "description": "Provide redux stores and action around formio.js API. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -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.1", - "@tsed/redux-utils": "2.2.1", + "@tsed/react-formio": "2.2.2", + "@tsed/redux-utils": "2.2.2", "eventemitter2": "^6.4.3", "prop-types": "^15.7.2" }, @@ -31,7 +31,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "2.2.1", - "@tsed/tailwind-formio": "2.2.1" + "@tsed/tailwind": "2.2.2", + "@tsed/tailwind-formio": "2.2.2" } } \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 8c95a9ba..cbe00dde 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/react-formio", - "version": "2.2.1", + "version": "2.2.2", "description": "Provide a react formio wrapper. Written in TypeScript.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -32,7 +32,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { - "@tsed/tailwind": "2.2.1", - "@tsed/tailwind-formio": "2.2.1" + "@tsed/tailwind": "2.2.2", + "@tsed/tailwind-formio": "2.2.2" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 85a59f8d..16acbbe8 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/redux-utils", - "version": "2.2.1", + "version": "2.2.2", "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": "2.2.1" + "@tsed/config": "2.2.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 39dda4b0..cf7dd560 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/storybook", - "version": "2.2.1", + "version": "2.2.2", "private": true, "description": "storybook package", "scripts": { @@ -13,9 +13,9 @@ "deploy": "npx gh-pages -d ./.out -t true --history false" }, "dependencies": { - "@tsed/config": "2.2.1", - "@tsed/react-formio": "2.2.1", - "@tsed/tailwind-formio": "2.2.1" + "@tsed/config": "2.2.2", + "@tsed/react-formio": "2.2.2", + "@tsed/tailwind-formio": "2.2.2" }, "devDependencies": { "@storybook/addon-essentials": "^7.0.18", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 96b3b884..82794e19 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind-formio", - "version": "2.2.1", + "version": "2.2.2", "description": "Tailwind templates for form.io forms.", "main": "dist/index.js", "module": "dist/index.modern.js", @@ -14,8 +14,8 @@ "build": "gulp templates && yarn build:source" }, "devDependencies": { - "@tsed/config": "2.2.1", - "@tsed/tailwind": "2.2.1", + "@tsed/config": "2.2.2", + "@tsed/tailwind": "2.2.2", "cross-env": "7.0.3", "gulp": "^4.0.2", "gulp-insert": "^0.5.0", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 3c476722..6f51d8fa 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "2.2.1", + "version": "2.2.2", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",