Skip to content

Commit

Permalink
Prepare release v3.15.0 (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Apr 1, 2019
1 parent 406e0b3 commit f6665bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
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

1 comment on commit f6665bc

@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 v3.15.0 (#3458)

Previews: documentation | landing | table

Please sign in to comment.