From cba98f212c34afb2675b9452029ce1432ec126bc Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 18 Mar 2024 11:52:49 +0100 Subject: [PATCH 1/2] build(deps): bump `cli-plugin-network` --- changelog.md | 1 + ignite/cmd/plugin_default.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fdfe0bcc0f..a6999421a8 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,7 @@ ### Changes +- [](https://github.com/ignite/cli/pull/) Bump `cli-plugin-network` to `v0.2.2` due to dependencies issue. - [#4013](https://github.com/ignite/cli/pull/4013) Bump `cosmos-sdk` to `v0.50.5` - [#3993](https://github.com/ignite/cli/pull/3993) Oracle scaffolding was deprecated and has been removed - [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file diff --git a/ignite/cmd/plugin_default.go b/ignite/cmd/plugin_default.go index 09943e54a8..60c6b62ff2 100644 --- a/ignite/cmd/plugin_default.go +++ b/ignite/cmd/plugin_default.go @@ -16,7 +16,7 @@ type defaultPlugin struct { } const ( - PluginNetworkVersion = "v0.2.1" + PluginNetworkVersion = "v0.2.2" PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion ) From e93afdac8b50f2c0f39faf64b983502cc511dbe1 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 18 Mar 2024 11:53:45 +0100 Subject: [PATCH 2/2] changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a6999421a8..0014fcc5e5 100644 --- a/changelog.md +++ b/changelog.md @@ -14,7 +14,7 @@ ### Changes -- [](https://github.com/ignite/cli/pull/) Bump `cli-plugin-network` to `v0.2.2` due to dependencies issue. +- [#4031](https://github.com/ignite/cli/pull/4031) Bump `cli-plugin-network` to `v0.2.2` due to dependencies issue. - [#4013](https://github.com/ignite/cli/pull/4013) Bump `cosmos-sdk` to `v0.50.5` - [#3993](https://github.com/ignite/cli/pull/3993) Oracle scaffolding was deprecated and has been removed - [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file