Skip to content

File tree

24 files changed

+70
-17
lines changed

24 files changed

+70
-17
lines changed

packages/gatsby-admin/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+
## [0.1.142](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.142) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.141](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.141) (2020-08-28)
711

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

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.141",
3+
"version": "0.1.142",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.52",
22+
"gatsby": "^2.24.53",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.18",
2525
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/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.12.91](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.91) (2020-08-31)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** only enable debugger when argument is given ([#26669](https://github.com/gatsbyjs/gatsby/issues/26669)) ([93fdc09](https://github.com/gatsbyjs/gatsby/commit/93fdc09))
11+
612
## [2.12.90](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.90) (2020-08-28)
713

814
**Note:** Version bump only for package gatsby-cli

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.90",
4+
"version": "2.12.91",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.18",
27-
"gatsby-recipes": "^0.2.19",
27+
"gatsby-recipes": "^0.2.20",
2828
"gatsby-telemetry": "^1.3.30",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",

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.4.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.27) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.4.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.26) (2020-08-28)
711

812
**Note:** Version bump only for package gatsby-plugin-manifest

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.4.26",
4+
"version": "2.4.27",
55
"author": "Kyle Mathews <[email protected]>",
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.6.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.31) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.6.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.30) (2020-08-28)
711

812
**Note:** Version bump only for package gatsby-plugin-sharp

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

packages/gatsby-recipes/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+
## [0.2.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.20) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.19) (2020-08-28)
711

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

packages/gatsby-recipes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.19",
4+
"version": "0.2.20",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-copy-linked-files/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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-remark-copy-linked-files
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-07-28)
711

812
### Bug Fixes

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-copy-linked-files",
33
"description": "Find files which are linked to from markdown and copy them to the public directory",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "Kyle Mathews <[email protected]>",
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.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-remark-images-contentful
9+
610
## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-08-12)
711

812
### Bug Fixes

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.3.14",
3+
"version": "2.3.15",
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.3.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.41) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.40) (2020-08-28)
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.3.40",
4+
"version": "2.3.41",
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.3.18",
21-
"gatsby-plugin-sharp": "^2.6.30",
21+
"gatsby-plugin-sharp": "^2.6.31",
2222
"gatsby-source-filesystem": "^2.3.27",
2323
"is-online": "^8.4.0",
2424
"json-stringify-safe": "^5.0.1",

packages/gatsby-transformer-remark/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.8.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.32) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-transformer-remark
9+
610
## [2.8.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.31) (2020-08-28)
711

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

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.8.31",
4+
"version": "2.8.32",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.5.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.14) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sharp
9+
610
## [2.5.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.13) (2020-08-11)
711

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

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.5.13",
4+
"version": "2.5.14",
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.3.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.31) (2020-08-31)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.3.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.30) (2020-08-28)
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.3.30",
4+
"version": "2.3.31",
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.10.3",
1111
"bluebird": "^3.7.2",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-plugin-sharp": "^2.6.30",
13+
"gatsby-plugin-sharp": "^2.6.31",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.2.3",
1616
"p-queue": "^2.4.2",

packages/gatsby/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.24.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.53) (2020-08-31)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** only enable debugger when argument is given ([#26669](https://github.com/gatsbyjs/gatsby/issues/26669)) ([93fdc09](https://github.com/gatsbyjs/gatsby/commit/93fdc09))
11+
- **gatsby:** properly unlock processes onExit ([#26670](https://github.com/gatsbyjs/gatsby/issues/26670)) ([c2aeded](https://github.com/gatsbyjs/gatsby/commit/c2aeded))
12+
613
## [2.24.52](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.52) (2020-08-28)
714

815
### Bug Fixes

packages/gatsby/package.json

+2-2
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.24.52",
4+
"version": "2.24.53",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -73,7 +73,7 @@
7373
"find-cache-dir": "^3.3.1",
7474
"fs-exists-cached": "1.0.0",
7575
"fs-extra": "^8.1.0",
76-
"gatsby-cli": "^2.12.90",
76+
"gatsby-cli": "^2.12.91",
7777
"gatsby-core-utils": "^1.3.18",
7878
"gatsby-graphiql-explorer": "^0.4.13",
7979
"gatsby-legacy-polyfills": "^0.0.4",

0 commit comments

Comments
 (0)