Skip to content

Commit

Permalink
update README.md and prepare to publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Mar 6, 2019
1 parent eb342a4 commit cb58334
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/chrisrzhou/react-wordcloud/compare/v1...v0) (2019-03-03)
## [1.0.2](https://github.com/chrisrzhou/react-wordcloud/compare/v1.0.1...v1.0.2) (2019-03-06)
Thanks to @warlock for transferring the NPM `react-wordcloud` to me!
Updating `package.json` and pushing package to NPM.

## [1.0.1](https://github.com/chrisrzhou/react-wordcloud/compare/v1.0.0...v1.0.1) (2019-03-06)
Change `word.count` to `word.key` because the weight of the word could be a float.

## [1.0.0](https://github.com/chrisrzhou/react-wordcloud/compare/v0.1.1...v1.0.0) (2019-03-03)

### Features

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Simple React + D3 wordcloud component with powerful features. Uses the [`d3-clou
## Install

```bash
yarn add https://github.com/chrisrzhou/react-wordcloud.git
yarn add react-wordcloud
```

Note that `react-wordcloud` requires `react^16.8.3` as a peer dependency.

> I will try to reach out to the NPM owner of `react-wordcloud` to see if this package can replace it :)
## Examples

View all documented examples at https://react-wordcloud.netlify.com/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-wordcloud",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple React + D3 wordcloud component with powerful features.",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down

0 comments on commit cb58334

Please sign in to comment.