Skip to content

Commit

Permalink
v4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quid-bot committed Sep 21, 2023
1 parent de42dae commit 52a5ac5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.3.2",
"version": "4.11.4",
"version": "4.11.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 52a5ac5

Please sign in to comment.