Skip to content

File tree

52 files changed

+178
-70
lines changed

Some content is hidden

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

52 files changed

+178
-70
lines changed

Diff for: 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.4.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.5) (2020-05-20)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.4) (2020-05-19)
711

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

Diff for: packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
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.0"
24+
"gatsby-core-utils": "^1.3.1"
2525
},
2626
"peerDependencies": {
2727
"@babel/core": "^7.0.0"

Diff for: 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.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.43) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.42) (2020-05-20)
711

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

Diff for: packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
77
"private": true,
88
"dependencies": {
99
"@typescript-eslint/eslint-plugin": "^2.28.0",
1010
"@typescript-eslint/parser": "^2.28.0",
11-
"gatsby": "^2.22.1",
11+
"gatsby": "^2.22.2",
1212
"gatsby-plugin-typescript": "^2.4.2",
1313
"gatsby-source-graphql": "^2.5.1",
1414
"react": "^16.12.0",

Diff for: packages/gatsby-cli/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.12.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.28) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.27) (2020-05-20)
711

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

Diff for: 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.27",
4+
"version": "2.12.28",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -25,9 +25,9 @@
2525
"execa": "^3.4.0",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
28-
"gatsby-core-utils": "^1.3.0",
29-
"gatsby-recipes": "^0.1.22",
30-
"gatsby-telemetry": "^1.3.6",
28+
"gatsby-core-utils": "^1.3.1",
29+
"gatsby-recipes": "^0.1.23",
30+
"gatsby-telemetry": "^1.3.7",
3131
"hosted-git-info": "^3.0.4",
3232
"is-valid-path": "^0.1.1",
3333
"lodash": "^4.17.15",

Diff for: packages/gatsby-core-utils/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+
## [1.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.1) (2020-05-20)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-core-utils:** create lock per service, rather than per site ([#24252](https://github.com/gatsbyjs/gatsby/issues/24252)) ([718deb3](https://github.com/gatsbyjs/gatsby/commit/718deb3))
11+
612
# [1.3.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0) (2020-05-19)
713

814
### Features

Diff for: 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.0",
3+
"version": "1.3.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

Diff for: 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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.5) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.4) (2020-05-19)
711

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

Diff for: 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.4",
3+
"version": "0.2.5",
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.0",
27+
"gatsby-core-utils": "^1.3.1",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"

Diff for: 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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.7) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.6) (2020-05-19)
711

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

Diff for: 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.6",
4+
"version": "2.4.7",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.9.6",
11-
"gatsby-core-utils": "^1.3.0",
11+
"gatsby-core-utils": "^1.3.1",
1212
"semver": "^5.7.1",
1313
"sharp": "^0.25.1"
1414
},

Diff for: 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.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.10) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.9) (2020-05-19)
711

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

Diff for: 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.9",
3+
"version": "1.2.10",
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.0",
36+
"gatsby-core-utils": "^1.3.1",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.3",
3939
"loader-utils": "^1.4.0",

Diff for: 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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.5) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.4) (2020-05-19)
711

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

Diff for: 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.4",
4+
"version": "3.2.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.9.6",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.3.0",
12+
"gatsby-core-utils": "^1.3.1",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.15",

Diff for: 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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.4) (2020-05-19)
711

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

Diff for: 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.4",
3+
"version": "2.3.5",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "^7.9.6",
2828
"bluebird": "^3.7.2",
2929
"fs-exists-cached": "^1.0.0",
30-
"gatsby-page-utils": "^0.2.4",
30+
"gatsby-page-utils": "^0.2.5",
3131
"glob": "^7.1.6",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"

Diff for: 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.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.6) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
## [1.2.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.5) (2020-05-19)
711

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

Diff for: 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.5",
4+
"version": "1.2.6",
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.0",
17+
"gatsby-core-utils": "^1.3.1",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^1.20.0"

Diff for: 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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.7) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.6.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.6) (2020-05-19)
711

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

Diff for: 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.6",
4+
"version": "2.6.7",
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.0",
14+
"gatsby-core-utils": "^1.3.1",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",
1717
"imagemin-mozjpeg": "^8.0.0",

Diff for: 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.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.23) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.22) (2020-05-19)
711

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

Diff for: packages/gatsby-recipes/package.json

+4-4
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.1.22",
4+
"version": "0.1.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,16 +24,16 @@
2424
"babel-plugin-add-module-exports": "^0.3.3",
2525
"babel-plugin-dynamic-import-node": "^2.3.3",
2626
"babel-plugin-remove-graphql-queries": "^2.9.1",
27-
"babel-preset-gatsby": "^0.4.4",
27+
"babel-preset-gatsby": "^0.4.5",
2828
"cors": "^2.8.5",
2929
"detect-port": "^1.3.0",
3030
"event-source-polyfill": "^1.0.14",
3131
"execa": "^4.0.1",
3232
"express": "^4.17.1",
3333
"express-graphql": "^0.9.0",
3434
"fs-extra": "^8.1.0",
35-
"gatsby-core-utils": "^1.3.0",
36-
"gatsby-telemetry": "^1.3.6",
35+
"gatsby-core-utils": "^1.3.1",
36+
"gatsby-telemetry": "^1.3.7",
3737
"glob": "^7.1.6",
3838
"graphql": "^14.6.0",
3939
"graphql-compose": "^6.3.8",

Diff for: 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.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.6) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
## [3.3.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.5) (2020-05-19)
711

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

Diff for: packages/gatsby-remark-images/package.json

+2-2
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.3.5",
4+
"version": "3.3.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.9.6",
1111
"chalk": "^2.4.2",
1212
"cheerio": "^1.0.0-rc.3",
13-
"gatsby-core-utils": "^1.3.0",
13+
"gatsby-core-utils": "^1.3.1",
1414
"is-relative-url": "^3.0.0",
1515
"lodash": "^4.17.15",
1616
"mdast-util-definitions": "^1.2.5",

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

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

0 commit comments

Comments
 (0)