Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v3.15.0 #3458

Merged
merged 3 commits into from
Apr 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/src/whats-new-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Blueprint 3.0 supports multiple major versions of Blueprint on the same page thr
- Many new components! Look for the <span class="@ns-tag @ns-intent-success @ns-minimal">new</span> tag in the sidebar.
- Complete refactor of documentation content to focus on React usage and de-emphasize CSS/HTML usage.

<a class="@ns-button @ns-intent-primary" href="https://github.com/palantir/blueprint/wiki/3.0-Changelog" target="_blank" style="margin-top: 30px;">
<a class="@ns-button @ns-intent-primary" href="https://github.com/palantir/blueprint/wiki/3.x-Changelog" target="_blank" style="margin-top: 30px;">
View the full changelog on the wiki
</a>
2 changes: 1 addition & 1 deletion packages/landing-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3>A React-based UI toolkit for the web</h3>
<div class="landing-copyright">
<div class="landing-container">
<div id="copyright">© 2014–2018 Palantir Technologies</div>
<div>Licensed under <a href="https://github.com/palantir/blueprint/blob/develop/LICENSE" target="_blank">Blueprint License</a></div>
<div>Licensed under <a href="https://github.com/palantir/blueprint/blob/develop/LICENSE" target="_blank">Apache-2.0</a></div>
</div>
</div>
</div>
Expand Down