Skip to content

Commit 6c8e62e

Browse files
committed
solution: release v0.5.2
1 parent f4a2581 commit 6c8e62e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/hashicon-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emeraldpay/hashicon-react",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Hashicon React - React component for a visual representation of a hash value, as a hexagon",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",
@@ -39,7 +39,7 @@
3939
"node": ">=8"
4040
},
4141
"dependencies": {
42-
"@emeraldpay/hashicon": "^0.5.1",
42+
"@emeraldpay/hashicon": "^0.5.2",
4343
"react": "^16.8.0"
4444
},
4545
"devDependencies": {

packages/hashicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emeraldpay/hashicon",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Hashicon - a visual representation of a hash value, as a hexagon",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)