diff --git a/CHANGELOG.md b/CHANGELOG.md index e446b2429..1eab55144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.75.5](https://github.com/adeo/mozaic-design-system/compare/v1.75.4...v1.75.5) (2024-07-18) + +### Bug Fixes + +- **component/textarea:** adjust text color to disabled state ([#1606](https://github.com/adeo/mozaic-design-system/issues/1606)) ([0f3701d](https://github.com/adeo/mozaic-design-system/commit/0f3701d67407678984d9ba459bc342176600eb56)) + ## [1.75.4](https://github.com/adeo/mozaic-design-system/compare/v1.75.3...v1.75.4) (2024-07-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b647ef6aa..7ae1ccb09 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.75.4", + "version": "1.75.5", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 87ff19c1e..6349aa983 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.75.5](https://github.com/adeo/mozaic-design-system/compare/v1.75.4...v1.75.5) (2024-07-18) + +### Bug Fixes + +- **component/textarea:** adjust text color to disabled state ([#1606](https://github.com/adeo/mozaic-design-system/issues/1606)) ([0f3701d](https://github.com/adeo/mozaic-design-system/commit/0f3701d67407678984d9ba459bc342176600eb56)) + ## [1.75.4](https://github.com/adeo/mozaic-design-system/compare/v1.75.3...v1.75.4) (2024-07-18) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index cea8486f9..01ff3466d 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/styles", - "version": "1.75.4", + "version": "1.75.5", "description": "Styles scss for Designe System Adeo", "author": "", "license": "ISC",