Skip to content

Commit

Permalink
Merge pull request #1312 from xchainjs/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
0xp3gasus authored Oct 21, 2024
2 parents 0168452 + 383c72e commit ffcda70
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-meals-confess.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# xchainjs-solana

## 0.0.7

### Patch Changes

- Updated dependencies [ab460a3]
- @xchainjs/xchain-solana@0.0.6

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-solana",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"allBalances": "npx ts-node balance-all.ts",
"tokenBalance": "npx ts-node balance-token.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.6

### Patch Changes

- ab460a3: Solana client can work with multiple RPC endpoints.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-solana",
"version": "0.0.5",
"version": "0.0.6",
"description": "Solana client for XChainJS",
"keywords": [
"Solana",
Expand Down

0 comments on commit ffcda70

Please sign in to comment.