Skip to content

Commit

Permalink
docs: changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Jan 22, 2025
1 parent bd742da commit 219d3b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gasket-plugin-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# `@gasket/plugin-command`

- Invoke commands lifecycles during prepare ([#1016])
- Always register the command called; not filtered by what's been registered

### 7.1.0

- Improvements to gasket command setup with async `prepare` lifecycle ([#989], [#991])
Expand Down Expand Up @@ -107,3 +110,4 @@
[#980]: https://github.com/godaddy/gasket/pull/980
[#989]: https://github.com/godaddy/gasket/pull/989
[#991]: https://github.com/godaddy/gasket/pull/991
[#1016]: https://github.com/godaddy/gasket/pull/1016
5 changes: 5 additions & 0 deletions packages/gasket-plugin-dynamic-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-dynamic-plugins`

- Set timing before commands plugins to allow dynamic plugins to register commands ([#1016])
- Add 'deduped' trace for improved lifecycle debugging
- Invoke prepare lifecycle of dynamic plugins

### 7.1.5

- Export default for type module pkg ([#1015])
Expand All @@ -11,3 +15,4 @@
[#970]: https://github.com/godaddy/gasket/pull/970
[#991]: https://github.com/godaddy/gasket/pull/991
[#1015]: https://github.com/godaddy/gasket/pull/1015
[#1016]: https://github.com/godaddy/gasket/pull/1016

0 comments on commit 219d3b3

Please sign in to comment.