From 70bb495ff941f44a5aa74b627cbf54c73e3b0961 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 18 Mar 2024 16:36:21 +0100 Subject: [PATCH] build(deps): bump `cli-plugin-network` (#4031) * build(deps): bump `cli-plugin-network` * changelog (cherry picked from commit 55ea632b375cf2911ed3935dfa4bb95f4b9537b0) --- 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 fbe70ea023..a92628ace7 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ ### Changes +- [#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` - [#3972](https://github.com/ignite/cli/pull/3972) Skip Ignite app loading for some base commands that don't allow apps - [#3983](https://github.com/ignite/cli/pull/3983) Bump `cosmos-sdk` to `v0.50.4` and `ibc-go` to `v8.1.0` 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 )