Skip to content

Commit

Permalink
Prepare Release v2.0.0-rc.4 (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgray authored Mar 21, 2018
1 parent 33ddd80 commit 72b8962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprintjs-monorepo",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"private": true,
"description": "A React UI toolkit for the web.",
"workspaces": [
Expand All @@ -16,7 +16,7 @@
"deploy": "gh-pages -d docs -b master",
"dev:all": "lerna run dev --parallel --scope \"!@blueprintjs/{landing-app,table-dev-app}\"",
"dev:core": "lerna run dev --parallel --scope \"@blueprintjs/{core,icons,docs-app}\"",
"dev:docs": "lerna run dev --parallel --scope \"@blueprintjs/{docs-app,docs-theme}\"",
"dev:docs": "lerna run dev --parallel --scope \"@blueprintjs/{core,docs-app,docs-theme}\"",
"dev:datetime": "lerna run dev --parallel --scope \"@blueprintjs/{core,datetime,timezone,docs-app}\"",
"dev:labs": "lerna run dev --parallel --scope \"@blueprintjs/{core,labs,select,docs-app}\"",
"dev:landing": "lerna run dev --parallel --scope \"@blueprintjs/{core,landing-app}\"",
Expand Down

1 comment on commit 72b8962

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prepare Release v2.0.0-rc.4 (#2291)

Preview: documentation | landing | table

Please sign in to comment.