Skip to content

Commit

Permalink
chore: apply changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent dc2c919 commit 1ecf225
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

0 comments on commit 1ecf225

Please sign in to comment.