From 08bb3f4b8232d06e17444e711e476baa04a30789 Mon Sep 17 00:00:00 2001 From: gatsby-uc-bot <98916954+gatsby-uc-bot@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:37:38 -0800 Subject: [PATCH] Version Packages (#385) Co-authored-by: github-actions[bot] --- .changeset/clean-countries-refuse.md | 6 ------ .changeset/four-boats-share.md | 11 ----------- .changeset/orange-fireants-sell.md | 7 ------- .changeset/silver-swans-brake.md | 12 ------------ integration-tests/plugin-fastify/CHANGELOG.md | 9 +++++++++ integration-tests/plugin-fastify/package.json | 2 +- integration-tests/source-s3/CHANGELOG.md | 9 +++++++++ integration-tests/source-s3/package.json | 2 +- packages/gatsby-plugin-ackee-tracker/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-ackee-tracker/package.json | 2 +- packages/gatsby-plugin-fastify/CHANGELOG.md | 10 ++++++++++ packages/gatsby-plugin-fastify/package.json | 2 +- packages/gatsby-plugin-github-ribbon/CHANGELOG.md | 10 ++++++++++ packages/gatsby-plugin-github-ribbon/package.json | 2 +- packages/gatsby-plugin-pinterest/CHANGELOG.md | 10 ++++++++++ packages/gatsby-plugin-pinterest/package.json | 2 +- packages/gatsby-plugin-relative-ci/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-relative-ci/package.json | 2 +- packages/gatsby-source-airtable/CHANGELOG.md | 6 ++++++ packages/gatsby-source-airtable/package.json | 2 +- packages/gatsby-source-packagist/CHANGELOG.md | 8 ++++++++ packages/gatsby-source-packagist/package.json | 2 +- packages/gatsby-source-s3/CHANGELOG.md | 8 ++++++++ packages/gatsby-source-s3/package.json | 2 +- packages/gatsby-source-strapi/CHANGELOG.md | 8 ++++++++ packages/gatsby-source-strapi/package.json | 2 +- 26 files changed, 101 insertions(+), 47 deletions(-) delete mode 100644 .changeset/clean-countries-refuse.md delete mode 100644 .changeset/four-boats-share.md delete mode 100644 .changeset/orange-fireants-sell.md delete mode 100644 .changeset/silver-swans-brake.md diff --git a/.changeset/clean-countries-refuse.md b/.changeset/clean-countries-refuse.md deleted file mode 100644 index 246375871..000000000 --- a/.changeset/clean-countries-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"test-plugin-fastify": patch -"source-s3": patch ---- - -chore(integration-tests): update integration tests diff --git a/.changeset/four-boats-share.md b/.changeset/four-boats-share.md deleted file mode 100644 index 18dcbfcc1..000000000 --- a/.changeset/four-boats-share.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"gatsby-plugin-fastify": patch -"gatsby-plugin-github-ribbon": patch -"gatsby-plugin-pinterest": patch -"gatsby-source-airtable": patch -"gatsby-source-packagist": patch -"gatsby-source-s3": patch -"gatsby-source-strapi": patch ---- - -fix(packages): update non-major dependency versions diff --git a/.changeset/orange-fireants-sell.md b/.changeset/orange-fireants-sell.md deleted file mode 100644 index d17b21f90..000000000 --- a/.changeset/orange-fireants-sell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"gatsby-plugin-fastify": patch -"gatsby-plugin-github-ribbon": patch -"gatsby-plugin-pinterest": patch ---- - -chore(packages): update jest monorepo diff --git a/.changeset/silver-swans-brake.md b/.changeset/silver-swans-brake.md deleted file mode 100644 index b7ee79a88..000000000 --- a/.changeset/silver-swans-brake.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"gatsby-plugin-ackee-tracker": patch -"gatsby-plugin-fastify": patch -"gatsby-plugin-github-ribbon": patch -"gatsby-plugin-pinterest": patch -"gatsby-plugin-relative-ci": patch -"gatsby-source-packagist": patch -"gatsby-source-s3": patch -"gatsby-source-strapi": patch ---- - -chore(babel): update build tooling diff --git a/integration-tests/plugin-fastify/CHANGELOG.md b/integration-tests/plugin-fastify/CHANGELOG.md index f8f046ed4..ae84fc9ce 100644 --- a/integration-tests/plugin-fastify/CHANGELOG.md +++ b/integration-tests/plugin-fastify/CHANGELOG.md @@ -1,5 +1,14 @@ # test-fastify-gatsby +## 1.0.15 + +### Patch Changes + +- [#379](https://github.com/gatsby-uc/plugins/pull/379) [`e0c9ee3`](https://github.com/gatsby-uc/plugins/commit/e0c9ee3b591bd87a407de9580d9e3ba5fd0eac62) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests + +- Updated dependencies [[`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4), [`9da9a23`](https://github.com/gatsby-uc/plugins/commit/9da9a23a13343ca52cf32aa98105cb2f597a2f07), [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593)]: + - gatsby-plugin-fastify@0.12.4 + ## 1.0.14 ### Patch Changes diff --git a/integration-tests/plugin-fastify/package.json b/integration-tests/plugin-fastify/package.json index 64d64ddfc..8aab39691 100644 --- a/integration-tests/plugin-fastify/package.json +++ b/integration-tests/plugin-fastify/package.json @@ -1,6 +1,6 @@ { "name": "test-plugin-fastify", - "version": "1.0.14", + "version": "1.0.15", "private": true, "description": "Gatsby starter and test site for gatsby-plugin-fastify", "author": "Alex Moon", diff --git a/integration-tests/source-s3/CHANGELOG.md b/integration-tests/source-s3/CHANGELOG.md index 79a839501..4372f097e 100644 --- a/integration-tests/source-s3/CHANGELOG.md +++ b/integration-tests/source-s3/CHANGELOG.md @@ -1,5 +1,14 @@ # source-s3 +## 1.0.12 + +### Patch Changes + +- [#379](https://github.com/gatsby-uc/plugins/pull/379) [`e0c9ee3`](https://github.com/gatsby-uc/plugins/commit/e0c9ee3b591bd87a407de9580d9e3ba5fd0eac62) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests + +- Updated dependencies [[`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4), [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593)]: + - gatsby-source-s3@3.2.4 + ## 1.0.11 ### Patch Changes diff --git a/integration-tests/source-s3/package.json b/integration-tests/source-s3/package.json index ba9ce9fca..bc70c2ce6 100644 --- a/integration-tests/source-s3/package.json +++ b/integration-tests/source-s3/package.json @@ -2,7 +2,7 @@ "private": true, "name": "source-s3", "description": "A simple starter to get started with gatsby-source-s3", - "version": "1.0.11", + "version": "1.0.12", "license": "MIT", "author": "Robin Métral ", "dependencies": { diff --git a/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md b/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md index 4fe7bd644..7cd217db1 100644 --- a/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md +++ b/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-ackee-tracker +## 4.0.4 + +### Patch Changes + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.0.3 ### Patch Changes diff --git a/packages/gatsby-plugin-ackee-tracker/package.json b/packages/gatsby-plugin-ackee-tracker/package.json index 59127f454..9f6701ac0 100644 --- a/packages/gatsby-plugin-ackee-tracker/package.json +++ b/packages/gatsby-plugin-ackee-tracker/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-ackee-tracker", - "version": "4.0.3", + "version": "4.0.4", "description": "Gatsby plugin to add Ackee Tracker to a site.", "keywords": [ "ackee", diff --git a/packages/gatsby-plugin-fastify/CHANGELOG.md b/packages/gatsby-plugin-fastify/CHANGELOG.md index 02208a2d7..14cc977d1 100644 --- a/packages/gatsby-plugin-fastify/CHANGELOG.md +++ b/packages/gatsby-plugin-fastify/CHANGELOG.md @@ -1,5 +1,15 @@ # gatsby-plugin-fastify +## 0.12.4 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#380](https://github.com/gatsby-uc/plugins/pull/380) [`9da9a23`](https://github.com/gatsby-uc/plugins/commit/9da9a23a13343ca52cf32aa98105cb2f597a2f07) Thanks [@renovate](https://github.com/apps/renovate)! - chore(packages): update jest monorepo + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 0.12.3 ### Patch Changes diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 86a7a925c..334eb677b 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.12.3", + "version": "0.12.4", "repository": { "type": "git", "url": "https://github.com/gatsby-uc/plugins.git", diff --git a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md index 3b040b037..e9004459e 100644 --- a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md +++ b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md @@ -1,5 +1,15 @@ # gatsby-plugin-github-ribbon +## 2.1.4 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#380](https://github.com/gatsby-uc/plugins/pull/380) [`9da9a23`](https://github.com/gatsby-uc/plugins/commit/9da9a23a13343ca52cf32aa98105cb2f597a2f07) Thanks [@renovate](https://github.com/apps/renovate)! - chore(packages): update jest monorepo + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.1.3 ### Patch Changes diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index 0147fc9b0..a8aeaeeb7 100644 --- a/packages/gatsby-plugin-github-ribbon/package.json +++ b/packages/gatsby-plugin-github-ribbon/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-github-ribbon", - "version": "2.1.3", + "version": "2.1.4", "description": "Add the \"Fork me on Github\" ribbon to your Gatsby Site.", "author": "Alex Moon", "license": "MIT", diff --git a/packages/gatsby-plugin-pinterest/CHANGELOG.md b/packages/gatsby-plugin-pinterest/CHANGELOG.md index 2610b4bc2..6537e11ce 100644 --- a/packages/gatsby-plugin-pinterest/CHANGELOG.md +++ b/packages/gatsby-plugin-pinterest/CHANGELOG.md @@ -1,5 +1,15 @@ # gatsby-plugin-pinterest +## 5.0.3 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#380](https://github.com/gatsby-uc/plugins/pull/380) [`9da9a23`](https://github.com/gatsby-uc/plugins/commit/9da9a23a13343ca52cf32aa98105cb2f597a2f07) Thanks [@renovate](https://github.com/apps/renovate)! - chore(packages): update jest monorepo + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 5.0.2 ### Patch Changes diff --git a/packages/gatsby-plugin-pinterest/package.json b/packages/gatsby-plugin-pinterest/package.json index 6a65ac419..401be26ed 100644 --- a/packages/gatsby-plugin-pinterest/package.json +++ b/packages/gatsby-plugin-pinterest/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-pinterest", - "version": "5.0.2", + "version": "5.0.3", "description": "Gatsby plugin to add Pinterest's add-on script.", "keywords": [ "gatsby", diff --git a/packages/gatsby-plugin-relative-ci/CHANGELOG.md b/packages/gatsby-plugin-relative-ci/CHANGELOG.md index 154771b74..19aa2daf5 100644 --- a/packages/gatsby-plugin-relative-ci/CHANGELOG.md +++ b/packages/gatsby-plugin-relative-ci/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-relative-ci +## 2.0.4 + +### Patch Changes + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.0.3 ### Patch Changes diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index eb240066b..3121b3536 100644 --- a/packages/gatsby-plugin-relative-ci/package.json +++ b/packages/gatsby-plugin-relative-ci/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-relative-ci", - "version": "2.0.3", + "version": "2.0.4", "description": "Integrate your Gatsby site with Relative CI", "keywords": [ "gatsby", diff --git a/packages/gatsby-source-airtable/CHANGELOG.md b/packages/gatsby-source-airtable/CHANGELOG.md index f96d2c159..f5139d6e3 100644 --- a/packages/gatsby-source-airtable/CHANGELOG.md +++ b/packages/gatsby-source-airtable/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.3.2 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 2.3.1 ### Patch Changes diff --git a/packages/gatsby-source-airtable/package.json b/packages/gatsby-source-airtable/package.json index 2b02e01f1..49891856e 100644 --- a/packages/gatsby-source-airtable/package.json +++ b/packages/gatsby-source-airtable/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-airtable", "description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.", - "version": "2.3.1", + "version": "2.3.2", "repository": { "type": "git", "url": "https://github.com/gatsby-uc/plugins.git", diff --git a/packages/gatsby-source-packagist/CHANGELOG.md b/packages/gatsby-source-packagist/CHANGELOG.md index 8c8903cb1..eed92518c 100644 --- a/packages/gatsby-source-packagist/CHANGELOG.md +++ b/packages/gatsby-source-packagist/CHANGELOG.md @@ -1,5 +1,13 @@ # gatsby-source-packagist +## 3.1.4 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.1.3 ### Patch Changes diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index 5951af22c..42e3ea207 100644 --- a/packages/gatsby-source-packagist/package.json +++ b/packages/gatsby-source-packagist/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-packagist", - "version": "3.1.3", + "version": "3.1.4", "description": "Search the Packagist (PHP package repository) with gatsby GraphQL data schema.", "keywords": [ "gatsby", diff --git a/packages/gatsby-source-s3/CHANGELOG.md b/packages/gatsby-source-s3/CHANGELOG.md index 5c37a8222..e00b7d21c 100644 --- a/packages/gatsby-source-s3/CHANGELOG.md +++ b/packages/gatsby-source-s3/CHANGELOG.md @@ -1,5 +1,13 @@ # gatsby-source-s3 +## 3.2.4 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.2.3 ### Patch Changes diff --git a/packages/gatsby-source-s3/package.json b/packages/gatsby-source-s3/package.json index e0db170e4..af08d4b49 100644 --- a/packages/gatsby-source-s3/package.json +++ b/packages/gatsby-source-s3/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-s3", "description": "A Gatsby plugin to source objects and images from AWS S3", - "version": "3.2.3", + "version": "3.2.4", "contributors": [ "Robin Métral ", "Alex Moon " diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 14086b891..18aaa8bd1 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,13 @@ # gatsby-source-strapi +## 3.0.5 + +### Patch Changes + +- [#382](https://github.com/gatsby-uc/plugins/pull/382) [`d578b78`](https://github.com/gatsby-uc/plugins/commit/d578b7896f804716a4c2222385c19be11c27bdf4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#378](https://github.com/gatsby-uc/plugins/pull/378) [`07bbfa7`](https://github.com/gatsby-uc/plugins/commit/07bbfa7c434b8543a7d15c5f2e87ac48705aa593) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.0.4 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index 9522eeb65..1baa6ad6f 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "3.0.4", + "version": "3.0.5", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",