Skip to content

Commit

Permalink
Prepare Release v1.33.0 (#1802)
Browse files Browse the repository at this point in the history
* Prepare Release v1.33.0

* Bump root package.json version

* Bump packages/docs version

* Un-bump intrapackage-dependency versions
  • Loading branch information
cmslewis authored Nov 13, 2017
1 parent 3782d6d commit 4a363aa
Show file tree
Hide file tree
Showing 12 changed files with 3,966 additions and 3,308 deletions.
245 changes: 214 additions & 31 deletions docs/blueprint-landing.css

Large diffs are not rendered by default.

2,311 changes: 1,195 additions & 1,116 deletions docs/blueprint-landing.js

Large diffs are not rendered by default.

288 changes: 247 additions & 41 deletions docs/docs/site-docs.css

Large diffs are not rendered by default.

4,406 changes: 2,298 additions & 2,108 deletions docs/docs/site-docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h4>Learn and contribute!</h4>
<div class="pt-copyright pt-dark">
<div class="pt-container">
<div>© Palantir Technologies</div>
<div>Licensed under <a href="https://github.com/palantir/blueprint/blob/master/LICENSE" target="_blank">BSD</a></div>
<div>Licensed under <a href="https://github.com/palantir/blueprint/blob/master/LICENSE" target="_blank">Apache-2.0</a></div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprint-monorepo",
"version": "1.32.0",
"version": "1.33.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.32.0",
"version": "1.33.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.23.0",
"version": "1.24.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/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs",
"version": "1.1.1",
"version": "1.2.0",
"description": "Blueprint theme for documentalist",
"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.12.0",
"version": "0.13.0",
"description": "Incubator for unstable and in-development Blueprint components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
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.32.0",
"version": "1.33.0",
"description": "Blueprint Docs",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.32.0",
"@blueprintjs/datetime": "^1.23.0",
"@blueprintjs/core": "^1.33.0",
"@blueprintjs/datetime": "^1.24.0",
"@blueprintjs/docs": "^1.1.1",
"@blueprintjs/labs": "^0.12.0",
"@blueprintjs/table": "^1.29.0",
"@blueprintjs/labs": "^0.13.0",
"@blueprintjs/table": "^1.30.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.29.0",
"version": "1.30.0",
"description": "Scalable interactive table component",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit 4a363aa

@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.33.0 (#1802)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.