Skip to content

File tree

52 files changed

+183
-60
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

+183
-60
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.1) (2020-12-29)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.0) (2020-12-10)
711

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

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.10.0-next.0",
3+
"version": "0.10.0-next.1",
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.8.0-next.0",
24+
"gatsby-core-utils": "^1.8.0-next.1",
2525
"gatsby-legacy-polyfills": "^0.5.0-next.0"
2626
},
2727
"peerDependencies": {

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.6.0-next.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.8) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.7) (2020-12-18)
711

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

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.6.0-next.7",
3+
"version": "0.6.0-next.8",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,11 +20,11 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.30.0-next.7",
23+
"gatsby": "^2.30.0-next.8",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",
27-
"gatsby-source-graphql": "^2.12.0-next.0",
27+
"gatsby-source-graphql": "^2.12.0-next.1",
2828
"lodash-es": "^4.17.15",
2929
"ncp": "^2.0.0",
3030
"nodemon": "^2.0.6",

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.17.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.0-next.5) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.17.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.0-next.4) (2020-12-17)
711

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

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.17.0-next.4",
4+
"version": "2.17.0-next.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,9 +24,9 @@
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
27-
"gatsby-core-utils": "^1.8.0-next.0",
28-
"gatsby-recipes": "^0.7.0-next.1",
29-
"gatsby-telemetry": "^1.8.0-next.0",
27+
"gatsby-core-utils": "^1.8.0-next.1",
28+
"gatsby-recipes": "^0.7.0-next.2",
29+
"gatsby-telemetry": "^1.8.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

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.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.0-next.1) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.0-next.0) (2020-12-10)
711

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

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

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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.1) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.0) (2020-12-10)
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.7.0-next.0",
3+
"version": "0.7.0-next.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.4.3",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^1.8.0-next.0",
29+
"gatsby-core-utils": "^1.8.0-next.1",
3030
"glob": "^7.1.6",
3131
"lodash": "^4.17.20",
3232
"micromatch": "^4.0.2"

packages/gatsby-plugin-image/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.6) (2020-12-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Preload lazy-hydrator ([#28690](https://github.com/gatsbyjs/gatsby/issues/28690)) ([6af620c](https://github.com/gatsbyjs/gatsby/commit/6af620c146d380da7e3748bf52ae527c0c167e36))
11+
12+
### Features
13+
14+
- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d))
15+
616
# [0.5.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.5) (2020-12-18)
717

818
### Bug Fixes

packages/gatsby-plugin-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.5.0-next.5",
3+
"version": "0.5.0-next.6",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts",
@@ -87,7 +87,7 @@
8787
"camelcase": "^5.3.1",
8888
"chokidar": "^3.4.3",
8989
"fs-extra": "^8.1.0",
90-
"gatsby-core-utils": "^1.8.0-next.0",
90+
"gatsby-core-utils": "^1.8.0-next.1",
9191
"prop-types": "^15.7.2"
9292
},
9393
"repository": {

packages/gatsby-plugin-manifest/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.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0-next.2) (2020-12-29)
7+
8+
### Features
9+
10+
- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d))
11+
612
# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0-next.1) (2020-12-17)
713

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

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.10.0-next.1",
4+
"version": "2.10.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
11-
"gatsby-core-utils": "^1.8.0-next.0",
11+
"gatsby-core-utils": "^1.8.0-next.1",
1212
"gatsby-plugin-utils": "^0.7.0-next.1",
1313
"semver": "^7.3.2",
1414
"sharp": "^0.27.0"

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.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.0-next.2) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.0-next.1) (2020-12-17)
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.8.0-next.1",
3+
"version": "1.8.0-next.2",
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.8.0-next.0",
36+
"gatsby-core-utils": "^1.8.0-next.1",
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.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.0-next.2) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.0-next.1) (2020-12-17)
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.8.0-next.1",
4+
"version": "3.8.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.8.0-next.0",
12+
"gatsby-core-utils": "^1.8.0-next.1",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.20",

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.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-17)
711

812
### Bug Fixes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.8.0-next.1",
3+
"version": "2.8.0-next.2",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -28,8 +28,8 @@
2828
"@sindresorhus/slugify": "^1.1.0",
2929
"chokidar": "^3.4.2",
3030
"fs-exists-cached": "^1.0.0",
31-
"gatsby-page-utils": "^0.7.0-next.0",
32-
"gatsby-telemetry": "^1.8.0-next.0",
31+
"gatsby-page-utils": "^0.7.0-next.1",
32+
"gatsby-telemetry": "^1.8.0-next.1",
3333
"globby": "^11.0.1",
3434
"lodash": "^4.17.20"
3535
},

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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@[email protected]) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@[email protected]) (2020-12-10)
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.7.0-next.0",
4+
"version": "1.7.0-next.1",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {
@@ -14,7 +14,7 @@
1414
"chalk": "^4.1.0",
1515
"date-fns": "^2.16.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.8.0-next.0",
17+
"gatsby-core-utils": "^1.8.0-next.1",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^3.3.0"

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.12.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.6) (2020-12-29)
7+
8+
### Features
9+
10+
- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d))
11+
612
# [2.12.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.5) (2020-12-18)
713

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

packages/gatsby-plugin-sharp/package.json

+4-4
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.12.0-next.5",
4+
"version": "2.12.0-next.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,8 +11,8 @@
1111
"async": "^3.2.0",
1212
"bluebird": "^3.7.2",
1313
"fs-extra": "^9.0.1",
14-
"gatsby-core-utils": "^1.8.0-next.0",
15-
"gatsby-telemetry": "^1.8.0-next.0",
14+
"gatsby-core-utils": "^1.8.0-next.1",
15+
"gatsby-telemetry": "^1.8.0-next.1",
1616
"got": "^10.7.0",
1717
"imagemin": "^7.0.1",
1818
"imagemin-mozjpeg": "^9.0.0",
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.10.0-next.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.5.0-next.5"
36+
"gatsby-plugin-image": "^0.5.0-next.6"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

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.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.2) (2020-12-29)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.1) (2020-12-15)
711

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

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.7.0-next.1",
4+
"version": "0.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -30,8 +30,8 @@
3030
"express": "^4.17.1",
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
33-
"gatsby-core-utils": "^1.8.0-next.0",
34-
"gatsby-telemetry": "^1.8.0-next.0",
33+
"gatsby-core-utils": "^1.8.0-next.1",
34+
"gatsby-telemetry": "^1.8.0-next.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

0 commit comments

Comments
 (0)