Skip to content

Commit

Permalink
1.0.0-alpha.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jan 10, 2023
1 parent a701605 commit 9060866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.10] - 2023-01-10

- [MenuItem] [SubMenu] Apply root classes to child nodes (Button, label, prefix, ...)
- [MenuItem] [SubMenu] Improve accessibility
- [Sidebar] Fix sidebar border not changing when rtl is set to true

## [1.0.0-alpha.9] - 2022-11-27

- Fix build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pro-sidebar",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "high level and customizable side navigation",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 9060866

Please sign in to comment.