Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madox2 committed Mar 23, 2021
1 parent bebe5ab commit d1ec60f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-ga": "^2.1.2",
"react-highlight": "^0.12.0",
"react-scripts": "3.4.1",
"react-tagcloud": "^2.0.0",
"react-tagcloud": "^2.1.0",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
Expand Down
20 changes: 16 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8529,15 +8529,17 @@ [email protected]:
optionalDependencies:
fsevents "2.1.2"

react-tagcloud@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-tagcloud/-/react-tagcloud-2.0.0.tgz#15b53729d266f436a5782f72c34451dd85839807"
integrity sha512-SQLAvSDx35by4xYQtcJEYZW3294jicw7yMEmhJ70ZBpGBA/MDqvPki/hyr37YHIDr1w1lEW0aJoIO7WEjRjUdw==
react-tagcloud@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-tagcloud/-/react-tagcloud-2.1.0.tgz#70ef8072e8664a8622d89a61c001b091147eca9f"
integrity sha512-EA/zKRxDkeoUZfJbobJvZvrcYMTq625fstplSG7E9XG+LDYaj//o1YdUgJzBIbwb1EXAEN3H5VP38vtucKEjhw==
dependencies:
"@babel/preset-react" "^7.6.3"
prop-types "^15.6.2"
randomcolor "^0.5.4"
shuffle-array "^1.0.1"
upgrade "^1.1.0"
yarn "^1.22.4"

react@^16.10.2:
version "16.13.1"
Expand Down Expand Up @@ -10121,6 +10123,11 @@ upath@^1.1.1:
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==

upgrade@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/upgrade/-/upgrade-1.1.0.tgz#4a50875ec5c715d19379799f0590a0e796958f61"
integrity sha1-SlCHXsXHFdGTeXmfBZCg55aVj2E=

uri-js@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
Expand Down Expand Up @@ -10768,3 +10775,8 @@ yargs@^13.3.0:
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^13.1.2"

yarn@^1.22.4:
version "1.22.10"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.10.tgz#c99daa06257c80f8fa2c3f1490724e394c26b18c"
integrity sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA==
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tagcloud",
"version": "2.0.0",
"version": "2.1.0",
"description": "Tag/word cloud component for react",
"keywords": [
"react-tagcloud",
Expand Down

0 comments on commit d1ec60f

Please sign in to comment.