Skip to content

Commit

Permalink
Merge pull request #96 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 Nov 29, 2023
2 parents dc2c919 + 1ecf225 commit 15d17c8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-rocks-turn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axelarjs/api

## 0.3.8

### Patch Changes

- [#95](https://github.com/axelarnetwork/axelarjs/pull/95) [`6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0`](https://github.com/axelarnetwork/axelarjs/commit/6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0) Thanks [@alanrsoares](https://github.com/alanrsoares)! - feat: migrate recent transactions event mapping for interchain transfers and token deployments

## 0.3.7

### 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.7",
"version": "0.3.8",
"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.9

### Patch Changes

- Updated dependencies [[`6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0`](https://github.com/axelarnetwork/axelarjs/commit/6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0)]:
- @axelarjs/api@0.3.8

## 0.1.8

### 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.8",
"version": "0.1.9",
"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.11

### Patch Changes

- Updated dependencies [[`6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0`](https://github.com/axelarnetwork/axelarjs/commit/6c6912ca1ce5bb6d9bdcd6cd16fe79c93cd01ad0)]:
- @axelarjs/api@0.3.8

## 0.2.10

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

2 comments on commit 15d17c8

@vercel
Copy link

@vercel vercel bot commented on 15d17c8 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-ui – ./packages/ui

axelar-ui.vercel.app
axelar-ui-axelar-network.vercel.app
axelar-ui-git-main-axelar-network.vercel.app
ui.axelar.dev

@vercel
Copy link

@vercel vercel bot commented on 15d17c8 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-registry – ./apps/registry

axelar-registry-axelar-network.vercel.app
axelar-registry-git-main-axelar-network.vercel.app

Please sign in to comment.