Thanks to visit codestin.com
Credit goes to github.com

Skip to content

File tree

48 files changed

+162
-62
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

+162
-62
lines changed

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.34) (2020-03-10)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.33) (2020-03-09)
711

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

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.2.33",
3+
"version": "0.2.34",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.0",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.0.31"
24+
"gatsby-core-utils": "^1.0.32"
2525
},
2626
"peerDependencies": {
2727
"@babel/core": "^7.0.0"

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.10.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.5) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.10.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.4) (2020-03-09)
711

812
### Bug Fixes

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
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.10.4",
4+
"version": "2.10.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -25,8 +25,8 @@
2525
"execa": "^3.4.0",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
28-
"gatsby-core-utils": "^1.0.31",
29-
"gatsby-telemetry": "^1.1.52",
28+
"gatsby-core-utils": "^1.0.32",
29+
"gatsby-telemetry": "^1.1.53",
3030
"hosted-git-info": "^3.0.2",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.32) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.0.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.31) (2020-03-09)
711

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

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.0.31",
3+
"version": "1.0.32",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-dev-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.46) (2020-03-10)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-dev-cli:** Include theme src directories ([#22147](https://github.com/gatsbyjs/gatsby/issues/22147)) ([8dab4c3](https://github.com/gatsbyjs/gatsby/commit/8dab4c3))
11+
612
## [2.5.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.45) (2020-03-06)
713

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

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.5.45",
4+
"version": "2.5.46",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.43) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.0.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.42) (2020-03-09)
711

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

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
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.3.0",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.0.31",
27+
"gatsby-core-utils": "^1.0.32",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.46) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.2.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.45) (2020-03-09)
711

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

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
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.2.45",
4+
"version": "2.2.46",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.7.6",
11-
"gatsby-core-utils": "^1.0.31",
11+
"gatsby-core-utils": "^1.0.32",
1212
"semver": "^5.7.1",
1313
"sharp": "^0.23.4"
1414
},

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.79](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.79) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.0.78](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.78) (2020-03-09)
711

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

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.0.78",
3+
"version": "1.0.79",
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.0.31",
36+
"gatsby-core-utils": "^1.0.32",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.1",
3939
"loader-utils": "^1.2.3",

packages/gatsby-plugin-offline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.39) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.0.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.38) (2020-03-09)
711

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

packages/gatsby-plugin-offline/package.json

Lines changed: 2 additions & 2 deletions
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.0.38",
4+
"version": "3.0.39",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.7.6",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.0.31",
12+
"gatsby-core-utils": "^1.0.32",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.15",

packages/gatsby-plugin-page-creator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.1.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.44) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.1.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.43) (2020-03-09)
711

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.1.43",
3+
"version": "2.1.44",
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.7.6",
2828
"bluebird": "^3.7.2",
2929
"fs-exists-cached": "^1.0.0",
30-
"gatsby-page-utils": "^0.0.42",
30+
"gatsby-page-utils": "^0.0.43",
3131
"glob": "^7.1.6",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"

packages/gatsby-plugin-preload-fonts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.33) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
## [1.0.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.32) (2020-03-09)
711

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

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

Lines changed: 2 additions & 2 deletions
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.0.32",
4+
"version": "1.0.33",
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.8.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.0.31",
17+
"gatsby-core-utils": "^1.0.32",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^1.20.0"

packages/gatsby-plugin-sharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.10) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.4.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.9) (2020-03-10)
711

812
### Features

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
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.4.9",
4+
"version": "2.4.10",
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.0.31",
14+
"gatsby-core-utils": "^1.0.32",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",
1717
"imagemin-mozjpeg": "^8.0.0",

packages/gatsby-remark-images/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.1.48](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.48) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
## [3.1.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.47) (2020-03-09)
711

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

packages/gatsby-remark-images/package.json

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

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.1.94](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.94) (2020-03-10)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-contentful:** Don’t crash when GATSBY_CONTENTFUL_OFFLINE and downloadLocal are used ([#21472](https://github.com/gatsbyjs/gatsby/issues/21472)) ([02471fc](https://github.com/gatsbyjs/gatsby/commit/02471fc)), closes [#21463](https://github.com/gatsbyjs/gatsby/issues/21463)
11+
612
## [2.1.93](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.93) (2020-03-10)
713

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

packages/gatsby-source-contentful/package.json

Lines changed: 4 additions & 4 deletions
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.1.93",
4+
"version": "2.1.94",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,9 +17,9 @@
1717
"contentful": "^7.14.0",
1818
"deep-map": "^1.5.0",
1919
"fs-extra": "^8.1.0",
20-
"gatsby-core-utils": "^1.0.31",
21-
"gatsby-plugin-sharp": "^2.4.9",
22-
"gatsby-source-filesystem": "^2.1.51",
20+
"gatsby-core-utils": "^1.0.32",
21+
"gatsby-plugin-sharp": "^2.4.10",
22+
"gatsby-source-filesystem": "^2.1.52",
2323
"is-online": "^8.2.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.15",

packages/gatsby-source-drupal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.23) (2020-03-10)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.3.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.22) (2020-03-09)
711

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

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.3.22",
4+
"version": "3.3.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.1.51",
14+
"gatsby-source-filesystem": "^2.1.52",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.1.0"
1717
},

0 commit comments

Comments
 (0)