Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wells committed Jun 4, 2020
1 parent 837fdef commit ed62941
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ed62941

Please sign in to comment.