Skip to content

Commit

Permalink
release(components/molecule/dropdownList): v2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed Jul 25, 2024
1 parent f7e351c commit c308911
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions components/molecule/dropdownList/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

# 2.3.0 (2024-07-25)


### Features

* Add styles and key bindings for showing the dropdown on top ([5a50be6](https://github.com/SUI-Components/sui-components/commit/5a50be622b5cc8a2fd38fcd1fbe93614e227d0ce))
* Added export element to test ([ae30b5a](https://github.com/SUI-Components/sui-components/commit/ae30b5ae7390fb3e84dc498ca987fa128e9d56f4))
* Added missing key to test ([4608b1a](https://github.com/SUI-Components/sui-components/commit/4608b1a6416d041bc44f59955816f5301013c183))



# 2.2.0 (2023-01-04)


Expand Down Expand Up @@ -333,7 +344,4 @@
* **molecule/dropdownList:** improvements from code review ([499f19b](https://github.com/SUI-Components/sui-components/commit/499f19b55d08e9e2afc25fc8659c84b5afd895a9))
* **molecule/dropdownList:** onChange handler ([76319aa](https://github.com/SUI-Components/sui-components/commit/76319aaba7123701b2efbb706ce378f3b9496da7))
* **molecule/dropdownList:** remove focus styles ([866bc60](https://github.com/SUI-Components/sui-components/commit/866bc60680d32120eb2c47da34bc150d0304be3d))
* **molecule/dropdownList:** sass lint ([143735a](https://github.com/SUI-Components/sui-components/commit/143735a44759009415081d3d52bc6746b4a8876b))



* **molecule/dropdownList:** sass lint ([143735a](https://github.com/SUI-Components/sui-components/commit/143735a44759009415081d3d52bc6746b4a8876b))
2 changes: 1 addition & 1 deletion components/molecule/dropdownList/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/react-molecule-dropdown-list",
"version": "2.2.0",
"version": "2.3.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c308911

Please sign in to comment.