From ebae76a13b245ca21226c384c1619f7c6af55cfd Mon Sep 17 00:00:00 2001 From: gatsby-uc-bot <98916954+gatsby-uc-bot@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:53:35 -0500 Subject: [PATCH] Version Packages (#504) Co-authored-by: github-actions[bot] --- .changeset/two-dolls-kick.md | 10 ---------- integration-tests/source-s3/CHANGELOG.md | 7 +++++++ integration-tests/source-s3/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-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 +- 15 files changed, 50 insertions(+), 17 deletions(-) delete mode 100644 .changeset/two-dolls-kick.md diff --git a/.changeset/two-dolls-kick.md b/.changeset/two-dolls-kick.md deleted file mode 100644 index 6c02869bc..000000000 --- a/.changeset/two-dolls-kick.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"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 ---- - -fix(packages): update non-major dependency versions diff --git a/integration-tests/source-s3/CHANGELOG.md b/integration-tests/source-s3/CHANGELOG.md index edc7186c4..a7bee015e 100644 --- a/integration-tests/source-s3/CHANGELOG.md +++ b/integration-tests/source-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # source-s3 +## 1.0.19 + +### Patch Changes + +- Updated dependencies [[`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80)]: + - gatsby-source-s3@4.1.5 + ## 1.0.18 ### Patch Changes diff --git a/integration-tests/source-s3/package.json b/integration-tests/source-s3/package.json index fcf01bf9d..06148f83e 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.18", + "version": "1.0.19", "license": "MIT", "author": "Robin Métral ", "dependencies": { diff --git a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md index cb3361110..7050b0b3f 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.5 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 2.2.4 ### Patch Changes diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index fdf69c0fc..9c1311e7b 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.4", + "version": "2.2.5", "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 1f24d5f2b..b1d2e14fe 100644 --- a/packages/gatsby-plugin-pinterest/CHANGELOG.md +++ b/packages/gatsby-plugin-pinterest/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-pinterest +## 5.1.5 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 5.1.4 ### Patch Changes diff --git a/packages/gatsby-plugin-pinterest/package.json b/packages/gatsby-plugin-pinterest/package.json index 2f51fc66f..5a41490c7 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.4", + "version": "5.1.5", "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 12e24ea54..e465bae69 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.5 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 2.1.4 ### Patch Changes diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index 79da006a9..572a3e5bf 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.4", + "version": "2.1.5", "description": "Integrate your Gatsby site with Relative CI", "keywords": [ "gatsby", diff --git a/packages/gatsby-source-packagist/CHANGELOG.md b/packages/gatsby-source-packagist/CHANGELOG.md index 73073fc5b..e1c5cbe14 100644 --- a/packages/gatsby-source-packagist/CHANGELOG.md +++ b/packages/gatsby-source-packagist/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-packagist +## 3.2.5 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 3.2.4 ### Patch Changes diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index f2b261348..4a1ea8552 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.4", + "version": "3.2.5", "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 c435784a9..5c5cf551e 100644 --- a/packages/gatsby-source-s3/CHANGELOG.md +++ b/packages/gatsby-source-s3/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-s3 +## 4.1.5 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 4.1.4 ### Patch Changes diff --git a/packages/gatsby-source-s3/package.json b/packages/gatsby-source-s3/package.json index e0c407507..35126f7d5 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.4", + "version": "4.1.5", "contributors": [ "Robin Métral ", "Alex Moon ", diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index eb26fcfb6..310399805 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 5.0.2 + +### Patch Changes + +- [#503](https://github.com/gatsby-uc/plugins/pull/503) [`c0cd977`](https://github.com/gatsby-uc/plugins/commit/c0cd9774e0c8c46c5dffeeb718e46ca7274c3b80) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions + ## 5.0.1 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index 60511aa5d..8712b4f50 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "5.0.1", + "version": "5.0.2", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",