From f6665bc8fa043f8d8f01b435d13808a4666ccb4a Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sun, 31 Mar 2019 21:30:04 -0400 Subject: [PATCH] Prepare release v3.15.0 (#3458) --- CHANGELOG.md | 2 +- README.md | 8 ++------ package.json | 2 +- packages/docs-app/src/whats-new-3.0.md | 2 +- packages/landing-app/src/index.html | 2 +- 5 files changed, 6 insertions(+), 10 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..70bba52824 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. @@ -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/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": [ 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 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