Skip to content

Commit

Permalink
[changesets] Apply version updates (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 5, 2024
1 parent 517aa84 commit 54da2a1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-ants-run.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/maestro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @axelarjs/maestro

## 0.3.23

### Patch Changes

- [#437](https://github.com/axelarnetwork/axelarjs/pull/437) [`517aa840340bc6132f7f4f7bc8ad3ffd01d483aa`](https://github.com/axelarnetwork/axelarjs/commit/517aa840340bc6132f7f4f7bc8ad3ffd01d483aa) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add support for polygon amoy and linea sepolia, update viem dependency

- Updated dependencies [[`517aa840340bc6132f7f4f7bc8ad3ffd01d483aa`](https://github.com/axelarnetwork/axelarjs/commit/517aa840340bc6132f7f4f7bc8ad3ffd01d483aa)]:
- @axelarjs/evm@0.2.6

## 0.3.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/maestro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/maestro",
"version": "0.3.22",
"version": "0.3.23",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down
6 changes: 6 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axelarjs/evm

## 0.2.6

### Patch Changes

- [#437](https://github.com/axelarnetwork/axelarjs/pull/437) [`517aa840340bc6132f7f4f7bc8ad3ffd01d483aa`](https://github.com/axelarnetwork/axelarjs/commit/517aa840340bc6132f7f4f7bc8ad3ffd01d483aa) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add support for polygon amoy and linea sepolia, update viem dependency

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/evm",
"version": "0.2.5",
"version": "0.2.6",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/transaction-recovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @axelarjs/transaction-recovery

## 0.3.4

### Patch Changes

- [#437](https://github.com/axelarnetwork/axelarjs/pull/437) [`517aa840340bc6132f7f4f7bc8ad3ffd01d483aa`](https://github.com/axelarnetwork/axelarjs/commit/517aa840340bc6132f7f4f7bc8ad3ffd01d483aa) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add support for polygon amoy and linea sepolia, update viem dependency

- Updated dependencies [[`517aa840340bc6132f7f4f7bc8ad3ffd01d483aa`](https://github.com/axelarnetwork/axelarjs/commit/517aa840340bc6132f7f4f7bc8ad3ffd01d483aa)]:
- @axelarjs/evm@0.2.6

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-recovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/transaction-recovery",
"version": "0.3.3",
"version": "0.3.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 54da2a1

Please sign in to comment.