Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2022
1 parent 1d06537 commit 69dfb9a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/fresh-bats-laugh.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/gatsby-source-strapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 69dfb9a

Please sign in to comment.