Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.22.1 #2585

Merged
merged 7 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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