Skip to content

Commit cd715e1

Browse files
author
quid-bot
committed
v4.9.0
1 parent f9f6265 commit cd715e1

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.9.0](https://github.com/quid/refraction/compare/v4.8.1...v4.9.0) (2022-08-25)
7+
8+
9+
### Bug Fixes
10+
11+
* change trigger publish ([c50eaf5](https://github.com/quid/refraction/commit/c50eaf5))
12+
13+
14+
### Features
15+
16+
* add unit test ([265ea87](https://github.com/quid/refraction/commit/265ea87))
17+
* make Dropdown supports customize dropdown list ([0210d39](https://github.com/quid/refraction/commit/0210d39))
18+
19+
20+
21+
22+
623
## [4.8.1](https://github.com/quid/refraction/compare/v4.8.0...v4.8.1) (2021-11-10)
724

825

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

packages/react-dropdown/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.9.0](https://github.com/quid/ui-framework/compare/v4.8.1...v4.9.0) (2022-08-25)
7+
8+
9+
### Bug Fixes
10+
11+
* change trigger publish ([c50eaf5](https://github.com/quid/ui-framework/commit/c50eaf5))
12+
13+
14+
### Features
15+
16+
* add unit test ([265ea87](https://github.com/quid/ui-framework/commit/265ea87))
17+
* make Dropdown supports customize dropdown list ([0210d39](https://github.com/quid/ui-framework/commit/0210d39))
18+
19+
20+
21+
22+
623
## [4.8.1](https://github.com/quid/ui-framework/compare/v4.8.0...v4.8.1) (2021-11-10)
724

825
**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.8.1",
3+
"version": "4.9.0",
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)