Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-source-drupal@4.8.1
 - gatsby-source-shopify@5.0.1
  • Loading branch information
vladar committed Jun 23, 2021
1 parent f495352 commit 26638b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 .",
Expand Down

0 comments on commit 26638b1

Please sign in to comment.