From e3552e7804eda17e31f79f1f28fbfd16b6b958e3 Mon Sep 17 00:00:00 2001 From: quid-bot Date: Wed, 3 Jan 2024 11:40:07 +0000 Subject: [PATCH] v4.11.8 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/react-dropdown/CHANGELOG.md | 11 +++++++++++ packages/react-dropdown/package.json | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad451860..9dca5ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.8](https://github.com/quid/refraction/compare/v4.11.7...v4.11.8) (2024-01-03) + + +### Bug Fixes + +* remove-unused-props ([358f808](https://github.com/quid/refraction/commit/358f808)) + + + + + ## [4.11.7](https://github.com/quid/refraction/compare/v4.11.5...v4.11.7) (2024-01-03) **Note:** Version bump only for package quid-ui diff --git a/lerna.json b/lerna.json index b8700af0..3ff4322c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.3.2", - "version": "4.11.7", + "version": "4.11.8", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/react-dropdown/CHANGELOG.md b/packages/react-dropdown/CHANGELOG.md index 49c6060a..62da4f3c 100644 --- a/packages/react-dropdown/CHANGELOG.md +++ b/packages/react-dropdown/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.8](https://github.com/quid/ui-framework/compare/v4.11.7...v4.11.8) (2024-01-03) + + +### Bug Fixes + +* remove-unused-props ([358f808](https://github.com/quid/ui-framework/commit/358f808)) + + + + + ## [4.11.7](https://github.com/quid/ui-framework/compare/v4.11.5...v4.11.7) (2024-01-03) **Note:** Version bump only for package @quid/react-dropdown diff --git a/packages/react-dropdown/package.json b/packages/react-dropdown/package.json index 52111737..8cbe0df9 100644 --- a/packages/react-dropdown/package.json +++ b/packages/react-dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@quid/react-dropdown", - "version": "4.11.7", + "version": "4.11.8", "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.7", - "@quid/react-dropdown": "^4.11.7", + "@quid/react-dropdown": "^4.11.8", "@quid/theme": "^4.11.7", "color": "^3.1.0", "downshift": "^3.2.0",