diff --git a/.changeset/dependencies-GH-26.md b/.changeset/dependencies-GH-26.md deleted file mode 100644 index 8bfaee2..0000000 --- a/.changeset/dependencies-GH-26.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wolfstar/plugin-api": patch -"@wolfstar/plugin-subcommands-advanced": patch ---- - -fix(deps): update all non-major dependencies diff --git a/.changeset/fruity-spies-share.md b/.changeset/fruity-spies-share.md deleted file mode 100644 index fd805d2..0000000 --- a/.changeset/fruity-spies-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wolfstar/plugin-subcommands-advanced": patch ---- - -Fix `RegisterAsSubcommand` and `RegisterAsSubcommandGroup` not registering the decorated subcommand piece in `applicationCommandRegistry`, which prevented modular subcommand classes from being recognized as application commands. diff --git a/packages/plugin-api/CHANGELOG.md b/packages/plugin-api/CHANGELOG.md index 7e4b38d..a66b07e 100644 --- a/packages/plugin-api/CHANGELOG.md +++ b/packages/plugin-api/CHANGELOG.md @@ -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 diff --git a/packages/plugin-api/package.json b/packages/plugin-api/package.json index 9e7e90d..feae241 100644 --- a/packages/plugin-api/package.json +++ b/packages/plugin-api/package.json @@ -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", diff --git a/packages/plugin-subcommands-advanced/CHANGELOG.md b/packages/plugin-subcommands-advanced/CHANGELOG.md index d925afc..97a55d9 100644 --- a/packages/plugin-subcommands-advanced/CHANGELOG.md +++ b/packages/plugin-subcommands-advanced/CHANGELOG.md @@ -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 diff --git a/packages/plugin-subcommands-advanced/package.json b/packages/plugin-subcommands-advanced/package.json index f9d320f..14b3e53 100644 --- a/packages/plugin-subcommands-advanced/package.json +++ b/packages/plugin-subcommands-advanced/package.json @@ -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",