diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 15bc03721e005..4b441b5dd5c5c 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.8.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0...gatsby-source-drupal@4.8.1) (2021-06-23) + +### Bug Fixes + +- **gatsby-source-drupal:** Comment out http2-wrapper ([#32045](https://github.com/gatsbyjs/gatsby/issues/32045)) ([#32053](https://github.com/gatsbyjs/gatsby/issues/32053)) ([f495352](https://github.com/gatsbyjs/gatsby/commit/f4953521a8fcba420416da9090d473eb8889d0dd)) + # [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.2...gatsby-source-drupal@4.8.0) (2021-06-22) ### Features diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 9f5fe66775c38..da930b14a15f1 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "4.8.0", + "version": "4.8.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 44f5b1f867f32..55ed0fb202988 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.0.0...gatsby-source-shopify@5.0.1) (2021-06-23) + +**Note:** Version bump only for package gatsby-source-shopify + # [5.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.0.0-next.0...gatsby-source-shopify@5.0.0) (2021-06-22) ### Features diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 12c8f2699b93b..f8fd03c11297f 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.0.0", + "version": "5.0.1", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .",