Skip to content

Commit 26638b1

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent f495352 commit 26638b1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/gatsby-source-drupal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.8.1) (2021-06-23)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.8.0) (2021-06-22)
713

814
### Features

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "4.8.0",
4+
"version": "4.8.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.1) (2021-06-23)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
# [5.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0) (2021-06-22)
711

812
### Features

packages/gatsby-source-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",

0 commit comments

Comments
 (0)