Skip to content

Commit

Permalink
Merge pull request #253 from axelarnetwork/changeset-release/main
Browse files Browse the repository at this point in the history
[changesets] Apply version updates
  • Loading branch information
alanrsoares authored Feb 27, 2024
2 parents 2011bbf + 4797b1b commit 550bb41
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .changeset/wicked-keys-float.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- [`2011bbf4ee3200f1799752bc65147cd2f5325e11`](https://github.com/axelarnetwork/axelarjs/commit/2011bbf4ee3200f1799752bc65147cd2f5325e11) Thanks [@alanrsoares](https://github.com/alanrsoares)! - apps/maestro:

- optimize searchGMP calls
- fix token details line height
- fix search results to center lookup token to origin token
- move direct calls to searchGMP to trpc queries
- upgrade dependencies

packages/api:

- update searchGMP params to support array of contract methods

- Updated dependencies [[`2011bbf4ee3200f1799752bc65147cd2f5325e11`](https://github.com/axelarnetwork/axelarjs/commit/2011bbf4ee3200f1799752bc65147cd2f5325e11)]:
- @axelarjs/api@0.3.11

## 0.3.3

### 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.3",
"version": "0.3.4",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down
16 changes: 16 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @axelarjs/api

## 0.3.11

### Patch Changes

- [`2011bbf4ee3200f1799752bc65147cd2f5325e11`](https://github.com/axelarnetwork/axelarjs/commit/2011bbf4ee3200f1799752bc65147cd2f5325e11) Thanks [@alanrsoares](https://github.com/alanrsoares)! - apps/maestro:

- optimize searchGMP calls
- fix token details line height
- fix search results to center lookup token to origin token
- move direct calls to searchGMP to trpc queries
- upgrade dependencies

packages/api:

- update searchGMP params to support array of contract methods

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/api",
"version": "0.3.10",
"version": "0.3.11",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/deposit-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @axelarjs/deposit-address

## 0.1.12

### Patch Changes

- Updated dependencies [[`2011bbf4ee3200f1799752bc65147cd2f5325e11`](https://github.com/axelarnetwork/axelarjs/commit/2011bbf4ee3200f1799752bc65147cd2f5325e11)]:
- @axelarjs/api@0.3.11

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deposit-address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/deposit-address",
"version": "0.1.11",
"version": "0.1.12",
"description": "Axelarjs Deposit Address",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/transaction-recovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @axelarjs/transaction-recovery

## 0.2.14

### Patch Changes

- Updated dependencies [[`2011bbf4ee3200f1799752bc65147cd2f5325e11`](https://github.com/axelarnetwork/axelarjs/commit/2011bbf4ee3200f1799752bc65147cd2f5325e11)]:
- @axelarjs/api@0.3.11

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 550bb41

Please sign in to comment.