Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venatbot committed May 23, 2022
1 parent ccefe03 commit e28b010
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/the-convocation/venat/compare/v0.4.1...v0.5.0) (2022-05-23)

### Features

* add plugin for Kaiyoko's fashion report ([#92](https://github.com/the-convocation/venat/issues/92)) ([ccefe03](https://github.com/the-convocation/venat/commit/ccefe03f18a60bdb86e6ded7550219ab0a54776e))

## [0.4.1](https://github.com/the-convocation/venat/compare/v0.4.0...v0.4.1) (2022-05-22)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/the-convocation/venat/compare/v0.4.1...v0.5.0) (2022-05-23)

**Note:** Version bump only for package @the-convocation/venat-core

## [0.4.1](https://github.com/the-convocation/venat/compare/v0.4.0...v0.4.1) (2022-05-22)

**Note:** Version bump only for package @the-convocation/venat-core
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-core",
"version": "0.4.1",
"version": "0.5.0",
"description": "open source ffxiv community discord bot that's incredibly easy to self-host",
"author": "The Convocation contributors",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions plugins/venat-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/the-convocation/venat/compare/v0.4.1...v0.5.0) (2022-05-23)

**Note:** Version bump only for package @the-convocation/venat-plugin-example

## [0.4.1](https://github.com/the-convocation/venat/compare/v0.4.0...v0.4.1) (2022-05-22)

**Note:** Version bump only for package @the-convocation/venat-plugin-example
Expand Down
2 changes: 1 addition & 1 deletion plugins/venat-plugin-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-plugin-example",
"version": "0.4.1",
"version": "0.5.0",
"packageManager": "[email protected]",
"main": "dist/src/plugin.js",
"venat": {
Expand Down
10 changes: 10 additions & 0 deletions plugins/venat-plugin-xiv-fashion-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/the-convocation/venat/compare/v0.4.1...v0.5.0) (2022-05-23)

### Features

* add plugin for Kaiyoko's fashion report ([#92](https://github.com/the-convocation/venat/issues/92)) ([ccefe03](https://github.com/the-convocation/venat/commit/ccefe03f18a60bdb86e6ded7550219ab0a54776e))
2 changes: 1 addition & 1 deletion plugins/venat-plugin-xiv-fashion-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-plugin-xiv-fashion-report",
"version": "0.4.0",
"version": "0.5.0",
"packageManager": "[email protected]",
"main": "dist/src/plugin.js",
"venat": {
Expand Down
4 changes: 4 additions & 0 deletions plugins/venat-plugin-xiv-market/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/the-convocation/venat/compare/v0.4.1...v0.5.0) (2022-05-23)

**Note:** Version bump only for package @the-convocation/venat-plugin-xiv-market

## [0.4.1](https://github.com/the-convocation/venat/compare/v0.4.0...v0.4.1) (2022-05-22)

**Note:** Version bump only for package @the-convocation/venat-plugin-xiv-market
Expand Down
2 changes: 1 addition & 1 deletion plugins/venat-plugin-xiv-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-plugin-xiv-market",
"version": "0.4.1",
"version": "0.5.0",
"packageManager": "[email protected]",
"main": "dist/src/plugin.js",
"venat": {
Expand Down

0 comments on commit e28b010

Please sign in to comment.