Skip to content

Commit

Permalink
Update registry version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed May 16, 2024
1 parent 8c47ba8 commit 62824df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-dom": "^18"
},
"dependencies": {
"@hyperlane-xyz/registry": "1.1.0"
"@hyperlane-xyz/registry": "1.1.2"
},
"devDependencies": {
"@hyperlane-xyz/sdk": "^3.11.1",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/ChainLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface ChainLogoProps {
registry: IRegistry;
size?: number;
background?: boolean;
Icon?: SvgIcon; // Override the default set used above. Necessary for PI chain logos.
Icon?: SvgIcon; // Optional override for the logo in the registry
}

export function ChainLogo({
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2927,13 +2927,13 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/registry@npm:1.1.0":
version: 1.1.0
resolution: "@hyperlane-xyz/registry@npm:1.1.0"
"@hyperlane-xyz/registry@npm:1.1.2":
version: 1.1.2
resolution: "@hyperlane-xyz/registry@npm:1.1.2"
dependencies:
yaml: "npm:^2"
zod: "npm:^3.21.2"
checksum: 2280e2c17f0e1ea0dcd750e92017173335498d427b8f1cacfdade8f067952a579ae3199e95db3898f8ff150ed1d59040440f45fe1e24b12b04ea8d1116222aa8
checksum: ba0985641c1896bf20bcf74b8fa2d8f9c04e10de3fb0b4fe95cd2b9755f68b17ccbb5dee7ab3e1bd20485a81afcdf43f61915143104bd061349b50b9f455aa1b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2984,7 +2984,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/widgets@workspace:."
dependencies:
"@hyperlane-xyz/registry": "npm:1.1.0"
"@hyperlane-xyz/registry": "npm:1.1.2"
"@hyperlane-xyz/sdk": "npm:^3.11.1"
"@storybook/addon-essentials": "npm:^7.6.14"
"@storybook/addon-interactions": "npm:^7.6.14"
Expand Down

0 comments on commit 62824df

Please sign in to comment.