diff --git a/CHANGELOG.md b/CHANGELOG.md index 0967481d..8df1066d 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. +## [2.10.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12) + +### Bug Fixes + +- **Select:** update arrow color when disabled ([95a6bd1](https://github.com/scaleflex/ui/commit/95a6bd11860c272e5e4a374cdbd7966442bf6da1)) + ## [2.10.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 886eeb90..62e0dbef 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.16", + "version": "2.10.17", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9a28b179..08a31835 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12) + +**Note:** Version bump only for package @scaleflex/icons + ## [2.10.15](https://github.com/scaleflex/ui/compare/v2.10.14...v2.10.15) (2024-08-06) ### Bug Fixes diff --git a/packages/icons/package.json b/packages/icons/package.json index bb161387..a4fbd10d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/icons", - "version": "2.10.15", + "version": "2.10.17", "description": "SVG icons as React components", "scripts": { "prebuild": "copyfiles README.md lib" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 88abbf98..b5cb03cf 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +## [2.10.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12) + +### Bug Fixes + +- **Select:** update arrow color when disabled ([95a6bd1](https://github.com/scaleflex/ui/commit/95a6bd11860c272e5e4a374cdbd7966442bf6da1)) + ## [2.10.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index ca6e6f58..969fbe63 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.16", + "version": "2.10.17", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": { @@ -8,7 +8,7 @@ }, "dependencies": { "@popperjs/core": "^2.6.0", - "@scaleflex/icons": "^2.10.15", + "@scaleflex/icons": "^2.10.17", "@tippyjs/react": "^4.2.6", "@types/lodash.merge": "^4.6.9", "lodash.merge": "^4.6.2",