Skip to content

Commit

Permalink
solution: release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Feb 8, 2022
1 parent f4a2581 commit 6c8e62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/hashicon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/hashicon-react",
"version": "0.5.1",
"version": "0.5.2",
"description": "Hashicon React - React component for a visual representation of a hash value, as a hexagon",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"node": ">=8"
},
"dependencies": {
"@emeraldpay/hashicon": "^0.5.1",
"@emeraldpay/hashicon": "^0.5.2",
"react": "^16.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hashicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/hashicon",
"version": "0.5.1",
"version": "0.5.2",
"description": "Hashicon - a visual representation of a hash value, as a hexagon",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 6c8e62e

Please sign in to comment.