Skip to content

Commit 0593d22

Browse files
authoredJan 27, 2017
Prepare Release 1.7.0 (#563)
* bump package.json versions * Prepare Release v1.7.0
1 parent 33414b9 commit 0593d22

22 files changed

+34428
-14450
lines changed
 

‎docs/assets/fonts/icons-16.eot

1.06 KB
Binary file not shown.

‎docs/assets/fonts/icons-16.ttf

1.06 KB
Binary file not shown.

‎docs/assets/fonts/icons-16.woff

1.06 KB
Binary file not shown.

‎docs/assets/fonts/icons-20.eot

1.1 KB
Binary file not shown.

‎docs/assets/fonts/icons-20.ttf

1.1 KB
Binary file not shown.

‎docs/assets/fonts/icons-20.woff

1.1 KB
Binary file not shown.

‎docs/blueprint-landing.css

+503-295
Large diffs are not rendered by default.

‎docs/blueprint-landing.js

+2,233-2,465
Large diffs are not rendered by default.

‎docs/docs/assets/icons-16.eot

1.06 KB
Binary file not shown.

‎docs/docs/assets/icons-16.ttf

1.06 KB
Binary file not shown.

‎docs/docs/assets/icons-16.woff

1.06 KB
Binary file not shown.

‎docs/docs/assets/icons-20.eot

1.1 KB
Binary file not shown.

‎docs/docs/assets/icons-20.ttf

1.1 KB
Binary file not shown.

‎docs/docs/assets/icons-20.woff

1.1 KB
Binary file not shown.
80.6 KB
Loading

‎docs/docs/docs.css

+604-363
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/docs/docs.js

+31,080-11,319
Large diffs are not rendered by default.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueprint",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "A React UI toolkit for the web.",
66
"scripts": {

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/core",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Core styles & components",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

‎packages/datetime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/datetime",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Components for interacting with dates and times",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

‎packages/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@blueprintjs/docs",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Blueprint Docs",
55
"main": "dist/index.html",
66
"private": true,
77
"dependencies": {
8-
"@blueprintjs/core": "^1.6.0",
9-
"@blueprintjs/datetime": "^1.5.0",
10-
"@blueprintjs/table": "^1.3.0",
8+
"@blueprintjs/core": "^1.7.0",
9+
"@blueprintjs/datetime": "^1.6.0",
10+
"@blueprintjs/table": "^1.4.0",
1111
"chroma-js": "1.1.1",
1212
"classnames": "2.2.5",
1313
"dom4": "1.8.3",

‎packages/table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/table",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Scalable interactive table component",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

1 commit comments

Comments
 (1)

blueprint-bot commented on Jan 27, 2017

@blueprint-bot

Prepare Release 1.7.0 (#563)

Preview: docs
Coverage: core | datetime

Please sign in to comment.