Skip to content

Commit 192f4d1

Browse files
author
quid-bot
committed
v4.11.1
1 parent 572a57d commit 192f4d1

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11.1](https://github.com/quid/refraction/compare/v4.11.0...v4.11.1) (2023-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* update unit test snapshot ([80042ba](https://github.com/quid/refraction/commit/80042ba))
12+
13+
14+
15+
16+
617
# [4.11.0](https://github.com/quid/refraction/compare/v4.10.1...v4.11.0) (2022-12-16)
718

819

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.11.0",
3+
"version": "4.11.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/react-dropdown/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11.1](https://github.com/quid/ui-framework/compare/v4.11.0...v4.11.1) (2023-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* update unit test snapshot ([80042ba](https://github.com/quid/ui-framework/commit/80042ba))
12+
13+
14+
15+
16+
617
# [4.11.0](https://github.com/quid/ui-framework/compare/v4.10.1...v4.11.0) (2022-12-16)
718

819

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.11.0",
3+
"version": "4.11.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)