From 9e69fb7c05de3a56f4fd904a030b4221b7cca277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Dec 2022 18:53:28 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-bats-laugh.md | 15 --------------- packages/gatsby-source-strapi/CHANGELOG.md | 17 +++++++++++++++++ packages/gatsby-source-strapi/package.json | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fresh-bats-laugh.md create mode 100644 packages/gatsby-source-strapi/CHANGELOG.md diff --git a/.changeset/fresh-bats-laugh.md b/.changeset/fresh-bats-laugh.md deleted file mode 100644 index 102c35a04..000000000 --- a/.changeset/fresh-bats-laugh.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"gatsby-source-strapi": major ---- - -The Strapi company has [decided](https://github.com/gatsby-uc/gatsby-source-strapi/issues/352#issuecomment-1349139258) to transfer maintenance for `gatsby-source-strapi` to the community. The [Gatsby User Collective](https://github.com/gatsby-uc/plugins) has taken upon itself the task to maintain and release this plugin from now on. - -Changes made: - -- We've merged in https://github.com/gatsby-uc/gatsby-source-strapi/pull/289 allowing contentTypes from plugins to be fetched -- We've added peerDependencies for Gatsby 5 -- The code has been altered to match GUC's prettier and linting rules - -Because of these changes, in ownership and in code, we've released this version as a major. It should not contain any breaking changes and upgrading should be possible without any issues. - -Are you dependent on this plugin? Come join us and help grow this plugin as a maintainer. diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md new file mode 100644 index 000000000..28bc7310e --- /dev/null +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -0,0 +1,17 @@ +# gatsby-source-strapi + +## 3.0.0 + +### Major Changes + +- [#331](https://github.com/gatsby-uc/plugins/pull/331) [`5eed071`](https://github.com/gatsby-uc/plugins/commit/5eed0719437c457c3ab54ee1f261d3d62cd6beae) Thanks [@laurenskling](https://github.com/laurenskling)! - The Strapi company has [decided](https://github.com/gatsby-uc/gatsby-source-strapi/issues/352#issuecomment-1349139258) to transfer maintenance for `gatsby-source-strapi` to the community. The [Gatsby User Collective](https://github.com/gatsby-uc/plugins) has taken upon itself the task to maintain and release this plugin from now on. + + Changes made: + + - We've merged in https://github.com/gatsby-uc/gatsby-source-strapi/pull/289 allowing contentTypes from plugins to be fetched + - We've added peerDependencies for Gatsby 5 + - The code has been altered to match GUC's prettier and linting rules + + Because of these changes, in ownership and in code, we've released this version as a major. It should not contain any breaking changes and upgrading should be possible without any issues. + + Are you dependent on this plugin? Come join us and help grow this plugin as a maintainer. diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index 8f9a8d164..956c6f185 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "2.0.0", + "version": "3.0.0", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",