diff --git a/package-lock.json b/package-lock.json index 457684de..0dd6f7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27108,7 +27108,7 @@ }, "packages/components": { "name": "@t3n/components", - "version": "0.8.39", + "version": "0.8.40", "dependencies": { "@chakra-ui/system": "^2.6.2", "@types/react": "^18.3.5", @@ -27125,7 +27125,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@t3n/configs": "^0.7.3", - "@t3n/icons": "^0.7.11", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "@types/btoa": "^1.2.5", "@types/react-autosuggest": "^10.1.11", @@ -27157,7 +27157,7 @@ }, "packages/icons": { "name": "@t3n/icons", - "version": "0.7.11", + "version": "0.7.12", "devDependencies": { "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", @@ -27191,7 +27191,7 @@ }, "packages/storybook": { "name": "@t3n/storybook", - "version": "0.8.39", + "version": "0.8.40", "dependencies": { "@storybook/addon-a11y": "^8.2.9", "@storybook/addon-docs": "^8.2.9", @@ -27203,8 +27203,8 @@ "@storybook/react": "^8.2.9", "@storybook/react-webpack5": "^8.2.9", "@storybook/theming": "^8.2.9", - "@t3n/components": "^0.8.39", - "@t3n/icons": "^0.7.11", + "@t3n/components": "^0.8.40", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "formik": "^2.4.6", "install": "^0.13.0", @@ -32093,7 +32093,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@t3n/configs": "^0.7.3", - "@t3n/icons": "^0.7.11", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "@types/btoa": "^1.2.5", "@types/react": "^18.3.5", @@ -32176,9 +32176,9 @@ "@storybook/react": "^8.2.9", "@storybook/react-webpack5": "^8.2.9", "@storybook/theming": "^8.2.9", - "@t3n/components": "^0.8.39", + "@t3n/components": "^0.8.40", "@t3n/configs": "^0.7.3", - "@t3n/icons": "^0.7.11", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "@types/nprogress": "^0.2.3", "@types/react": "^18.3.5", diff --git a/packages/components/package.json b/packages/components/package.json index 2017b154..d8dfffd3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@t3n/components", - "version": "0.8.39", + "version": "0.8.40", "description": "t3n react components", "repository": { "type": "git", @@ -33,7 +33,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@t3n/configs": "^0.7.3", - "@t3n/icons": "^0.7.11", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "@types/btoa": "^1.2.5", "@types/react-autosuggest": "^10.1.11", diff --git a/packages/icons/package.json b/packages/icons/package.json index cd385753..d02cf78a 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@t3n/icons", - "version": "0.7.11", + "version": "0.7.12", "description": "t3n.de react icons", "repository": { "type": "git", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index a97fc0e4..a685fc8d 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@t3n/storybook", - "version": "0.8.39", + "version": "0.8.40", "description": "t3n.de storybook", "repository": { "type": "git", @@ -17,8 +17,8 @@ "@storybook/react": "^8.2.9", "@storybook/react-webpack5": "^8.2.9", "@storybook/theming": "^8.2.9", - "@t3n/components": "^0.8.39", - "@t3n/icons": "^0.7.11", + "@t3n/components": "^0.8.40", + "@t3n/icons": "^0.7.12", "@t3n/theme": "^0.7.11", "formik": "^2.4.6", "install": "^0.13.0",