Skip to content

File tree

88 files changed

+322
-77
lines changed

Some content is hidden

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

88 files changed

+322
-77
lines changed

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

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

packages/create-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "0.4.0-next.0",
3+
"version": "0.4.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"eslint": "^7.17.0",
2828
"execa": "^4.1.0",
2929
"fs-extra": "^9.0.1",
30-
"gatsby-plugin-utils": "^0.8.0-next.0",
30+
"gatsby-plugin-utils": "^0.8.0-next.1",
3131
"joi": "^17.2.1",
3232
"microbundle": "^0.12.4",
3333
"node-fetch": "^2.6.1",

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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd))
11+
612
# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.0) (2020-12-29)
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.7.0-next.0",
3+
"version": "0.7.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.31.0-next.0",
23+
"gatsby": "^2.31.0-next.1",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.11.0-next.0",
2626
"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.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.18.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** fix timers on progress bar ([#28684](https://github.com/gatsbyjs/gatsby/issues/28684)) ([f11adbb](https://github.com/gatsbyjs/gatsby/commit/f11adbb00d9e1c3add1e3f77c69e258bc5f65699))
11+
612
# [2.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.18.0-next.0) (2020-12-29)
713

814
**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.18.0-next.0",
4+
"version": "2.18.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,14 +19,14 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.4.0-next.0",
22+
"create-gatsby": "^0.4.0-next.1",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.9.0-next.0",
28-
"gatsby-recipes": "^0.8.0-next.0",
29-
"gatsby-telemetry": "^1.9.0-next.0",
28+
"gatsby-recipes": "^0.8.0-next.1",
29+
"gatsby-telemetry": "^1.9.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

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

812
**Note:** Version bump only for package gatsby-design-tokens

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.6.0-next.0",
3+
"version": "2.6.0-next.1",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-dev-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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-dev-cli ([#28971](https://github.com/gatsbyjs/gatsby/issues/28971)) ([2e10dae](https://github.com/gatsbyjs/gatsby/commit/2e10dae130d77861bb229d21fd7e46046f5c73d7))
11+
612
# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.0) (2020-12-29)
713

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

packages/gatsby-dev-cli/package.json

+1-1
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.13.0-next.0",
4+
"version": "2.13.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

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

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

packages/gatsby-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "2.10.0-next.0",
4+
"version": "2.10.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

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

packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "2.10.0-next.0",
4+
"version": "2.10.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-catch-links/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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@[email protected]) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-catch-links
9+
610
# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@[email protected]) (2020-12-29)
711

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

packages/gatsby-plugin-catch-links/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-catch-links",
33
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
4-
"version": "2.9.0-next.0",
4+
"version": "2.9.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-cxs/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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-cxs
9+
610
# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.0) (2020-12-29)
711

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

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "2.9.0-next.0",
4+
"version": "2.9.0-next.1",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"babel-preset-gatsby-package": "^0.11.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^0.8.0-next.0"
18+
"gatsby-plugin-utils": "^0.8.0-next.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

packages/gatsby-plugin-emotion/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+
# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-emotion
9+
610
# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.0) (2020-12-29)
711

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

packages/gatsby-plugin-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-emotion",
33
"description": "Gatsby plugin to add support for Emotion",
4-
"version": "5.3.0-next.0",
4+
"version": "5.3.0-next.1",
55
"author": "Tegan Churchill <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-feed/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.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.0) (2020-12-29)
711

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

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.12.0-next.0",
4+
"version": "2.12.0-next.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-plugin-utils": "^0.8.0-next.0",
14+
"gatsby-plugin-utils": "^0.8.0-next.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

packages/gatsby-plugin-glamor/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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-glamor
9+
610
# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.0) (2020-12-29)
711

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

packages/gatsby-plugin-glamor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-glamor",
33
"description": "Gatsby plugin to add support for Glamor",
4-
"version": "2.9.0-next.0",
4+
"version": "2.9.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.11.0-next.0",
1616
"cross-env": "^7.0.3",
17-
"gatsby-plugin-utils": "^0.8.0-next.0"
17+
"gatsby-plugin-utils": "^0.8.0-next.1"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme",
2020
"keywords": [

packages/gatsby-plugin-google-analytics/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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-analytics
9+
610
# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2020-12-29)
711

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

packages/gatsby-plugin-google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "2.10.0-next.0",
4+
"version": "2.10.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-tagmanager/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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
9+
610
# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2020-12-29)
711

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

packages/gatsby-plugin-google-tagmanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "2.10.0-next.0",
4+
"version": "2.10.0-next.1",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.11.0-next.0",
1616
"cross-env": "^7.0.3",
17-
"gatsby-plugin-utils": "^0.8.0-next.0"
17+
"gatsby-plugin-utils": "^0.8.0-next.1"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2020
"keywords": [

packages/gatsby-plugin-image/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Better error logging ([#28741](https://github.com/gatsbyjs/gatsby/issues/28741)) ([305fa64](https://github.com/gatsbyjs/gatsby/commit/305fa649293a060098821a32dc3d44026285e798))
11+
- **gatsby-plugin-image:** Conditionally require dependencies and give better warnings ([#28921](https://github.com/gatsbyjs/gatsby/issues/28921)) ([c82c3a6](https://github.com/gatsbyjs/gatsby/commit/c82c3a6f663da6eedb75c57814e3d103e6731c44))
12+
- **gatsby-plugin-image:** Correct image styles ([#28834](https://github.com/gatsbyjs/gatsby/issues/28834)) ([3d6446c](https://github.com/gatsbyjs/gatsby/commit/3d6446cd53675cf47468a59b633a75ef83d179d2))
13+
- **gatsby-plugin-image:** do not show placeholder if image already lo… ([#28868](https://github.com/gatsbyjs/gatsby/issues/28868)) ([12da978](https://github.com/gatsbyjs/gatsby/commit/12da9782a2ac8c3120e1c0cfa0661d43dc2c3ca5))
14+
- **gatsby-plugin-image:** Fix handling of sizes prop in SSR ([#28835](https://github.com/gatsbyjs/gatsby/issues/28835)) ([a135c50](https://github.com/gatsbyjs/gatsby/commit/a135c503744438ec9dd231828a1ce74d0c6a3b93))
15+
- **gatsby-plugin-sharp:** Pass format-specific options in image-data ([#28826](https://github.com/gatsbyjs/gatsby/issues/28826)) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3))
16+
17+
### Features
18+
19+
- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6))
20+
621
# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.0) (2020-12-29)
722

823
**Note:** Version bump only for package gatsby-plugin-image

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.6.0-next.0",
3+
"version": "0.6.0-next.1",
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",

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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.0) (2020-12-29)
711

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

0 commit comments

Comments
 (0)