Skip to content

Commit

Permalink
build(deps): bump cli-plugin-network (#4031)
Browse files Browse the repository at this point in the history
* build(deps): bump `cli-plugin-network`

* changelog

(cherry picked from commit 55ea632)
  • Loading branch information
julienrbrt authored and mergify[bot] committed Mar 18, 2024
1 parent 5a8b939 commit 70bb495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion ignite/cmd/plugin_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type defaultPlugin struct {
}

const (
PluginNetworkVersion = "v0.2.1"
PluginNetworkVersion = "v0.2.2"
PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion
)

Expand Down

0 comments on commit 70bb495

Please sign in to comment.