Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-image@2.2.37
 - gatsby-plugin-sharp@2.3.9
 - gatsby-source-contentful@2.1.71
 - gatsby-source-shopify@3.0.36
 - gatsby-theme-blog-core@1.0.42
 - gatsby-theme-blog@1.2.14
 - gatsby-theme-notes@1.0.36
 - gatsby-transformer-remark@2.6.43
 - gatsby-transformer-sqip@2.1.54
 - gatsby@2.18.13
  • Loading branch information
pieh committed Dec 17, 2019
1 parent f780d21 commit ce70986
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 18 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.2.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.36...gatsby-image@2.2.37) (2019-12-17)

### Bug Fixes

- **gatsby-image:** add matchMedia to fix wrong aspect ratio and dimensions in art-directed image arrays ([#19887](https://github.com/gatsbyjs/gatsby/issues/19887)) ([b3c000b](https://github.com/gatsbyjs/gatsby/commit/b3c000b))

## [2.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.34...gatsby-image@2.2.36) (2019-12-10)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.2.36",
"version": "2.2.37",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.8...gatsby-plugin-sharp@2.3.9) (2019-12-17)

### Bug Fixes

- **#19220:** added default args for generateBase64 function ([#20158](https://github.com/gatsbyjs/gatsby/issues/20158)) ([d6c2b73](https://github.com/gatsbyjs/gatsby/commit/d6c2b73)), closes [#19220](https://github.com/gatsbyjs/gatsby/issues/19220)

## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.3.7...gatsby-plugin-sharp@2.3.8) (2019-12-16)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
2 changes: 1 addition & 1 deletion 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.3.8",
"version": "2.3.9",
"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-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.71](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.70...gatsby-source-contentful@2.1.71) (2019-12-17)

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

## [2.1.70](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.69...gatsby-source-contentful@2.1.70) (2019-12-16)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
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.70",
"version": "2.1.71",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.3.8",
"gatsby-plugin-sharp": "^2.3.9",
"gatsby-source-filesystem": "^2.1.42",
"is-online": "^8.2.1",
"json-stringify-safe": "^5.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.35...gatsby-source-shopify@3.0.36) (2019-12-17)

### Features

- **gatsby-source-shopify:** Add compareAtPrice to presentment prices ([#20144](https://github.com/gatsbyjs/gatsby/issues/20144)) ([5ea9af7](https://github.com/gatsbyjs/gatsby/commit/5ea9af7))
- **gatsby-source-shopify:** add metafields to each product variant node ([#20066](https://github.com/gatsbyjs/gatsby/issues/20066)) ([5150e15](https://github.com/gatsbyjs/gatsby/commit/5150e15))

## [3.0.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.33...gatsby-source-shopify@3.0.35) (2019-12-10)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.0.35",
"version": "3.0.36",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.0.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.41...gatsby-theme-blog-core@1.0.42) (2019-12-17)

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

## [1.0.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.40...gatsby-theme-blog-core@1.0.41) (2019-12-16)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
6 changes: 3 additions & 3 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.41",
"version": "1.0.42",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"gatsby-plugin-mdx": "^1.0.62",
"gatsby-plugin-sharp": "^2.3.8",
"gatsby-plugin-sharp": "^2.3.9",
"gatsby-remark-copy-linked-files": "^2.1.33",
"gatsby-remark-images": "^3.1.38",
"gatsby-remark-smartypants": "^2.1.19",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.18.12",
"gatsby": "^2.18.13",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.13...gatsby-theme-blog@1.2.14) (2019-12-17)

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

## [1.2.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.12...gatsby-theme-blog@1.2.13) (2019-12-16)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
8 changes: 4 additions & 4 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.2.13",
"version": "1.2.14",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand All @@ -23,13 +23,13 @@
"@theme-ui/prism": "^0.2.50",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
"gatsby-image": "^2.2.36",
"gatsby-image": "^2.2.37",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-feed": "^2.3.25",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.17",
"gatsby-theme-blog-core": "^1.0.41",
"gatsby-theme-blog-core": "^1.0.42",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.18.12",
"gatsby": "^2.18.13",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.0.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.35...gatsby-theme-notes@1.0.36) (2019-12-17)

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

## [1.0.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.34...gatsby-theme-notes@1.0.35) (2019-12-15)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.0.35",
"version": "1.0.36",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.18.12",
"gatsby": "^2.18.13",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.6.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.42...gatsby-transformer-remark@2.6.43) (2019-12-17)

### Bug Fixes

- **gatsby-transformer-remark:** fix plugin conflict causing escaped HTML in headings ([#20024](https://github.com/gatsbyjs/gatsby/issues/20024)) ([1abcbb2](https://github.com/gatsbyjs/gatsby/commit/1abcbb2))

## [2.6.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.41...gatsby-transformer-remark@2.6.42) (2019-12-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "2.6.42",
"version": "2.6.43",
"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-transformer-sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.54](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.53...gatsby-transformer-sqip@2.1.54) (2019-12-17)

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

## [2.1.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.52...gatsby-transformer-sqip@2.1.53) (2019-12-16)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
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.53",
"version": "2.1.54",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.7.6",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.3.8",
"gatsby-plugin-sharp": "^2.3.9",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.18.13](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.12...gatsby@2.18.13) (2019-12-17)

### Bug Fixes

- **gatsby:** fix circular ref stack overflow checks ([#20039](https://github.com/gatsbyjs/gatsby/issues/20039)) ([f780d21](https://github.com/gatsbyjs/gatsby/commit/f780d21))

### Features

- **gatsby:** Use webpack watchOptions config for webpack-dev-middleware ([#20067](https://github.com/gatsbyjs/gatsby/issues/20067)) ([aff5540](https://github.com/gatsbyjs/gatsby/commit/aff5540))

### Performance Improvements

- **gatsby:** Eliminate generator ([#20102](https://github.com/gatsbyjs/gatsby/issues/20102)) ([c3ca41a](https://github.com/gatsbyjs/gatsby/commit/c3ca41a))

## [2.18.12](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.11...gatsby@2.18.12) (2019-12-15)

**Note:** Version bump only for package gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.18.12",
"version": "2.18.13",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit ce70986

Please sign in to comment.