Skip to content

Commit fe97c08

Browse files
authored
Merge pull request #148 from dgreene1/v2.7.0-bump
V2.7.0 bump
2 parents 5b25fb3 + 844010b commit fe97c08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-accessible-treeview",
33
"description": "A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.",
4-
"version": "2.6.3",
4+
"version": "2.7.0",
55
"author": "lissitz (https://github.com/lissitz)",
66
"main": "dist/react-accessible-treeview.cjs.js",
77
"module": "dist/react-accessible-treeview.esm.js",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@reach/tooltip": "^0.2.2",
1818
"classnames": "^2.2.6",
1919
"react": "^16.8.4",
20-
"react-accessible-treeview": "^2.6.3",
20+
"react-accessible-treeview": "^2.7.0",
2121
"react-dom": "^16.8.4",
2222
"react-icons": "^3.7.0"
2323
},

0 commit comments

Comments
 (0)