Skip to content

Commit c52eae6

Browse files
authored
chore: release v0.22.1 (#2585)
chore: release v0.22.1
2 parents db6787b + 027c786 commit c52eae6

File tree

157 files changed

+29420
-8087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+29420
-8087
lines changed

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## [`v0.22.1`](https://github.com/ignite-hq/cli/releases/tag/v0.22.1)
4+
5+
### Fixes
6+
7+
- Fix IBC module scaffolding interface in templates
8+
39
## [`v0.22.0`](https://github.com/ignite-hq/cli/releases/tag/v0.22.0)
410

511
### Features
612

7-
- Optimized the build system. The `c serve`, `chain build`, `chain generate` commands and other variants are way faster now
13+
- Optimized the build system. The `chain serve`, `chain build`, `chain generate` commands and other variants are way faster now
814
- Upgraded CLI and templates to use IBC v3
915

1016
### Fixes

docs/.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

docs/.vuepress/config.js

-134
This file was deleted.

docs/.vuepress/public/logo.svg

-15
This file was deleted.

docs/babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};

docs/bounty/index.md docs/docs/06-bounty.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
order: 1
2+
sidebar_position: 6
33
description: Ignite CLI bounty program incentives and rewards.
4-
parent:
5-
order: 7
6-
title: Bounty program
74
---
85

96
# Bounty program

0 commit comments

Comments
 (0)