Skip to content

Commit

Permalink
chore: release v0.22.1 (#2585)
Browse files Browse the repository at this point in the history
chore: release v0.22.1
  • Loading branch information
ilgooz authored Jun 10, 2022
2 parents db6787b + 027c786 commit c52eae6
Show file tree
Hide file tree
Showing 157 changed files with 29,420 additions and 8,087 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [`v0.22.1`](https://github.com/ignite-hq/cli/releases/tag/v0.22.1)

### Fixes

- Fix IBC module scaffolding interface in templates

## [`v0.22.0`](https://github.com/ignite-hq/cli/releases/tag/v0.22.0)

### Features

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

### Fixes
Expand Down
20 changes: 20 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
134 changes: 0 additions & 134 deletions docs/.vuepress/config.js

This file was deleted.

15 changes: 0 additions & 15 deletions docs/.vuepress/public/logo.svg

This file was deleted.

3 changes: 3 additions & 0 deletions docs/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
5 changes: 1 addition & 4 deletions docs/bounty/index.md → docs/docs/06-bounty.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
order: 1
sidebar_position: 6
description: Ignite CLI bounty program incentives and rewards.
parent:
order: 7
title: Bounty program
---

# Bounty program
Expand Down
Loading

0 comments on commit c52eae6

Please sign in to comment.