Skip to content

Commit 56023e8

Browse files
committedMar 20, 2020
chore(release): Publish
- gatsby-plugin-manifest@2.3.1 - gatsby-plugin-sharp@2.5.1 - gatsby-remark-images-contentful@2.2.1 - gatsby-source-contentful@2.2.2 - gatsby-theme-blog-core@1.3.2 - gatsby-theme-blog@1.4.2 - gatsby-theme-notes@1.2.2 - gatsby-transformer-sharp@2.4.1 - gatsby-transformer-sqip@2.2.1 - gatsby@2.20.2
1 parent 79e6bbe commit 56023e8

File tree

20 files changed

+58
-18
lines changed

20 files changed

+58
-18
lines changed
 

‎packages/gatsby-plugin-manifest/CHANGELOG.md

+4
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+
## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.3.0...gatsby-plugin-manifest@2.3.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
# [2.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.48...gatsby-plugin-manifest@2.3.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-sharp/CHANGELOG.md

+4
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+
## [2.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.0...gatsby-plugin-sharp@2.5.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.13...gatsby-plugin-sharp@2.5.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-remark-images-contentful/CHANGELOG.md

+4
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+
## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.2.0...gatsby-remark-images-contentful@2.2.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-remark-images-contentful
9+
610
# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.35...gatsby-remark-images-contentful@2.2.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

‎packages/gatsby-source-contentful/CHANGELOG.md

+4
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+
## [2.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.2.1...gatsby-source-contentful@2.2.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.2.0...gatsby-source-contentful@2.2.1) (2020-03-20)
711

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

‎packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"deep-map": "^1.5.0",
1919
"fs-extra": "^8.1.0",
2020
"gatsby-core-utils": "^1.1.0",
21-
"gatsby-plugin-sharp": "^2.5.0",
21+
"gatsby-plugin-sharp": "^2.5.1",
2222
"gatsby-source-filesystem": "^2.2.1",
2323
"is-online": "^8.2.1",
2424
"json-stringify-safe": "^5.0.1",

‎packages/gatsby-theme-blog-core/CHANGELOG.md

+4
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+
## [1.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.1...gatsby-theme-blog-core@1.3.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.0...gatsby-theme-blog-core@1.3.1) (2020-03-20)
711

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

‎packages/gatsby-theme-blog-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"main": "index.js",
55
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
66
"license": "MIT",
@@ -20,17 +20,17 @@
2020
"@mdx-js/mdx": "^1.5.7",
2121
"gatsby-core-utils": "^1.1.0",
2222
"gatsby-plugin-mdx": "^1.1.0",
23-
"gatsby-plugin-sharp": "^2.5.0",
23+
"gatsby-plugin-sharp": "^2.5.1",
2424
"gatsby-remark-copy-linked-files": "^2.2.0",
2525
"gatsby-remark-images": "^3.2.0",
2626
"gatsby-remark-smartypants": "^2.2.0",
2727
"gatsby-source-filesystem": "^2.2.1",
28-
"gatsby-transformer-sharp": "^2.4.0",
28+
"gatsby-transformer-sharp": "^2.4.1",
2929
"remark-slug": "^5.1.2"
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.5.7",
33-
"gatsby": "^2.20.1",
33+
"gatsby": "^2.20.2",
3434
"prettier": "^1.19.1",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

‎packages/gatsby-theme-blog/CHANGELOG.md

+4
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+
## [1.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.1...gatsby-theme-blog@1.4.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.0...gatsby-theme-blog@1.4.1) (2020-03-20)
711

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

‎packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.2.0",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.2.0",
32-
"gatsby-theme-blog-core": "^1.3.1",
32+
"gatsby-theme-blog-core": "^1.3.2",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.20.1",
42+
"gatsby": "^2.20.2",
4343
"prettier": "^1.19.1",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

‎packages/gatsby-theme-notes/CHANGELOG.md

+4
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+
## [1.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.1...gatsby-theme-notes@1.2.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.0...gatsby-theme-notes@1.2.1) (2020-03-20)
711

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

‎packages/gatsby-theme-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.20.1",
23+
"gatsby": "^2.20.2",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},

‎packages/gatsby-transformer-sharp/CHANGELOG.md

+4
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+
## [2.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.4.0...gatsby-transformer-sharp@2.4.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sharp
9+
610
# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.3.19...gatsby-transformer-sharp@2.4.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-transformer-sqip/CHANGELOG.md

+4
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+
## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.2.0...gatsby-transformer-sqip@2.2.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.73...gatsby-transformer-sqip@2.2.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.8.7",
1111
"bluebird": "^3.7.2",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-plugin-sharp": "^2.5.0",
13+
"gatsby-plugin-sharp": "^2.5.1",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.1.3",
1616
"p-queue": "^2.4.2",

‎packages/gatsby/CHANGELOG.md

+4
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+
## [2.20.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.1...gatsby@2.20.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.20.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.0...gatsby@2.20.1) (2020-03-20)
711

812
**Note:** Version bump only for package gatsby

‎packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.20.1",
4+
"version": "2.20.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)
Please sign in to comment.