Skip to content

File tree

48 files changed

+160
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+160
-56
lines changed

packages/babel-preset-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+
## [0.5.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.7) (2020-08-26)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.5.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.6) (2020-08-24)
711

812
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.3.16",
25-
"gatsby-legacy-polyfills": "^0.0.2"
24+
"gatsby-core-utils": "^1.3.17",
25+
"gatsby-legacy-polyfills": "^0.0.3"
2626
},
2727
"peerDependencies": {
2828
"@babel/core": "^7.0.0",

packages/gatsby-admin/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+
## [0.1.140](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.140) (2020-08-26)
7+
8+
### Features
9+
10+
- **gatsby-admin:** plugin view ([#26195](https://github.com/gatsbyjs/gatsby/issues/26195)) ([6287c73](https://github.com/gatsbyjs/gatsby/commit/6287c73))
11+
612
## [0.1.139](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.139) (2020-08-25)
713

814
**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.139",
3+
"version": "0.1.140",
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.50",
22+
"gatsby": "^2.24.51",
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.89](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.89) (2020-08-26)
7+
8+
### Features
9+
10+
- **gatsby-cli:** log what activities prevent from transitioning to idle when stuck ([#26618](https://github.com/gatsbyjs/gatsby/issues/26618)) ([b88f193](https://github.com/gatsbyjs/gatsby/commit/b88f193))
11+
612
## [2.12.88](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.88) (2020-08-24)
713

814
### Features

packages/gatsby-cli/package.json

+4-4
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.88",
4+
"version": "2.12.89",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^1.3.16",
27-
"gatsby-recipes": "^0.2.17",
28-
"gatsby-telemetry": "^1.3.28",
26+
"gatsby-core-utils": "^1.3.17",
27+
"gatsby-recipes": "^0.2.18",
28+
"gatsby-telemetry": "^1.3.29",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

packages/gatsby-core-utils/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.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.17) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.3.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.16) (2020-08-24)
711

812
### Features

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.3.16",
3+
"version": "1.3.17",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-design-tokens/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.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.11) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-design-tokens
9+
610
## [2.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.10) (2020-07-03)
711

812
### Bug Fixes

packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-legacy-polyfills/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.0.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.3) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-legacy-polyfills
9+
610
## 0.0.2 (2020-07-09)
711

812
### Features

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-page-utils/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.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.22) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.21) (2020-08-24)
711

812
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "3.4.0",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.16",
27+
"gatsby-core-utils": "^1.3.17",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"

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

812
### Features

packages/gatsby-plugin-manifest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.24",
4+
"version": "2.4.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
11-
"gatsby-core-utils": "^1.3.16",
11+
"gatsby-core-utils": "^1.3.17",
1212
"semver": "^7.3.2",
1313
"sharp": "^0.25.1"
1414
},

packages/gatsby-plugin-mdx/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.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.36) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.35) (2020-08-24)
711

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

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.2.35",
3+
"version": "1.2.36",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
3535
"fs-extra": "^8.1.0",
36-
"gatsby-core-utils": "^1.3.16",
36+
"gatsby-core-utils": "^1.3.17",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.3",
3939
"loader-utils": "^1.4.0",

packages/gatsby-plugin-offline/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+
## [3.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.25) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.24) (2020-08-24)
711

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

packages/gatsby-plugin-offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.2.24",
4+
"version": "3.2.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.3.16",
12+
"gatsby-core-utils": "^1.3.17",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.15",

packages/gatsby-plugin-page-creator/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.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.24) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.23) (2020-08-24)
711

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

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.3.23",
3+
"version": "2.3.24",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/traverse": "^7.10.2",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-page-utils": "^0.2.21",
29+
"gatsby-page-utils": "^0.2.22",
3030
"globby": "^11.0.1",
3131
"graphql": "^14.6.0",
3232
"lodash": "^4.17.15",

packages/gatsby-plugin-preload-fonts/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.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.22) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
## [1.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.21) (2020-08-24)
711

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

packages/gatsby-plugin-preload-fonts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "1.2.21",
4+
"version": "1.2.22",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {
@@ -14,7 +14,7 @@
1414
"chalk": "^2.4.2",
1515
"date-fns": "^2.14.0",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.3.16",
17+
"gatsby-core-utils": "^1.3.17",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^3.3.0"

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.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.29) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.6.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.28) (2020-08-24)
711

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

packages/gatsby-plugin-sharp/package.json

+2-2
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.28",
4+
"version": "2.6.29",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"async": "^2.6.3",
1212
"bluebird": "^3.7.2",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-core-utils": "^1.3.16",
14+
"gatsby-core-utils": "^1.3.17",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",
1717
"imagemin-mozjpeg": "^8.0.0",

packages/gatsby-recipes/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+
## [0.2.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.18) (2020-08-26)
7+
8+
### Features
9+
10+
- **gatsby-admin:** plugin view ([#26195](https://github.com/gatsbyjs/gatsby/issues/26195)) ([6287c73](https://github.com/gatsbyjs/gatsby/commit/6287c73))
11+
612
## [0.2.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.17) (2020-08-24)
713

814
### Bug Fixes

packages/gatsby-recipes/package.json

+3-3
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.17",
4+
"version": "0.2.18",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -42,9 +42,9 @@
4242
"flatted": "^3.0.0",
4343
"formik": "^2.0.8",
4444
"fs-extra": "^8.1.0",
45-
"gatsby-core-utils": "^1.3.16",
45+
"gatsby-core-utils": "^1.3.17",
4646
"gatsby-interface": "^0.0.166",
47-
"gatsby-telemetry": "^1.3.28",
47+
"gatsby-telemetry": "^1.3.29",
4848
"glob": "^7.1.6",
4949
"graphql": "^14.6.0",
5050
"graphql-compose": "^6.3.8",

packages/gatsby-remark-images/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+
## [3.3.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.27) (2020-08-26)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
## [3.3.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.26) (2020-08-24)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)