From bc098070b5b59f49a1c3c09ea63f4306935b6df2 Mon Sep 17 00:00:00 2001 From: Andrew Gerard Date: Wed, 9 Oct 2024 13:49:36 -0700 Subject: [PATCH] docs: changelogs --- packages/gasket-plugin-cypress/CHANGELOG.md | 5 +++++ packages/gasket-plugin-docusaurus/CHANGELOG.md | 5 +++++ packages/gasket-plugin-fastify/CHANGELOG.md | 5 +++++ packages/gasket-plugin-lint/CHANGELOG.md | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/packages/gasket-plugin-cypress/CHANGELOG.md b/packages/gasket-plugin-cypress/CHANGELOG.md index 3451925dd..f3bf2c441 100644 --- a/packages/gasket-plugin-cypress/CHANGELOG.md +++ b/packages/gasket-plugin-cypress/CHANGELOG.md @@ -1,5 +1,9 @@ # @gasket/plugin-cypress +### 7.0.3 + +- Fix to use start:local only if set ([#941]) + ### 7.0.0 - See [Version 7 Upgrade Guide] for overall changes @@ -28,3 +32,4 @@ [#541]: https://github.com/godaddy/gasket/pull/541 [#660]: https://github.com/godaddy/gasket/pull/660 [#670]: https://github.com/godaddy/gasket/pull/670 +[#941]: https://github.com/godaddy/gasket/pull/941 diff --git a/packages/gasket-plugin-docusaurus/CHANGELOG.md b/packages/gasket-plugin-docusaurus/CHANGELOG.md index a764f033e..d6f17ed93 100644 --- a/packages/gasket-plugin-docusaurus/CHANGELOG.md +++ b/packages/gasket-plugin-docusaurus/CHANGELOG.md @@ -1,5 +1,9 @@ # `@gasket/plugin-docusaurus` +### 7.0.3 + +- Add create hook check with dev deps ([#937]) + ### 7.0.0 - See [Version 7 Upgrade Guide] for overall changes @@ -62,3 +66,4 @@ [#670]: https://github.com/godaddy/gasket/pull/670 [#674]: https://github.com/godaddy/gasket/pull/674 [#736]: https://github.com/godaddy/gasket/pull/736 +[#937]: https://github.com/godaddy/gasket/pull/937 diff --git a/packages/gasket-plugin-fastify/CHANGELOG.md b/packages/gasket-plugin-fastify/CHANGELOG.md index 80ecb99eb..bf1ffd28d 100644 --- a/packages/gasket-plugin-fastify/CHANGELOG.md +++ b/packages/gasket-plugin-fastify/CHANGELOG.md @@ -1,5 +1,9 @@ # `@gasket/plugin-fastify` +### 7.0.3 + +- Fix `[object Object]` logs in Fastify api apps ([#940]) + ### 7.0.0 - See [Version 7 Upgrade Guide] for overall changes @@ -69,3 +73,4 @@ Enable middleware support ([#172]) [#555]: https://github.com/godaddy/gasket/pull/555 [#613]: https://github.com/godaddy/gasket/pull/613 [#675]: https://github.com/godaddy/gasket/pull/675 +[#940]: https://github.com/godaddy/gasket/pull/940 diff --git a/packages/gasket-plugin-lint/CHANGELOG.md b/packages/gasket-plugin-lint/CHANGELOG.md index 668367abb..bb3e07d3f 100644 --- a/packages/gasket-plugin-lint/CHANGELOG.md +++ b/packages/gasket-plugin-lint/CHANGELOG.md @@ -1,5 +1,9 @@ # `@gasket/plugin-lint` +### 7.0.3 + +- Add create dev deps ([#937]) + ### 7.0.0 - See [Version 7 Upgrade Guide] for overall changes @@ -115,3 +119,4 @@ [#460]: https://github.com/godaddy/gasket/pull/460 [#482]: https://github.com/godaddy/gasket/pull/482 [#670]: https://github.com/godaddy/gasket/pull/670 +[#937]: https://github.com/godaddy/gasket/pull/937