diff --git a/lerna.json b/lerna.json index aa589afd..2774ec36 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "2.1.0", + "version": "2.1.1", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index b18d4e44..fa51e41b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "2.1.0", + "version": "2.1.1", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index 1b9252ec..081f22ee 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", @@ -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": {}, diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index c07aa5e0..65e0eee4 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.1.0", + "version": "2.1.1", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", @@ -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" }, diff --git a/packages/react-formio-stores/package.json b/packages/react-formio-stores/package.json index 3b3eea3d..942d59f7 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.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", @@ -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" }, @@ -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" } } \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index ebbad049..f1598a30 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -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", @@ -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" } } \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 3f5ec4ac..f7fbd6f4 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -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", @@ -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", diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 9e259099..2fcfe831 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -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", @@ -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", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 9bb8cc08..f75ebcbf 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "2.1.0", + "version": "2.1.1", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT",