Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MoIzadloo committed Dec 5, 2023
2 parents feb01d3 + 976f595 commit 5fef9e6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v3.4.8](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.7...v3.4.8) (2023-11-12)

# [v3.4.7](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.6...v3.4.7) (2023-11-12)

# [v3.4.6](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.5...v3.4.6) (2023-11-12)

# [v3.4.5](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.4...v3.4.5) (2023-10-16)

# [v3.4.4](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.3...v3.4.4) (2023-10-15)

# [v3.4.3](https://github.com/MoIzadloo/ultimate-react-multilevel-menu/compare/v3.4.2...v3.4.3) (2023-10-07)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The Item component is a single link

### Items

The Items component is a link and a container for other Items or Items components
The Items component is a link and a container for other Items or Item components

#### Props

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": "ultimate-react-multilevel-menu",
"version": "3.4.4",
"version": "3.4.8",
"description": "The Ultimate React Multilevel Menu",
"keywords": [
"react menu",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/navbar/items/items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { RefForwardingComponent } from '../../helper'
import { CollapseContext, NavContext } from '../../context'

/**
* The Items component is a link and a container for other Items or Items components
* The Items component is a link and a container for other Items or Item components
* @param href - Url link for it self
* @param as - The component that link render as
* @param className - CSS class for container ul tags
Expand Down

0 comments on commit 5fef9e6

Please sign in to comment.