Skip to content

Commit

Permalink
Version Packages (#86)
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 Oct 8, 2021
1 parent 4a0b0bf commit 61e6878
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-worms-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-ears-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-deers-divide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/gatsby-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gatsby-plugin-fastify

## 0.4.3

### Patch Changes

- [#82](https://github.com/gatsby-uc/plugins/pull/82) [`eb12e74`](https://github.com/gatsby-uc/plugins/commit/eb12e74e05268ee7778f00711772749cd7d8ab6c) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-fastify): update non-major dependency versions

* [#85](https://github.com/gatsby-uc/plugins/pull/85) [`80aa8f3`](https://github.com/gatsby-uc/plugins/commit/80aa8f39c79bed433b47dad39810767710d0bdd2) Thanks [@moonmeister](https://github.com/moonmeister)! - chore(gatsby-plugin-fastify): Misc cleanup and typing improvements

## 0.4.2

### Patch 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.4.2",
"version": "0.4.3",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-fastify/test-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-fastify-gatsby

## 1.0.3

### Patch Changes

- Updated dependencies [[`eb12e74`](https://github.com/gatsby-uc/plugins/commit/eb12e74e05268ee7778f00711772749cd7d8ab6c), [`80aa8f3`](https://github.com/gatsby-uc/plugins/commit/80aa8f39c79bed433b47dad39810767710d0bdd2)]:
- gatsby-plugin-fastify@0.4.3

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/test-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-fastify-gatsby",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"description": "Gatsby test site for gatsby-plugin-fastify",
"author": "Alex Moon",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-github-ribbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gatsby-plugin-github-ribbon

## 1.2.3

### Patch Changes

- [#83](https://github.com/gatsby-uc/plugins/pull/83) [`4a0b0bf`](https://github.com/gatsby-uc/plugins/commit/4a0b0bf8d916ac02b9068a69ad99f890aec43e16) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update non-major dependency versions

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-github-ribbon",
"version": "1.2.2",
"version": "1.2.3",
"description": "Add the \"Fork me on Github\" ribbon to your Gatsby Site.",
"main": "index.js",
"author": "Alex Moon",
Expand Down

0 comments on commit 61e6878

Please sign in to comment.