Skip to content

Commit

Permalink
Cut v2.4.1 (#765)
Browse files Browse the repository at this point in the history
* Add '"private": true' to top-level package.json to prevent inadvertent publication

* v2.4.1
  • Loading branch information
darthtrevino committed May 9, 2017
1 parent 93c5580 commit fd0513e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0-beta.38",
"npmClient": "yarn",
"version": "2.4.0",
"version": "2.4.1",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-master",
"version": "2.2.2",
"private": true,
"description": "React-DnD Monorepo",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-html5-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "2.4.0",
"version": "2.4.1",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit fd0513e

Please sign in to comment.