diff --git a/.changeset/bright-falcons-speak.md b/.changeset/bright-falcons-speak.md deleted file mode 100644 index 4e900a8f7..000000000 --- a/.changeset/bright-falcons-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-github-ribbon": patch ---- - -chore(gatsby-plugin-github-ribbon): update non-major package updates diff --git a/.changeset/fuzzy-suns-search.md b/.changeset/fuzzy-suns-search.md deleted file mode 100644 index 412358762..000000000 --- a/.changeset/fuzzy-suns-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"gatsby-plugin-fastify": patch ---- - -chore(gatsby-plugin-fastify): update non-major updates -Updated patch/minor updates in dependencies diff --git a/.changeset/hungry-balloons-tell.md b/.changeset/hungry-balloons-tell.md deleted file mode 100644 index 685a04bd0..000000000 --- a/.changeset/hungry-balloons-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-github-ribbon": patch ---- - -chore(gatsby-plugin-github-ribbon): update react monorepo to v17 (major) diff --git a/.changeset/mean-knives-kneel.md b/.changeset/mean-knives-kneel.md deleted file mode 100644 index bd1651d86..000000000 --- a/.changeset/mean-knives-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-ackee-tracker": patch ---- - -fix(gatsby-plugin-ackee-tracker): update non-major package updates diff --git a/.changeset/silent-crews-give.md b/.changeset/silent-crews-give.md deleted file mode 100644 index cfb288e86..000000000 --- a/.changeset/silent-crews-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-github-ribbon": patch ---- - -chore(gatsby-plugin-github-ribbon): update non-major dependencies diff --git a/.changeset/strange-starfishes-doubt.md b/.changeset/strange-starfishes-doubt.md deleted file mode 100644 index f48749a14..000000000 --- a/.changeset/strange-starfishes-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-relative-ci": patch ---- - -chore(gatsby-plugin-relative-ci): update non-major package updates diff --git a/.changeset/tender-needles-smile.md b/.changeset/tender-needles-smile.md deleted file mode 100644 index c4bae75f1..000000000 --- a/.changeset/tender-needles-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-relative-ci": minor ---- - -bump realative-ci major version and add gatsby v4 for as peer dependency diff --git a/.changeset/tiny-lies-dance.md b/.changeset/tiny-lies-dance.md deleted file mode 100644 index fd31f4795..000000000 --- a/.changeset/tiny-lies-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-packagist": patch ---- - -chore(gatsby-source-packagist): update non-major package updates diff --git a/.changeset/yellow-dogs-drop.md b/.changeset/yellow-dogs-drop.md deleted file mode 100644 index 117a9e7bf..000000000 --- a/.changeset/yellow-dogs-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-plugin-github-ribbon": patch ---- - -chore(gatsby-plugin-github-ribbon): update jest monorepo to v27 (major) diff --git a/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md b/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md index 1a1276858..b0bae0c56 100644 --- a/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md +++ b/packages/gatsby-plugin-ackee-tracker/CHANGELOG.md @@ -1,8 +1,13 @@ # gatsby-plugin-ackee-tracker -## 3.0.1 +## 3.0.2 + ### Patch Changes +- [#66](https://github.com/gatsby-uc/plugins/pull/66) [`6ce0c22`](https://github.com/gatsby-uc/plugins/commit/6ce0c221517f096601be477375dd5f5999456126) Thanks [@renovate](https://github.com/apps/renovate)! - fix(gatsby-plugin-ackee-tracker): update non-major package updates +## 3.0.1 + +### Patch Changes - [#55](https://github.com/gatsby-uc/plugins/pull/55) [`10aabf9`](https://github.com/gatsby-uc/plugins/commit/10aabf92fe3169236fe5836b825182220490459a) Thanks [@moonmeister](https://github.com/moonmeister)! - add: gatsby-plugin-ackee-tracker - Plugin added to the repo. Minor code changes(import/export styles) and build step added. diff --git a/packages/gatsby-plugin-ackee-tracker/package.json b/packages/gatsby-plugin-ackee-tracker/package.json index 031e86924..419e88ed3 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": "3.0.1", + "version": "3.0.2", "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 new file mode 100644 index 000000000..80ae3cf48 --- /dev/null +++ b/packages/gatsby-plugin-fastify/CHANGELOG.md @@ -0,0 +1,9 @@ +# gatsby-plugin-fastify + +## 0.4.1 +### Patch Changes + + + +- [#62](https://github.com/gatsby-uc/plugins/pull/62) [`79a49d6`](https://github.com/gatsby-uc/plugins/commit/79a49d63ef6fbb9ad997545e9e692f16b9e04ec3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-fastify): update non-major updates + Updated patch/minor updates in dependencies diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index fb560219c..027536844 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.4.0", + "version": "0.4.1", "main": "index.js", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-fastify/test-site/CHANGELOG.md b/packages/gatsby-plugin-fastify/test-site/CHANGELOG.md new file mode 100644 index 000000000..290b61741 --- /dev/null +++ b/packages/gatsby-plugin-fastify/test-site/CHANGELOG.md @@ -0,0 +1,7 @@ +# test-fastify-gatsby + +## 1.0.1 +### Patch Changes + +- Updated dependencies [[`79a49d6`](https://github.com/gatsby-uc/plugins/commit/79a49d63ef6fbb9ad997545e9e692f16b9e04ec3)]: + - gatsby-plugin-fastify@0.4.1 diff --git a/packages/gatsby-plugin-fastify/test-site/package.json b/packages/gatsby-plugin-fastify/test-site/package.json index 1afd40164..f53797820 100644 --- a/packages/gatsby-plugin-fastify/test-site/package.json +++ b/packages/gatsby-plugin-fastify/test-site/package.json @@ -1,6 +1,6 @@ { "name": "test-fastify-gatsby", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Gatsby test site for gatsby-plugin-fastify", "author": "Alex Moon", diff --git a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md index 122035ded..949a732fc 100644 --- a/packages/gatsby-plugin-github-ribbon/CHANGELOG.md +++ b/packages/gatsby-plugin-github-ribbon/CHANGELOG.md @@ -1,8 +1,19 @@ # gatsby-plugin-github-ribbon -## 1.2.1 +## 1.2.2 + ### Patch Changes +- [#63](https://github.com/gatsby-uc/plugins/pull/63) [`a385714`](https://github.com/gatsby-uc/plugins/commit/a385714d1f4816077d636c1f795afed8dc4f0a51) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update non-major package updates + +* [#73](https://github.com/gatsby-uc/plugins/pull/73) [`65010d8`](https://github.com/gatsby-uc/plugins/commit/65010d86a1e3076f0da137ce0af8617f94ad6ddf) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update react monorepo to v17 (major) + +- [#63](https://github.com/gatsby-uc/plugins/pull/63) [`a385714`](https://github.com/gatsby-uc/plugins/commit/a385714d1f4816077d636c1f795afed8dc4f0a51) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update non-major dependencies +* [#75](https://github.com/gatsby-uc/plugins/pull/75) [`3191952`](https://github.com/gatsby-uc/plugins/commit/3191952d052264fb30dcbc3322e50576ce8745c9) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update jest monorepo to v27 (major) + +## 1.2.1 + +### Patch Changes - [#43](https://github.com/gatsby-uc/plugins/pull/43) [`cecb4d0`](https://github.com/gatsby-uc/plugins/commit/cecb4d033b20c55396c4458fd778935e347cf975) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-github-ribbon): update non-major updates diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index dbcd4a492..f7ecb5da9 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": "1.2.1", + "version": "1.2.2", "description": "Add the \"Fork me on Github\" ribbon to your Gatsby Site.", "main": "index.js", "author": "Alex Moon", diff --git a/packages/gatsby-plugin-relative-ci/CHANGELOG.md b/packages/gatsby-plugin-relative-ci/CHANGELOG.md index fc407bf39..41b4b9f60 100644 --- a/packages/gatsby-plugin-relative-ci/CHANGELOG.md +++ b/packages/gatsby-plugin-relative-ci/CHANGELOG.md @@ -1,8 +1,17 @@ # gatsby-plugin-relative-ci -## 1.1.0 +## 1.2.0 + ### Minor Changes +- [#76](https://github.com/gatsby-uc/plugins/pull/76) [`73b584b`](https://github.com/gatsby-uc/plugins/commit/73b584b70667f1e524d8d18165f54377440a1858) Thanks [@renovate](https://github.com/apps/renovate)! - bump realative-ci major version and add gatsby v4 for as peer dependency + +### Patch Changes + +- [#64](https://github.com/gatsby-uc/plugins/pull/64) [`00c4254`](https://github.com/gatsby-uc/plugins/commit/00c425478ffef9362c31f75fd4d04f5aea39627b) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-plugin-relative-ci): update non-major package updates +## 1.1.0 + +### Minor Changes - [`a073611`](https://github.com/gatsby-uc/plugins/commit/a073611ed13decb46a278de1c6444931209fd9e1) Thanks [@moonmeister](https://github.com/moonmeister)! - Bumped dependencies. diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index d87d84a82..0b66edc4b 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": "1.1.0", + "version": "1.2.0", "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 5cae94029..c8817e47a 100644 --- a/packages/gatsby-source-packagist/CHANGELOG.md +++ b/packages/gatsby-source-packagist/CHANGELOG.md @@ -1,8 +1,13 @@ # gatsby-source-packagist -## 1.1.0 -### Minor Changes +## 1.1.1 + +### Patch Changes +- [#65](https://github.com/gatsby-uc/plugins/pull/65) [`e00e2c4`](https://github.com/gatsby-uc/plugins/commit/e00e2c48043af021d64a89c0b1d5127dbc62d9ac) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-source-packagist): update non-major package updates +## 1.1.0 + +### Minor Changes - [#45](https://github.com/gatsby-uc/plugins/pull/45) [`5ef8b57`](https://github.com/gatsby-uc/plugins/commit/5ef8b57882971df3ae44d01d051fb90df279e33a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(gatsby-source-packagist): update non-major updates diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index f48ad0601..4ca8e9612 100644 --- a/packages/gatsby-source-packagist/package.json +++ b/packages/gatsby-source-packagist/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-packagist", - "version": "1.1.0", + "version": "1.1.1", "description": "Search the Packagist(PHP package repository) with gatsby GraphQL data schema.", "keywords": [ "gatsby",