Skip to content

Commit

Permalink
Prepare release v1.25.0 (palantir#1448)
Browse files Browse the repository at this point in the history
* Prepare release v1.25.0
* fix small webpack TS errors
  • Loading branch information
llorca authored and giladgray committed Aug 15, 2017
1 parent 21a2193 commit fd8c319
Show file tree
Hide file tree
Showing 12 changed files with 63,521 additions and 58,808 deletions.
9,054 changes: 4,545 additions & 4,509 deletions docs/blueprint-landing.css

Large diffs are not rendered by default.

4,919 changes: 2,498 additions & 2,421 deletions docs/blueprint-landing.js

Large diffs are not rendered by default.

2,341 changes: 1,204 additions & 1,137 deletions docs/docs/site-docs.css

Large diffs are not rendered by default.

105,988 changes: 55,261 additions & 50,727 deletions docs/docs/site-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.24.0",
"version": "1.25.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.24.0",
"version": "1.25.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.19.0",
"version": "1.20.0",
"description": "Components for interacting with dates and times",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/examples/tooltip2Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import * as React from "react";

import { Button, Intent, Popover, Position, Switch, Tooltip } from "@blueprintjs/core";
import { Button, Intent, Switch } from "@blueprintjs/core";
import { BaseExample } from "@blueprintjs/docs";

import { Popover2, Tooltip2 } from "../src";
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@blueprintjs/labs",
"version": "0.5.0",
"version": "0.6.0",
"description": "Incubator for unstable and in-development Blueprint components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"style": "dist/blueprint-labs.css",
"unpkg": "dist/labs.bundle.js",
"dependencies": {
"@blueprintjs/core": "^1.23.0",
"@blueprintjs/core": "^1.25.0",
"classnames": "^2.2",
"popper.js": "1.11.0",
"pure-render-decorator": "^1.2.1",
Expand Down
10 changes: 5 additions & 5 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.24.0",
"version": "1.25.0",
"description": "Blueprint Docs",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.24.0",
"@blueprintjs/datetime": "^1.19.0",
"@blueprintjs/core": "^1.25.0",
"@blueprintjs/datetime": "^1.20.0",
"@blueprintjs/docs": "^1.1.1",
"@blueprintjs/labs": "^0.5.0",
"@blueprintjs/table": "^1.21.0",
"@blueprintjs/labs": "^0.6.0",
"@blueprintjs/table": "^1.22.0",
"bourbon": "4.2.2",
"chroma-js": "1.1.1",
"classnames": "2.2.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/table/examples/tableFreezingExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

import * as React from "react";

import { Classes as CoreClasses } from "@blueprintjs/core";
import { BaseExample, handleNumberChange } from "@blueprintjs/docs";
import { BaseExample } from "@blueprintjs/docs";

import { Cell, Column, Table, Utils } from "../src";

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.21.0",
"version": "1.22.0",
"description": "Scalable interactive table component",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit fd8c319

Please sign in to comment.