Skip to content

Commit 7508565

Browse files
committed
1 parent 156d831 commit 7508565

File tree

14 files changed

+47
-13
lines changed

14 files changed

+47
-13
lines changed

packages/gatsby-plugin-sharp/CHANGELOG.md

+6
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+
## [2.5.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.4) (2020-04-04)
7+
8+
### Bug Fixes
9+
10+
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))
11+
612
## [2.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.3) (2020-03-24)
713

814
### Bug Fixes

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.3",
4+
"version": "2.5.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images/CHANGELOG.md

+6
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+
## [3.2.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.2) (2020-04-04)
7+
8+
### Bug Fixes
9+
10+
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))
11+
612
## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.1) (2020-03-23)
713

814
**Note:** Version bump only for package gatsby-remark-images

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2020-04-04)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.6) (2020-04-03)
711

812
### Bug Fixes

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.6",
4+
"version": "2.2.7",
55
"author": "Marcus Ericsson <[email protected]> (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.1",
21-
"gatsby-plugin-sharp": "^2.5.3",
21+
"gatsby-plugin-sharp": "^2.5.4",
2222
"gatsby-source-filesystem": "^2.2.2",
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.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.13) (2020-04-04)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.3.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.12) (2020-04-03)
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.12",
3+
"version": "1.3.13",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -20,12 +20,12 @@
2020
"@mdx-js/mdx": "^1.5.7",
2121
"gatsby-core-utils": "^1.1.1",
2222
"gatsby-plugin-mdx": "^1.1.4",
23-
"gatsby-plugin-sharp": "^2.5.3",
23+
"gatsby-plugin-sharp": "^2.5.4",
2424
"gatsby-remark-copy-linked-files": "^2.2.1",
25-
"gatsby-remark-images": "^3.2.1",
25+
"gatsby-remark-images": "^3.2.2",
2626
"gatsby-remark-smartypants": "^2.2.1",
2727
"gatsby-source-filesystem": "^2.2.2",
28-
"gatsby-transformer-sharp": "^2.4.3",
28+
"gatsby-transformer-sharp": "^2.4.4",
2929
"remark-slug": "^5.1.2"
3030
},
3131
"devDependencies": {

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.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.13) (2020-04-04)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.12) (2020-04-03)
711

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

packages/gatsby-theme-blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.4.12",
3+
"version": "1.4.13",
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.1",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.2.1",
32-
"gatsby-theme-blog-core": "^1.3.12",
32+
"gatsby-theme-blog-core": "^1.3.13",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",

packages/gatsby-transformer-sharp/CHANGELOG.md

+6
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+
## [2.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.4) (2020-04-04)
7+
8+
### Bug Fixes
9+
10+
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))
11+
612
## [2.4.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.3) (2020-03-27)
713

814
### Bug Fixes

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.3",
4+
"version": "2.4.4",
55
"author": "Kyle Mathews <[email protected]>",
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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.4) (2020-04-04)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.3) (2020-03-24)
711

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

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.3",
4+
"version": "2.2.4",
55
"author": "Benedikt Rötsch <[email protected]>",
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.3",
13+
"gatsby-plugin-sharp": "^2.5.4",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.1.3",
1616
"p-queue": "^2.4.2",

0 commit comments

Comments
 (0)