Skip to content

Commit

Permalink
Merge pull request #344 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
fix - remove solana client
  • Loading branch information
POPPIN-FUMI authored Nov 11, 2024
2 parents 2f8e760 + 2309196 commit 4c440ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/tiny-rocks-wonder.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @epics-dao/solv

## 4.7.4

### Patch Changes

- [`2f8e760`](https://github.com/EpicsDAO/solv/commit/2f8e7602595356fbb3385f29f4d4d15e64471858) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - fix - remove solana client

`solv i` had a dependency on the solana client, which is not needed for v2.x.x.
This change removes the dependency on the solana client.

## 4.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv",
"version": "4.7.3",
"version": "4.7.4",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 4c440ab

Please sign in to comment.