Skip to content

Commit

Permalink
Release packages (#254)
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 Jan 20, 2025
1 parent 97a2d21 commit 8d53145
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions typescript/.changeset/stupid-guests-reply.md

This file was deleted.

7 changes: 7 additions & 0 deletions typescript/packages/plugins/zilliqa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @goat-sdk/plugin-zilliqa

## 0.1.3

### Patch Changes

- Updated dependencies [97a2d21]
- @goat-sdk/wallet-zilliqa@0.2.6

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/plugins/zilliqa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/plugin-zilliqa",
"version": "0.1.2",
"version": "0.1.3",
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions typescript/packages/wallets/zilliqa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @goat-sdk/wallet-zilliqa

## 0.2.6

### Patch Changes

- 97a2d21: Fix compilation issue with some versions of typescript

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/wallets/zilliqa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/wallet-zilliqa",
"version": "0.2.5",
"version": "0.2.6",
"sideEffects": false,
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
Expand Down

0 comments on commit 8d53145

Please sign in to comment.