diff --git a/CHANGELOG.md b/CHANGELOG.md index 63585e0c..85260466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.5](https://github.com/quid/refraction/compare/v4.11.4...v4.11.5) (2023-09-21) + + +### Bug Fixes + +* rebrand | please update the outliers button and selected state color ([b67cf2b](https://github.com/quid/refraction/commit/b67cf2b)) +* rebrand | please update the outliers button and selected state color ([7850fa9](https://github.com/quid/refraction/commit/7850fa9)) + + + + + ## [4.11.4](https://github.com/quid/refraction/compare/v4.11.1...v4.11.4) (2023-02-08) diff --git a/lerna.json b/lerna.json index 057a7932..9484b359 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.3.2", - "version": "4.11.4", + "version": "4.11.5", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/react-dropdown/CHANGELOG.md b/packages/react-dropdown/CHANGELOG.md index 5f0917b1..04939502 100644 --- a/packages/react-dropdown/CHANGELOG.md +++ b/packages/react-dropdown/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.5](https://github.com/quid/ui-framework/compare/v4.11.4...v4.11.5) (2023-09-21) + + +### Bug Fixes + +* rebrand | please update the outliers button and selected state color ([b67cf2b](https://github.com/quid/ui-framework/commit/b67cf2b)) +* rebrand | please update the outliers button and selected state color ([7850fa9](https://github.com/quid/ui-framework/commit/7850fa9)) + + + + + ## [4.11.4](https://github.com/quid/ui-framework/compare/v4.11.1...v4.11.4) (2023-02-08) diff --git a/packages/react-dropdown/package.json b/packages/react-dropdown/package.json index dd4dac04..be2b0b78 100644 --- a/packages/react-dropdown/package.json +++ b/packages/react-dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@quid/react-dropdown", - "version": "4.11.4", + "version": "4.11.5", "description": "React dropdown component with ARIA accessibility and advanced functionalities", "main": "dist/index.js", "main:umd": "dist/index.umd.js", @@ -32,7 +32,7 @@ "@emotion/styled": "^10.0.6", "@emotion/styled-base": "^10.0.4", "@quid/react-core": "^4.11.4", - "@quid/react-dropdown": "^4.11.4", + "@quid/react-dropdown": "^4.11.5", "@quid/theme": "^4.11.4", "color": "^3.1.0", "downshift": "^3.2.0",