Skip to content
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
6 changes: 0 additions & 6 deletions .changeset/dependencies-GH-26.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-spies-share.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wolfstar/plugin-api

## 1.1.3

### Patch Changes

- [#26](https://github.com/wolfstar-project/plugins/pull/26) [`75ecd8f`](https://github.com/wolfstar-project/plugins/commit/75ecd8ff9ad0f91ccc01e28dce530091398d0e85) - fix(deps): update all non-major dependencies Thanks [@renovate](https://github.com/apps/renovate)!

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfstar/plugin-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "Plugin for @wolfstar/http-framework exposing a standalone REST API server (routes, middlewares, router)",
"keywords": [
"api",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-subcommands-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wolfstar/plugin-subcommands-advanced

## 2.0.1

### Patch Changes

- [#26](https://github.com/wolfstar-project/plugins/pull/26) [`75ecd8f`](https://github.com/wolfstar-project/plugins/commit/75ecd8ff9ad0f91ccc01e28dce530091398d0e85) - fix(deps): update all non-major dependencies Thanks [@renovate](https://github.com/apps/renovate)!

- [#30](https://github.com/wolfstar-project/plugins/pull/30) [`0b1c47f`](https://github.com/wolfstar-project/plugins/commit/0b1c47f67e08f9516c9e4b9e457296d2023e97b0) - Fix `RegisterAsSubcommand` and `RegisterAsSubcommandGroup` not registering the decorated subcommand piece in `applicationCommandRegistry`, which prevented modular subcommand classes from being recognized as application commands.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-subcommands-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfstar/plugin-subcommands-advanced",
"version": "2.0.0",
"version": "2.0.1",
"description": "Plugin for @wolfstar/http-framework to modularize slash subcommands into separate command classes",
"keywords": [
"discord",
Expand Down