Skip to content

Commit e291571

Browse files
author
quid-bot
committed
v4.10.1
1 parent d3c2d5a commit e291571

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/quid/refraction/compare/v4.10.0...v4.10.1) (2022-09-23)
7+
8+
9+
### Bug Fixes
10+
11+
* react-dropdown width ([2dcbd47](https://github.com/quid/refraction/commit/2dcbd47))
12+
* unit test snapshots ([8d93b37](https://github.com/quid/refraction/commit/8d93b37))
13+
* unit test snapshots ([86974e4](https://github.com/quid/refraction/commit/86974e4))
14+
15+
16+
17+
18+
619
# [4.10.0](https://github.com/quid/refraction/compare/v4.9.0...v4.10.0) (2022-09-21)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.3.2",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/react-dropdown/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/quid/ui-framework/compare/v4.10.0...v4.10.1) (2022-09-23)
7+
8+
9+
### Bug Fixes
10+
11+
* react-dropdown width ([2dcbd47](https://github.com/quid/ui-framework/commit/2dcbd47))
12+
* unit test snapshots ([8d93b37](https://github.com/quid/ui-framework/commit/8d93b37))
13+
* unit test snapshots ([86974e4](https://github.com/quid/ui-framework/commit/86974e4))
14+
15+
16+
17+
18+
619
# [4.10.0](https://github.com/quid/ui-framework/compare/v4.9.0...v4.10.0) (2022-09-21)
720

821
**Note:** Version bump only for package @quid/react-dropdown

packages/react-dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-dropdown",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "React dropdown component with ARIA accessibility and advanced functionalities",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",

0 commit comments

Comments
 (0)