From 534f7a0d3b807c3c5adbc88bf2862758c06f5c00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 08:21:52 +0000 Subject: [PATCH] solv new release --- .changeset/three-olives-listen.md | 12 ------------ packages/solv/CHANGELOG.md | 13 +++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/three-olives-listen.md diff --git a/.changeset/three-olives-listen.md b/.changeset/three-olives-listen.md deleted file mode 100644 index c5af386c..00000000 --- a/.changeset/three-olives-listen.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@epics-dao/solv': minor ---- - -Now that we have the v2 version of the solv cli, we need to update the solv cli versioin. -So, we are adding a new function `getSolanaCLI` to get the solana cli version for agave/solana. -Also, solv switch incoming for v1 to v2. - -Add - getSolanaCLI to get the solana cli version for agave/solana -Add - solv switch incoming for v1 to v2 - -solana version: 1.x.x will be deprecated soon, so we need to switch to v2. diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index ca88aa23..c8fb68a6 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,18 @@ # @epics-dao/solv +## 4.7.0 + +### Minor Changes + +- [`74afffc`](https://github.com/EpicsDAO/solv/commit/74afffc39efa4d126aab4a14240d352d6f3fa99d) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Now that we have the v2 version of the solv cli, we need to update the solv cli versioin. + So, we are adding a new function `getSolanaCLI` to get the solana cli version for agave/solana. + Also, solv switch incoming for v1 to v2. + + Add - getSolanaCLI to get the solana cli version for agave/solana + Add - solv switch incoming for v1 to v2 + + solana version: 1.x.x will be deprecated soon, so we need to switch to v2. + ## 4.6.15 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index ef86064b..9ced07bd 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.6.15", + "version": "4.7.0", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",