Skip to content

Commit

Permalink
Publish v7.0.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Oct 17, 2019
1 parent 6a10450 commit bc7daa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0-canary.0",
"version": "7.0.0-canary.1",
"ignoreChanges": [
"*.spec.*",
"*.md"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-data-grid-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-data-grid-addons",
"version": "7.0.0-canary.0",
"version": "7.0.0-canary.1",
"description": "A set of addons for react-data-grid",
"author": "Adazzle",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react-contextmenu": "^2.11.0",
"react-data-grid": "^7.0.0-canary.0",
"react-data-grid": "^7.0.0-canary.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-select": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-data-grid",
"version": "7.0.0-canary.0",
"version": "7.0.0-canary.1",
"description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",
"author": "Adazzle",
"license": "MIT",
Expand Down

0 comments on commit bc7daa2

Please sign in to comment.