Skip to content

Commit

Permalink
Version Packages (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2021
1 parent e736248 commit 44ddba2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-plums-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-starfishes-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-days-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-rocks-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-adults-fly.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/gatsby-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions test-sites/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-sites/fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 44ddba2

Please sign in to comment.