Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Mar 10, 2020
1 parent 8f661eb commit e3518de
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 16 deletions.
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.4.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.9) (2020-03-10)

### Features

- **gatsby-transformer-sharp:** add inside and outside fit opt… ([#14852](https://github.com/gatsbyjs/gatsby/issues/14852)) ([1aa2974](https://github.com/gatsbyjs/gatsby/commit/1aa2974)), closes [#13078](https://github.com/gatsbyjs/gatsby/issues/13078) [/github.com/gatsbyjs/gatsby/pull/13078#issuecomment-482247808](https://github.com//github.com/gatsbyjs/gatsby/pull/13078/issues/issuecomment-482247808)

## [2.4.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.8) (2020-03-09)

**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.4.8",
"version": "2.4.9",
"author": "Kyle Mathews <[email protected]>",
"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.93](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.93) (2020-03-10)

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

## [2.1.92](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.92) (2020-03-09)

**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.92",
"version": "2.1.93",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.31",
"gatsby-plugin-sharp": "^2.4.8",
"gatsby-plugin-sharp": "^2.4.9",
"gatsby-source-filesystem": "^2.1.51",
"is-online": "^8.2.1",
"json-stringify-safe": "^5.0.1",
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.2.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.18) (2020-03-10)

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

## [1.2.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.17) (2020-03-09)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
8 changes: 4 additions & 4 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.2.17",
"version": "1.2.18",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -20,17 +20,17 @@
"@mdx-js/mdx": "^1.5.1",
"gatsby-core-utils": "^1.0.31",
"gatsby-plugin-mdx": "^1.0.78",
"gatsby-plugin-sharp": "^2.4.8",
"gatsby-plugin-sharp": "^2.4.9",
"gatsby-remark-copy-linked-files": "^2.1.39",
"gatsby-remark-images": "^3.1.47",
"gatsby-remark-smartypants": "^2.1.22",
"gatsby-source-filesystem": "^2.1.51",
"gatsby-transformer-sharp": "^2.3.17",
"gatsby-transformer-sharp": "^2.3.18",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.19.34",
"gatsby": "^2.19.35",
"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.3.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.19) (2020-03-10)

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

## [1.3.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.18) (2020-03-09)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 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.3.18",
"version": "1.3.19",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.20",
"gatsby-theme-blog-core": "^1.2.17",
"gatsby-theme-blog-core": "^1.2.18",
"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.19.34",
"gatsby": "^2.19.35",
"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.1.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.16) (2020-03-10)

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

## [1.1.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.15) (2020-03-09)

**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.1.15",
"version": "1.1.16",
"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.19.34",
"gatsby": "^2.19.35",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-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.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.18) (2020-03-10)

### Features

- **gatsby-transformer-sharp:** add inside and outside fit opt… ([#14852](https://github.com/gatsbyjs/gatsby/issues/14852)) ([1aa2974](https://github.com/gatsbyjs/gatsby/commit/1aa2974)), closes [#13078](https://github.com/gatsbyjs/gatsby/issues/13078) [/github.com/gatsbyjs/gatsby/pull/13078#issuecomment-482247808](https://github.com//github.com/gatsbyjs/gatsby/pull/13078/issues/issuecomment-482247808)

## [2.3.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.17) (2020-03-06)

**Note:** Version bump only for package gatsby-transformer-sharp
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "2.3.17",
"version": "2.3.18",
"author": "Kyle Mathews <[email protected]>",
"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.69](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.69) (2020-03-10)

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

## [2.1.68](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.68) (2020-03-09)

**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.68",
"version": "2.1.69",
"author": "Benedikt Rötsch <[email protected]>",
"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.4.8",
"gatsby-plugin-sharp": "^2.4.9",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.35) (2020-03-10)

### Bug Fixes

- **gatsby:** Update types for WrapPageElement\*Args ([#22120](https://github.com/gatsbyjs/gatsby/issues/22120)) ([97fa23e](https://github.com/gatsbyjs/gatsby/commit/97fa23e)), closes [#21542](https://github.com/gatsbyjs/gatsby/issues/21542)

### Performance Improvements

- **gatsby:** more efficient parent-child check through arrays ([#22126](https://github.com/gatsbyjs/gatsby/issues/22126)) ([be7111b](https://github.com/gatsbyjs/gatsby/commit/be7111b))

## [2.19.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.34) (2020-03-09)

**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.19.34",
"version": "2.19.35",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit e3518de

Please sign in to comment.