Skip to content

Commit

Permalink
Prepare release v1.29.0 (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
llorca authored Sep 24, 2017
1 parent 5eda60c commit 2fcbdb6
Show file tree
Hide file tree
Showing 8 changed files with 31,490 additions and 28,104 deletions.
3 changes: 3 additions & 0 deletions docs/blueprint-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -2785,6 +2785,9 @@ a.pt-button {
background: rgba(57, 75, 89, 0.7); }
.pt-file-upload.pt-fill {
width: 100%; }
.pt-file-upload.pt-large,
.pt-large .pt-file-upload {
height: 40px; }

.pt-file-upload-input {
outline: none;
Expand Down
406 changes: 213 additions & 193 deletions docs/blueprint-landing.js

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions docs/docs/site-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59,153 changes: 31,254 additions & 27,899 deletions docs/docs/site-docs.js

Large diffs are not rendered by default.

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.28.0",
"version": "1.29.0",
"description": "Core styles & components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/labs",
"version": "0.9.0",
"version": "0.10.0",
"description": "Incubator for unstable and in-development Blueprint components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/site-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "blueprintjs.com/docs",
"version": "1.28.0",
"version": "1.29.0",
"description": "Blueprint Docs",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.28.0",
"@blueprintjs/core": "^1.29.0",
"@blueprintjs/datetime": "^1.22.0",
"@blueprintjs/docs": "^1.1.1",
"@blueprintjs/labs": "^0.9.0",
"@blueprintjs/table": "^1.25.0",
"@blueprintjs/labs": "^0.10.0",
"@blueprintjs/table": "^1.26.0",
"bourbon": "^4.2.2",
"chroma-js": "^1.3.4",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table",
"version": "1.25.0",
"version": "1.26.0",
"description": "Scalable interactive table component",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit 2fcbdb6

@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.29.0 (#1602)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.