From ed62941bfc5156c955cdc6d9a6242dab7fd198fb Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Thu, 4 Jun 2020 15:37:45 -0500 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 2 +- package.json | 5 +---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66413dc..415bc78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.0](https://github.com/cision/rover-ui/compare/v2.0.0-beta.6...v2.0.0) + +> 4 June 2020 + #### [v2.0.0-beta.6](https://github.com/cision/rover-ui/compare/v2.0.0-beta.5...v2.0.0-beta.6) > 2 June 2020 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32bc850d..3f95d372 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ Please tread carefully, and add any issues or suggestions on the [GitHub issue t To publish the npm package, you'll need a free account on npmjs.com, and you'll need to be added to the list of maintainers by one of the current RoverUI maintainers. -1. In `package.json`, bump the `version` and `publishConfig.tag` properties _using [semver](https://semver.org/)_. `publishConfig.tag` should start with a "v", but otherwise be identical to `version`. +1. In `package.json`, bump the `version` property _using [semver](https://semver.org/)_. 2. If all tests look good (`yarn test`), submit a pull-request against the master branch through GitHub. 3. Once you have at least one PR approval from a [champion](README.md#champions) and no pending requests for changes, you can merge in to master. 4. After merging to master, from your local machine, run `yarn release` in the root. You'll be prompted for the publish version, which should match the package version. diff --git a/package.json b/package.json index 3ff50096..d05a5795 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,6 @@ { "name": "@cision/rover-ui", - "version": "2.0.0-beta.6", - "publishConfig": { - "tag": "next" - }, + "version": "2.0.0", "description": "UI Component Library", "author": "Matthew Wells (https://github.com/mdespuits)", "contributors": [