Skip to content

Commit a514d2b

Browse files
Version Packages (#7242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79f55e0 commit a514d2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+221
-123
lines changed

.changeset/cuddly-lamps-hide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/eighty-dragons-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/few-bobcats-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-baboons-hunt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/silly-panthers-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-snakes-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-carpets-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-ligers-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

solidity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperlane-xyz/core
22

3+
## 9.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a4e22d34]
8+
- @hyperlane-xyz/utils@19.4.0
9+
310
## 9.0.15
411

512
### Patch Changes

solidity/contracts/PackageVersioned.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pragma solidity >=0.6.11;
77
**/
88
abstract contract PackageVersioned {
99
// GENERATED CODE - DO NOT EDIT
10-
string public constant PACKAGE_VERSION = "9.0.15";
10+
string public constant PACKAGE_VERSION = "9.0.16";
1111
}

0 commit comments

Comments
 (0)