Skip to content

Commit

Permalink
Prepare release v1.4.0 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
llorca authored and adidahiya committed Dec 16, 2016
1 parent 5bfdb47 commit 095468b
Show file tree
Hide file tree
Showing 7 changed files with 1,057 additions and 1,186 deletions.
91 changes: 40 additions & 51 deletions docs/blueprint-landing.js

Large diffs are not rendered by default.

2,138 changes: 1,010 additions & 1,128 deletions docs/docs/docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprint",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "1.3.1",
"version": "1.4.0",
"description": "Core styles & components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime",
"version": "1.3.0",
"version": "1.4.0",
"description": "Components for interacting with dates and times",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@blueprintjs/docs",
"version": "1.3.1",
"version": "1.4.0",
"description": "Blueprint Docs",
"main": "dist/index.html",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.3.1",
"@blueprintjs/datetime": "^1.3.0",
"@blueprintjs/core": "^1.4.0",
"@blueprintjs/datetime": "^1.4.0",
"@blueprintjs/table": "^1.2.0",
"chroma-js": "1.1.1",
"classnames": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"watch": "onchange 'src/**' -- npm-run-all build:copy build:webpack"
},
"devDependencies": {
"@blueprintjs/core": "^1.2.0",
"@blueprintjs/core": "^1.4.0",
"autoprefixer": "6.5.1",
"classnames": "2.2.5",
"css-loader": "0.23.1",
Expand Down

1 comment on commit 095468b

@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 v1.4.0 (#379)

Preview: docs
Coverage: core | datetime

Please sign in to comment.