Skip to content

Commit

Permalink
Merge pull request #140 from dgreene1/v2.6.3-bump
Browse files Browse the repository at this point in the history
V2.6.3 bump
  • Loading branch information
yhy-1 authored Jul 21, 2023
2 parents c28fd8a + 019f4ab commit 5f702e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-accessible-treeview",
"description": "A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.",
"version": "2.6.2",
"version": "2.6.3",
"author": "lissitz (https://github.com/lissitz)",
"main": "dist/react-accessible-treeview.cjs.js",
"module": "dist/react-accessible-treeview.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@reach/tooltip": "^0.2.2",
"classnames": "^2.2.6",
"react": "^16.8.4",
"react-accessible-treeview": "^2.6.2",
"react-accessible-treeview": "^2.6.3",
"react-dom": "^16.8.4",
"react-icons": "^3.7.0"
},
Expand Down

0 comments on commit 5f702e2

Please sign in to comment.