diff --git a/lerna.json b/lerna.json index 2435bef6d..0bdd6217a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["packages/*"], - "version": "2.11.0", + "version": "2.12.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 8f7e61a3d..ce63cc010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25957,10 +25957,10 @@ } }, "packages/example-react": { - "version": "2.11.0", + "version": "2.12.0", "dependencies": { - "@livechat/design-system-icons": "^2.8.0", - "@livechat/design-system-react-components": "^2.11.0", + "@livechat/design-system-icons": "^2.12.0", + "@livechat/design-system-react-components": "^2.12.0", "react": "^18.3.0", "react-dom": "^18.3.0" }, @@ -25974,7 +25974,7 @@ }, "packages/icons": { "name": "@livechat/design-system-icons", - "version": "2.8.0", + "version": "2.12.0", "devDependencies": { "@svgr/cli": "^8.1.0", "glob": "^10.3.10", @@ -25996,12 +25996,12 @@ }, "packages/react-components": { "name": "@livechat/design-system-react-components", - "version": "2.11.0", + "version": "2.12.0", "license": "ISC", "dependencies": { "@floating-ui/react": "^0.26.25", "@livechat/data-utils": "^0.2.16", - "@livechat/design-system-icons": "^2.8.0", + "@livechat/design-system-icons": "^2.12.0", "clsx": "^1.1.1", "date-fns": "^2.28.0", "lodash.debounce": "^4.0.8", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index f25e59ffa..0270db6a8 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,15 +1,15 @@ { "name": "example-react", "private": true, - "version": "2.11.0", + "version": "2.12.0", "scripts": { "start": "vite --open", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { - "@livechat/design-system-icons": "^2.8.0", - "@livechat/design-system-react-components": "^2.11.0", + "@livechat/design-system-icons": "^2.12.0", + "@livechat/design-system-react-components": "^2.12.0", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/packages/icons/package.json b/packages/icons/package.json index 250cd02bc..0c69fd219 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@livechat/design-system-icons", - "version": "2.8.0", + "version": "2.12.0", "description": "", "publishConfig": { "access": "public" diff --git a/packages/react-components/package.json b/packages/react-components/package.json index ba1d1a72a..9b4fd678a 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@livechat/design-system-react-components", - "version": "2.11.0", + "version": "2.12.0", "description": "", "publishConfig": { "access": "public" @@ -76,7 +76,7 @@ "dependencies": { "@floating-ui/react": "^0.26.25", "@livechat/data-utils": "^0.2.16", - "@livechat/design-system-icons": "^2.8.0", + "@livechat/design-system-icons": "^2.12.0", "clsx": "^1.1.1", "date-fns": "^2.28.0", "lodash.debounce": "^4.0.8",