From 5b4259a231a0c9ffc674375c6574bb196b97756b Mon Sep 17 00:00:00 2001 From: gatsby-uc-bot <98916954+gatsby-uc-bot@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:05:43 -0400 Subject: [PATCH] Version Packages (#446) Co-authored-by: github-actions[bot] --- .changeset/dull-items-battle.md | 5 ----- .changeset/large-ads-melt.md | 5 ----- .changeset/slimy-elephants-unite.md | 12 ------------ integration-tests/source-s3/CHANGELOG.md | 7 +++++++ 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 | 6 ++++++ packages/gatsby-plugin-fastify/package.json | 2 +- packages/gatsby-plugin-github-ribbon/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-github-ribbon/package.json | 2 +- packages/gatsby-plugin-pinterest/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ packages/gatsby-source-packagist/package.json | 2 +- packages/gatsby-source-s3/CHANGELOG.md | 6 ++++++ packages/gatsby-source-s3/package.json | 2 +- packages/gatsby-source-strapi/CHANGELOG.md | 6 ++++++ packages/gatsby-source-strapi/package.json | 2 +- 23 files changed, 71 insertions(+), 32 deletions(-) delete mode 100644 .changeset/dull-items-battle.md delete mode 100644 .changeset/large-ads-melt.md delete mode 100644 .changeset/slimy-elephants-unite.md diff --git a/.changeset/dull-items-battle.md b/.changeset/dull-items-battle.md deleted file mode 100644 index 178e20646..000000000 --- a/.changeset/dull-items-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-airtable": patch ---- - -Update documentation on API key creation diff --git a/.changeset/large-ads-melt.md b/.changeset/large-ads-melt.md deleted file mode 100644 index 7a57bccd7..000000000 --- a/.changeset/large-ads-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -chore(repo): update non-major dependency versions diff --git a/.changeset/slimy-elephants-unite.md b/.changeset/slimy-elephants-unite.md deleted file mode 100644 index b7ee79a88..000000000 --- a/.changeset/slimy-elephants-unite.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/source-s3/CHANGELOG.md b/integration-tests/source-s3/CHANGELOG.md index 855b52852..44eaca7d2 100644 --- a/integration-tests/source-s3/CHANGELOG.md +++ b/integration-tests/source-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # source-s3 +## 1.0.15 + +### Patch Changes + +- Updated dependencies [[`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21)]: + - gatsby-source-s3@4.1.1 + ## 1.0.14 ### Patch Changes diff --git a/integration-tests/source-s3/package.json b/integration-tests/source-s3/package.json index 9da25098f..a84589f81 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.14", + "version": "1.0.15", "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 63e7fafce..7dd654ca7 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.1.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.1.0 ### Minor Changes diff --git a/packages/gatsby-plugin-ackee-tracker/package.json b/packages/gatsby-plugin-ackee-tracker/package.json index 3639c67bc..98479f138 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.1.0", + "version": "4.1.1", "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 0c2223b50..c5052ef6a 100644 --- a/packages/gatsby-plugin-fastify/CHANGELOG.md +++ b/packages/gatsby-plugin-fastify/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-fastify +## 0.13.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 0.13.0 ### Minor Changes diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 12d7a0e28..317879395 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.13.0", + "version": "0.13.1", "homepage": "https://github.com/gatsby-uc/plugins/blob/main/packages/gatsby-plugin-fastify/README.md", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md index 8c5f3db1f..475cef7b8 100644 --- a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md +++ b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-github-ribbon +## 2.2.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.2.0 ### Minor Changes diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index d1223a905..130a0c1f9 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.2.0", + "version": "2.2.1", "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 918cd44ee..6a642c356 100644 --- a/packages/gatsby-plugin-pinterest/CHANGELOG.md +++ b/packages/gatsby-plugin-pinterest/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-pinterest +## 5.1.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 5.1.0 ### Minor Changes diff --git a/packages/gatsby-plugin-pinterest/package.json b/packages/gatsby-plugin-pinterest/package.json index 626ac0079..df38d6dab 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.1.0", + "version": "5.1.1", "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 73369000f..e745d165f 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.1.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.1.0 ### Minor Changes diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index 4654c3ce1..837b15c9e 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.1.0", + "version": "2.1.1", "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 4a373752d..e7e5812e7 100644 --- a/packages/gatsby-source-airtable/CHANGELOG.md +++ b/packages/gatsby-source-airtable/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.4.1 + +### Patch Changes + +- [#445](https://github.com/gatsby-uc/plugins/pull/445) [`f786b3f`](https://github.com/gatsby-uc/plugins/commit/f786b3fcf4b731e04ecb6ac4f07e956a7e01a6d9) Thanks [@jonesbp](https://github.com/jonesbp)! - Update documentation on API key creation + ## 2.4.0 ### Minor Changes diff --git a/packages/gatsby-source-airtable/package.json b/packages/gatsby-source-airtable/package.json index 68b3cabbe..e41c2409b 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.4.0", + "version": "2.4.1", "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 bde380403..eee54c32a 100644 --- a/packages/gatsby-source-packagist/CHANGELOG.md +++ b/packages/gatsby-source-packagist/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-packagist +## 3.2.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.2.0 ### Minor Changes diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index 31bb58bc9..69fa8c7cf 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.2.0", + "version": "3.2.1", "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 30744066a..30202d64c 100644 --- a/packages/gatsby-source-s3/CHANGELOG.md +++ b/packages/gatsby-source-s3/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-s3 +## 4.1.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.1.0 ### Minor Changes diff --git a/packages/gatsby-source-s3/package.json b/packages/gatsby-source-s3/package.json index 0db6c21f7..daf9ef1a1 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": "4.1.0", + "version": "4.1.1", "contributors": [ "Robin Métral ", "Alex Moon ", diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 92d5084de..d8417a1ce 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 3.3.1 + +### Patch Changes + +- [#442](https://github.com/gatsby-uc/plugins/pull/442) [`dd33f3d`](https://github.com/gatsby-uc/plugins/commit/dd33f3d91ef83c0c463e317be836c300f8427d21) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.3.0 ### Minor Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index 58bc8c496..e59493390 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.3.0", + "version": "3.3.1", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",