From 44ddba2f761111bf71002d1560a58fbd1bc5d412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 19:18:34 -0400 Subject: [PATCH] Version Packages (#119) Co-authored-by: github-actions[bot] --- .changeset/good-plums-shop.md | 5 ----- .changeset/kind-starfishes-change.md | 5 ----- .changeset/odd-days-march.md | 5 ----- .changeset/stale-rocks-pay.md | 5 ----- .changeset/strange-adults-fly.md | 5 ----- packages/gatsby-plugin-fastify/CHANGELOG.md | 16 ++++++++++++++++ packages/gatsby-plugin-fastify/package.json | 2 +- test-sites/fastify/CHANGELOG.md | 7 +++++++ test-sites/fastify/package.json | 2 +- 9 files changed, 25 insertions(+), 27 deletions(-) delete mode 100644 .changeset/good-plums-shop.md delete mode 100644 .changeset/kind-starfishes-change.md delete mode 100644 .changeset/odd-days-march.md delete mode 100644 .changeset/stale-rocks-pay.md delete mode 100644 .changeset/strange-adults-fly.md diff --git a/.changeset/good-plums-shop.md b/.changeset/good-plums-shop.md deleted file mode 100644 index 0cdfc51ae..000000000 --- a/.changeset/good-plums-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": minor ---- - -feat: much improved logging diff --git a/.changeset/kind-starfishes-change.md b/.changeset/kind-starfishes-change.md deleted file mode 100644 index 1a7040b69..000000000 --- a/.changeset/kind-starfishes-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": patch ---- - -Fix: SSR/DSG routes throwing non-fatal error when returning file. diff --git a/.changeset/odd-days-march.md b/.changeset/odd-days-march.md deleted file mode 100644 index 86c1c7818..000000000 --- a/.changeset/odd-days-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": minor ---- - -feat: add support for Gatsby 500 error if SSR/DSG throws an error. diff --git a/.changeset/stale-rocks-pay.md b/.changeset/stale-rocks-pay.md deleted file mode 100644 index 671b95a00..000000000 --- a/.changeset/stale-rocks-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": patch ---- - -fix: handle situations where dev doesn't provide 404 page by falling back to generic 404. diff --git a/.changeset/strange-adults-fly.md b/.changeset/strange-adults-fly.md deleted file mode 100644 index 7630d7ddb..000000000 --- a/.changeset/strange-adults-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": minor ---- - -Support for Gatsby v4's DSG and SSR routes. diff --git a/packages/gatsby-plugin-fastify/CHANGELOG.md b/packages/gatsby-plugin-fastify/CHANGELOG.md index 2d75498a9..bed9a003a 100644 --- a/packages/gatsby-plugin-fastify/CHANGELOG.md +++ b/packages/gatsby-plugin-fastify/CHANGELOG.md @@ -1,5 +1,21 @@ # gatsby-plugin-fastify +## 0.6.0 + +### Minor Changes + +- [#68](https://github.com/gatsby-uc/plugins/pull/68) [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f) Thanks [@moonmeister](https://github.com/moonmeister)! - feat: much improved logging + +* [#68](https://github.com/gatsby-uc/plugins/pull/68) [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f) Thanks [@moonmeister](https://github.com/moonmeister)! - feat: add support for Gatsby 500 error if SSR/DSG throws an error. + +- [#68](https://github.com/gatsby-uc/plugins/pull/68) [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f) Thanks [@moonmeister](https://github.com/moonmeister)! - Support for Gatsby v4's DSG and SSR routes. + +### Patch Changes + +- [#68](https://github.com/gatsby-uc/plugins/pull/68) [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f) Thanks [@moonmeister](https://github.com/moonmeister)! - Fix: SSR/DSG routes throwing non-fatal error when returning file. + +* [#68](https://github.com/gatsby-uc/plugins/pull/68) [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f) Thanks [@moonmeister](https://github.com/moonmeister)! - fix: handle situations where dev doesn't provide 404 page by falling back to generic 404. + ## 0.5.0 ### Minor Changes diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 8315723c7..7cd03fe11 100644 --- a/packages/gatsby-plugin-fastify/package.json +++ b/packages/gatsby-plugin-fastify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-fastify", "description": "Gatsby plugin for integration serving gatsby on Node.js using Fastify.", - "version": "0.5.0", + "version": "0.6.0", "main": "index.js", "repository": { "type": "git", diff --git a/test-sites/fastify/CHANGELOG.md b/test-sites/fastify/CHANGELOG.md index ff2ba7dbc..fd6b9edd8 100644 --- a/test-sites/fastify/CHANGELOG.md +++ b/test-sites/fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # test-fastify-gatsby +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f), [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f), [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f), [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f), [`e736248`](https://github.com/gatsby-uc/plugins/commit/e736248513e6bdbeb29cbedd06b79ed40ac0294f)]: + - gatsby-plugin-fastify@0.6.0 + ## 1.0.6 ### Patch Changes diff --git a/test-sites/fastify/package.json b/test-sites/fastify/package.json index 7c35f194c..08f54069e 100644 --- a/test-sites/fastify/package.json +++ b/test-sites/fastify/package.json @@ -1,6 +1,6 @@ { "name": "test-fastify-gatsby", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "Gatsby test site for gatsby-plugin-fastify", "author": "Alex Moon",