From 473b51086a44069f0ed49e8e779d652536cc82b1 Mon Sep 17 00:00:00 2001 From: gatsby-uc-bot <98916954+gatsby-uc-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:07:27 -0400 Subject: [PATCH] Version Packages (#482) Co-authored-by: github-actions[bot] --- .changeset/beige-bottles-think.md | 5 ----- .changeset/bright-buckets-matter.md | 12 ------------ .changeset/cyan-donuts-bake.md | 5 ----- .changeset/flat-colts-knock.md | 12 ------------ .changeset/grumpy-rings-wave.md | 6 ------ .changeset/lovely-wombats-relax.md | 8 -------- .changeset/tame-ladybugs-run.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 +- .../gatsby-plugin-ackee-tracker/CHANGELOG.md | 8 ++++++++ .../gatsby-plugin-ackee-tracker/package.json | 2 +- packages/gatsby-plugin-fastify/CHANGELOG.md | 18 +++++++++++++++--- packages/gatsby-plugin-fastify/package.json | 2 +- .../gatsby-plugin-github-ribbon/CHANGELOG.md | 10 ++++++++++ .../gatsby-plugin-github-ribbon/package.json | 2 +- packages/gatsby-plugin-pinterest/CHANGELOG.md | 12 ++++++++++++ packages/gatsby-plugin-pinterest/package.json | 2 +- .../gatsby-plugin-relative-ci/CHANGELOG.md | 10 ++++++++++ .../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 | 12 ++++++++++++ packages/gatsby-source-packagist/package.json | 2 +- packages/gatsby-source-s3/CHANGELOG.md | 12 ++++++++++++ packages/gatsby-source-s3/package.json | 2 +- packages/gatsby-source-strapi/CHANGELOG.md | 12 ++++++++++++ packages/gatsby-source-strapi/package.json | 2 +- 29 files changed, 126 insertions(+), 74 deletions(-) delete mode 100644 .changeset/beige-bottles-think.md delete mode 100644 .changeset/bright-buckets-matter.md delete mode 100644 .changeset/cyan-donuts-bake.md delete mode 100644 .changeset/flat-colts-knock.md delete mode 100644 .changeset/grumpy-rings-wave.md delete mode 100644 .changeset/lovely-wombats-relax.md delete mode 100644 .changeset/tame-ladybugs-run.md diff --git a/.changeset/beige-bottles-think.md b/.changeset/beige-bottles-think.md deleted file mode 100644 index 6b22bd118..000000000 --- a/.changeset/beige-bottles-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-s3": patch ---- - -fix(packages): update non-major dependency versions to ^3.669.0 diff --git a/.changeset/bright-buckets-matter.md b/.changeset/bright-buckets-matter.md deleted file mode 100644 index 1cfcb750b..000000000 --- a/.changeset/bright-buckets-matter.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"gatsby-plugin-fastify": patch -"gatsby-plugin-github-ribbon": patch -"gatsby-plugin-pinterest": patch -"gatsby-plugin-relative-ci": 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/cyan-donuts-bake.md b/.changeset/cyan-donuts-bake.md deleted file mode 100644 index 5a31181c5..000000000 --- a/.changeset/cyan-donuts-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-fastify": patch ---- - -chore(packages): update dependency @types/jest to ^29.5.13 diff --git a/.changeset/flat-colts-knock.md b/.changeset/flat-colts-knock.md deleted file mode 100644 index e7de2dacf..000000000 --- a/.changeset/flat-colts-knock.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 to v7.25.8 diff --git a/.changeset/grumpy-rings-wave.md b/.changeset/grumpy-rings-wave.md deleted file mode 100644 index 246375871..000000000 --- a/.changeset/grumpy-rings-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"test-plugin-fastify": patch -"source-s3": patch ---- - -chore(integration-tests): update integration tests diff --git a/.changeset/lovely-wombats-relax.md b/.changeset/lovely-wombats-relax.md deleted file mode 100644 index 857b49e8a..000000000 --- a/.changeset/lovely-wombats-relax.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"gatsby-plugin-pinterest": patch -"gatsby-source-packagist": patch -"gatsby-plugin-fastify": patch -"gatsby-source-strapi": patch ---- - -Refactor code for updated linting rules diff --git a/.changeset/tame-ladybugs-run.md b/.changeset/tame-ladybugs-run.md deleted file mode 100644 index b7ee79a88..000000000 --- a/.changeset/tame-ladybugs-run.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 232ea161a..5d3deb29e 100644 --- a/integration-tests/plugin-fastify/CHANGELOG.md +++ b/integration-tests/plugin-fastify/CHANGELOG.md @@ -1,5 +1,14 @@ # test-fastify-gatsby +## 1.0.19 + +### Patch Changes + +- [#467](https://github.com/gatsby-uc/plugins/pull/467) [`e7f1d20`](https://github.com/gatsby-uc/plugins/commit/e7f1d20bb7c91e6b5890c1c7655fcc77afbd39f8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests + +- Updated dependencies [[`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5), [`3ff08a8`](https://github.com/gatsby-uc/plugins/commit/3ff08a8bcd712a9728a009e42e48a092251a1b01), [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307), [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f), [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82)]: + - gatsby-plugin-fastify@0.13.4 + ## 1.0.18 ### Patch Changes diff --git a/integration-tests/plugin-fastify/package.json b/integration-tests/plugin-fastify/package.json index 678f6696a..e7dad120d 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.18", + "version": "1.0.19", "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 73fb67efe..edc7186c4 100644 --- a/integration-tests/source-s3/CHANGELOG.md +++ b/integration-tests/source-s3/CHANGELOG.md @@ -1,5 +1,14 @@ # source-s3 +## 1.0.18 + +### Patch Changes + +- [#467](https://github.com/gatsby-uc/plugins/pull/467) [`e7f1d20`](https://github.com/gatsby-uc/plugins/commit/e7f1d20bb7c91e6b5890c1c7655fcc77afbd39f8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests + +- Updated dependencies [[`25b0c04`](https://github.com/gatsby-uc/plugins/commit/25b0c04473de2e31894725c97fd70767742e8905), [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5), [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307), [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82)]: + - gatsby-source-s3@4.1.4 + ## 1.0.17 ### Patch Changes diff --git a/integration-tests/source-s3/package.json b/integration-tests/source-s3/package.json index 0edf9abb3..cf3275e5a 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.17", + "version": "1.0.18", "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 ea60696f2..b58d80389 100644 --- a/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md +++ b/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md @@ -1,5 +1,13 @@ # gatsby-plugin-ackee-tracker +## 4.1.4 + +### Patch Changes + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.1.3 ### Patch Changes diff --git a/packages/gatsby-plugin-ackee-tracker/package.json b/packages/gatsby-plugin-ackee-tracker/package.json index 44cbb4a39..6fd32a279 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.3", + "version": "4.1.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 9a58922af..7f99d926c 100644 --- a/packages/gatsby-plugin-fastify/CHANGELOG.md +++ b/packages/gatsby-plugin-fastify/CHANGELOG.md @@ -1,5 +1,19 @@ # gatsby-plugin-fastify +## 0.13.4 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#471](https://github.com/gatsby-uc/plugins/pull/471) [`3ff08a8`](https://github.com/gatsby-uc/plugins/commit/3ff08a8bcd712a9728a009e42e48a092251a1b01) Thanks [@renovate](https://github.com/apps/renovate)! - chore(packages): update dependency @types/jest to ^29.5.13 + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 0.13.3 ### Patch Changes @@ -114,9 +128,7 @@ } : undefined, }, - disableRequestLogging: ["trace", "debug"].includes(logLevel) - ? false - : true, + disableRequestLogging: ["trace", "debug"].includes(logLevel) ? false : true, }, }, }, diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index dc89ca5e1..2834e5b10 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.3", + "version": "0.13.4", "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 a6e192424..cb3361110 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.2.4 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.2.3 ### Patch Changes diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index 6148ed726..415a85c99 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.3", + "version": "2.2.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 ee89947bc..1f24d5f2b 100644 --- a/packages/gatsby-plugin-pinterest/CHANGELOG.md +++ b/packages/gatsby-plugin-pinterest/CHANGELOG.md @@ -1,5 +1,17 @@ # gatsby-plugin-pinterest +## 5.1.4 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 5.1.3 ### Patch Changes diff --git a/packages/gatsby-plugin-pinterest/package.json b/packages/gatsby-plugin-pinterest/package.json index 2d086c4d8..0fe9e416b 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.3", + "version": "5.1.4", "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 f4d22792a..12e24ea54 100644 --- a/packages/gatsby-plugin-relative-ci/CHANGELOG.md +++ b/packages/gatsby-plugin-relative-ci/CHANGELOG.md @@ -1,5 +1,15 @@ # gatsby-plugin-relative-ci +## 2.1.4 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 2.1.3 ### Patch Changes diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index 04c0c0f9f..756dd8790 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.3", + "version": "2.1.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 73bd75892..413854f77 100644 --- a/packages/gatsby-source-airtable/CHANGELOG.md +++ b/packages/gatsby-source-airtable/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.4.3 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 2.4.2 ### Patch Changes diff --git a/packages/gatsby-source-airtable/package.json b/packages/gatsby-source-airtable/package.json index fd4cda425..2401bbb86 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.2", + "version": "2.4.3", "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 b6f06d8b0..73073fc5b 100644 --- a/packages/gatsby-source-packagist/CHANGELOG.md +++ b/packages/gatsby-source-packagist/CHANGELOG.md @@ -1,5 +1,17 @@ # gatsby-source-packagist +## 3.2.4 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 3.2.3 ### Patch Changes diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index f8f6193b1..f937681b9 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.3", + "version": "3.2.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 d0c841a50..c435784a9 100644 --- a/packages/gatsby-source-s3/CHANGELOG.md +++ b/packages/gatsby-source-s3/CHANGELOG.md @@ -1,5 +1,17 @@ # gatsby-source-s3 +## 4.1.4 + +### Patch Changes + +- [#485](https://github.com/gatsby-uc/plugins/pull/485) [`25b0c04`](https://github.com/gatsby-uc/plugins/commit/25b0c04473de2e31894725c97fd70767742e8905) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions to ^3.669.0 + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.1.3 ### Patch Changes diff --git a/packages/gatsby-source-s3/package.json b/packages/gatsby-source-s3/package.json index 610c73a2c..62643e10d 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.3", + "version": "4.1.4", "contributors": [ "Robin Métral ", "Alex Moon ", diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 42604cdfd..5180b8d5f 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,17 @@ # gatsby-source-strapi +## 4.0.1 + +### Patch Changes + +- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + +- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8 + +- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules + +- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling + ## 4.0.0 ### Major Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index a119bd0a3..68bcdcb84 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "4.0.0", + "version": "4.0.1", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",