Skip to content

Commit

Permalink
chore: apply changesets (#340)
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 Apr 16, 2024
1 parent 52da903 commit d8900df
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-kings-speak.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/thin-ladybugs-attack.md

This file was deleted.

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

## 0.3.11

### Patch Changes

- [#330](https://github.com/axelarnetwork/axelarjs/pull/330) [`52da903753e7c9aa1ebd2440e91b4169afbe4c6c`](https://github.com/axelarnetwork/axelarjs/commit/52da903753e7c9aa1ebd2440e91b4169afbe4c6c) Thanks [@npty](https://github.com/npty)! - - feat: prefill claim token ownership form https://github.com/axelarnetwork/axelarjs/pull/327
- chore: update axelarjs-sdk to 0.15.0 and pass executeData for more accurate gas estimation https://github.com/axelarnetwork/axelarjs/pull/324
- chore: add report bug at the footer https://github.com/axelarnetwork/axelarjs/pull/321
- chore: improve clarity in the root page that user can change the chain https://github.com/axelarnetwork/axelarjs/pull/320
- chore: update axelar logo to improve branding prominence https://github.com/axelarnetwork/axelarjs/pull/319
- feat: add whitelist token on squid link https://github.com/axelarnetwork/axelarjs/pull/315
- chore: add provide liquidity button to dex for each chain in the token details page https://github.com/axelarnetwork/axelarjs/pull/317
- chore: update ITS contracts to v1.2.4 https://github.com/axelarnetwork/axelarjs/pull/307
- chore: add note that logo only works at ITS portal https://github.com/axelarnetwork/axelarjs/pull/336
- chore: update squid link tooltip https://github.com/axelarnetwork/axelarjs/pull/335
- chore: update marketing form label https://github.com/axelarnetwork/axelarjs/pull/334
- Updated dependencies [[`52da903753e7c9aa1ebd2440e91b4169afbe4c6c`](https://github.com/axelarnetwork/axelarjs/commit/52da903753e7c9aa1ebd2440e91b4169afbe4c6c)]:
- @axelarjs/evm@0.2.4

## 0.3.10

### 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.10",
"version": "0.3.11",
"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.4

### Patch Changes

- [#330](https://github.com/axelarnetwork/axelarjs/pull/330) [`52da903753e7c9aa1ebd2440e91b4169afbe4c6c`](https://github.com/axelarnetwork/axelarjs/commit/52da903753e7c9aa1ebd2440e91b4169afbe4c6c) Thanks [@npty](https://github.com/npty)! - Update ITS contracts to v1.2.4

## 0.2.3

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

0 comments on commit d8900df

Please sign in to comment.