diff --git a/README.md b/README.md index e2db7fe01fa..583c498496b 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ If you rely heavily on mobile interactions and are looking for a mobile-first UI [**Read the introductory blog post ▸**](https://medium.com/@palantir/scaling-product-design-with-blueprint-25492827bb4a) -**Support question**? We use the [blueprintjs tag on Stack Overflow ▸](http://stackoverflow.com/questions/tagged/blueprintjs) +**Support question**? We use the [**blueprintjs** tag on Stack Overflow **▸**](http://stackoverflow.com/questions/tagged/blueprintjs) -## :construction: 2.0 in development :construction: +## :star2: 2.0 is out! :star2: -The `develop` branch of this repository is currently being used for development of the next major version of Blueprint. See [What's New in Blueprint 2.0](https://github.com/palantir/blueprint/wiki/What's-New-in-Blueprint-2.0) for a list of changes. Track progress with the [2.0.0 milestone](https://github.com/palantir/blueprint/milestone/23). +[**What's new in Blueprint 2.0 ▸**](https://github.com/palantir/blueprint/wiki/What's-new-in-Blueprint-2.0) + +[**2.0 migration guide ▸**](https://github.com/palantir/blueprint/wiki/What's-new-in-Blueprint-2.0#migration-path) To make a contribution that you wish to have released in a 1.x version of any `@blueprintjs` package, please submit a PR to the `release/1.x` branch. diff --git a/package.json b/package.json index 8ab55065b2d..10654c6f1d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blueprintjs-monorepo", - "version": "2.0.0-rc.4", + "version": "2.0.0", "private": true, "description": "A React UI toolkit for the web.", "workspaces": [ diff --git a/packages/docs-app/src/components/blueprintDocs.tsx b/packages/docs-app/src/components/blueprintDocs.tsx index 28b9b477fb8..b69188dc725 100644 --- a/packages/docs-app/src/components/blueprintDocs.tsx +++ b/packages/docs-app/src/components/blueprintDocs.tsx @@ -6,7 +6,7 @@ import { Classes, setHotkeysDialogProps } from "@blueprintjs/core"; import { IPackageInfo } from "@blueprintjs/docs-data"; -import { Banner, Documentation, IDocumentationProps, INavMenuItemProps, NavMenuItem } from "@blueprintjs/docs-theme"; +import { Documentation, IDocumentationProps, INavMenuItemProps, NavMenuItem } from "@blueprintjs/docs-theme"; import classNames from "classnames"; import { isPageNode, ITsDocBase } from "documentalist/dist/client"; import * as React from "react"; @@ -36,12 +36,6 @@ export class BlueprintDocs extends React.Component - This documentation is for Blueprint v2, which is currently under development. Click here to go to the v1 - docs. - - ); const footer = ( © {new Date().getFullYear()} @@ -63,7 +57,6 @@ export class BlueprintDocs extends React.Component + View the full changelog on the wiki +