From 0fef6518610d1602895fdae1ed84f3633f066974 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sun, 31 Mar 2019 20:55:42 -0400 Subject: [PATCH 1/3] Prepare release v3.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f845096f28..f4d388a179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blueprintjs-monorepo", - "version": "3.14.1", + "version": "3.15.0", "private": true, "description": "A React UI toolkit for the web.", "workspaces": [ From 3124e178fbcd53f813c4a2e1f497be208094036c Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sun, 31 Mar 2019 21:06:11 -0400 Subject: [PATCH 2/3] Fix links to 3.x changelog --- CHANGELOG.md | 2 +- README.md | 2 +- packages/docs-app/src/whats-new-3.0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7c2e938b..2658e9cd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -See **[3.0 Changelog](https://github.com/palantir/blueprint/wiki/3.0-Changelog)** wiki page for 3.x release notes. +See **[3.x Changelog](https://github.com/palantir/blueprint/wiki/3.x-Changelog)** wiki page for 3.x release notes. diff --git a/README.md b/README.md index f9d2a23a19..074851a74d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It is optimized for building complex, data-dense web interfaces for _desktop app ## Latest changelog -[**3.x Changelog and 3.0 migration guide ▸**](https://github.com/palantir/blueprint/wiki/3.0-Changelog) +[**3.x Changelog and 3.0 migration guide ▸**](https://github.com/palantir/blueprint/wiki/3.x-Changelog) Blueprint 3.0 brings support for using multiple major versions of Blueprint on the same web page. This is possible through the removal of global styles and by deconflicting CSS selectors. It also restores support for React 15 as a peer dependency in most packages. diff --git a/packages/docs-app/src/whats-new-3.0.md b/packages/docs-app/src/whats-new-3.0.md index 62c84b4737..137e770ed5 100644 --- a/packages/docs-app/src/whats-new-3.0.md +++ b/packages/docs-app/src/whats-new-3.0.md @@ -18,6 +18,6 @@ Blueprint 3.0 supports multiple major versions of Blueprint on the same page thr - Many new components! Look for the new tag in the sidebar. - Complete refactor of documentation content to focus on React usage and de-emphasize CSS/HTML usage. - + View the full changelog on the wiki From c80ae68f33f1e45afaf37038507c3b43a1db8a9c Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sun, 31 Mar 2019 21:17:33 -0400 Subject: [PATCH 3/3] =?UTF-8?q?Fix=20remaining=20references=20to=20?= =?UTF-8?q?=E2=80=9CBlueprint=20License=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +----- packages/landing-app/src/index.html | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 074851a74d..70bba52824 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,4 @@ running any of the dev scripts. ## License -This project is made available under its own **Blueprint License**, based on Apache 2.0 License. - -The only modification is an additional section (paragraph 10) in which we ask -that you do not pass off any derivative products as Palantir’s products, given -that Blueprint is a design toolkit. +This project is made available under the Apache 2.0 License. diff --git a/packages/landing-app/src/index.html b/packages/landing-app/src/index.html index 8749bb2b08..767aed179c 100644 --- a/packages/landing-app/src/index.html +++ b/packages/landing-app/src/index.html @@ -61,7 +61,7 @@

A React-based UI toolkit for the web