Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 29, 2019

  1. fix(gatsby-plugin-sharp): fix "Cannot set property 'multipassCount' o…

    …f undefined" error (#19131)
    pieh authored and GatsbyJS Bot committed Oct 29, 2019
    Copy the full SHA
    3766dcd View commit details
  2. Copy the full SHA
    080c5fb View commit details
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [2.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.35...gatsby-plugin-sharp@2.2.36) (2019-10-29)

### Bug Fixes

- **gatsby-plugin-sharp:** fix "Cannot set property 'multipassCount' of undefined" error ([#19131](https://github.com/gatsbyjs/gatsby/issues/19131)) ([3766dcd](https://github.com/gatsbyjs/gatsby/commit/3766dcd))

## [2.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.34...gatsby-plugin-sharp@2.2.35) (2019-10-29)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.2.35",
"version": "2.2.36",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
"progress": "^2.0.3",
"semver": "^5.7.1",
"sharp": "^0.23.2",
"svgo": "^1.3.0",
"svgo": "1.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [2.1.54](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.53...gatsby-source-contentful@2.1.54) (2019-10-29)

**Note:** Version bump only for package gatsby-source-contentful

## [2.1.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.52...gatsby-source-contentful@2.1.53) (2019-10-29)

**Note:** Version bump only for package gatsby-source-contentful
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.1.53",
"version": "2.1.54",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.2.35",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-source-filesystem": "^2.1.35",
"is-online": "^8.2.0",
"json-stringify-safe": "^5.0.1",
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [1.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.12...gatsby-theme-blog-core@1.0.13) (2019-10-29)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.11...gatsby-theme-blog-core@1.0.12) (2019-10-29)

**Note:** Version bump only for package gatsby-theme-blog-core
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.0.12",
"version": "1.0.13",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
@@ -19,7 +19,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"gatsby-plugin-mdx": "^1.0.55",
"gatsby-plugin-sharp": "^2.2.35",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-smartypants": "^2.1.14",
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [1.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.12...gatsby-theme-blog@1.1.13) (2019-10-29)

**Note:** Version bump only for package gatsby-theme-blog

## [1.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.11...gatsby-theme-blog@1.1.12) (2019-10-29)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.1.12",
"version": "1.1.13",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
@@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.12",
"gatsby-theme-blog-core": "^1.0.12",
"gatsby-theme-blog-core": "^1.0.13",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [2.1.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.39...gatsby-transformer-sqip@2.1.40) (2019-10-29)

**Note:** Version bump only for package gatsby-transformer-sqip

## [2.1.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.38...gatsby-transformer-sqip@2.1.39) (2019-10-29)

**Note:** Version bump only for package gatsby-transformer-sqip
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.1.39",
"version": "2.1.40",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
"@babel/runtime": "^7.6.3",
"bluebird": "^3.7.1",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.2.35",
"gatsby-plugin-sharp": "^2.2.36",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",