Skip to content

Commit 73859a9

Browse files
committed
1 parent f851312 commit 73859a9

File tree

136 files changed

+482
-98
lines changed

Some content is hidden

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

136 files changed

+482
-98
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+
# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.1) (2021-02-26)
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": "1.1.0-next.1",
3+
"version": "1.1.0-next.2",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^2.1.0-next.1",
26-
"gatsby-legacy-polyfills": "^1.1.0-next.1"
26+
"gatsby-legacy-polyfills": "^1.1.0-next.2"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

packages/create-gatsby/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.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.3) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Use legacy peer deps ([#29856](https://github.com/gatsbyjs/gatsby/issues/29856)) ([a92b276](https://github.com/gatsbyjs/gatsby/commit/a92b27683e53941bb41eff0a9747961f842c210e))
11+
612
# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-02-28)
713

814
### Features

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "1.1.0-next.2",
3+
"version": "1.1.0-next.3",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

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.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.11.0-next.4) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))
11+
612
# [0.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.11.0-next.3) (2021-02-28)
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.11.0-next.3",
3+
"version": "0.11.0-next.4",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.1.0-next.3",
23+
"gatsby": "^3.1.0-next.4",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.1.0-next.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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+
# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.3) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))
11+
612
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-02-28)
713

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

packages/gatsby-cli/package.json

+5-5
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": "3.1.0-next.2",
4+
"version": "3.1.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -18,14 +18,14 @@
1818
"common-tags": "^1.8.0",
1919
"configstore": "^5.0.1",
2020
"convert-hrtime": "^3.0.0",
21-
"create-gatsby": "^1.1.0-next.2",
21+
"create-gatsby": "^1.1.0-next.3",
2222
"envinfo": "^7.7.3",
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^2.1.0-next.1",
27-
"gatsby-recipes": "^0.12.0-next.1",
28-
"gatsby-telemetry": "^2.1.0-next.1",
27+
"gatsby-recipes": "^0.12.0-next.2",
28+
"gatsby-telemetry": "^2.1.0-next.2",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",
@@ -101,4 +101,4 @@
101101
"engines": {
102102
"node": ">=12.13.0"
103103
}
104-
}
104+
}

packages/gatsby-codemods/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.0-next.1) (2021-02-26)
711

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

packages/gatsby-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "2.1.0-next.1",
3+
"version": "2.1.0-next.2",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-cypress/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-cypress
9+
610
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.1) (2021-02-26)
711

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

packages/gatsby-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-cypress",
3-
"version": "1.1.0-next.1",
3+
"version": "1.1.0-next.2",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {

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+
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-design-tokens
9+
610
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.1) (2021-02-26)
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": "3.1.0-next.1",
3+
"version": "3.1.0-next.2",
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+
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))
11+
612
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.1) (2021-02-26)
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": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-graphiql-explorer/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.1) (2021-02-26)
711

812
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "1.1.0-next.1",
3+
"version": "1.1.0-next.2",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

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+
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.1) (2021-02-26)
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": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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+
# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-legacy-polyfills
9+
610
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.1) (2021-02-26)
711

812
**Note:** Version bump only for package gatsby-legacy-polyfills

packages/gatsby-legacy-polyfills/package.json

+2-2
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": "1.1.0-next.1",
4+
"version": "1.1.0-next.2",
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",
@@ -44,4 +44,4 @@
4444
"url-polyfill": "^1.1.12",
4545
"whatwg-fetch": "^3.4.1"
4646
}
47-
}
47+
}

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+
# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.3) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-link
9+
610
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-02-26)
711

812
### Bug Fixes

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": "3.1.0-next.2",
4+
"version": "3.1.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-page-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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.2) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))
11+
612
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.0-next.1) (2021-02-26)
713

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

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "1.1.0-next.1",
3+
"version": "1.1.0-next.2",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-plugin-emotion/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+
# [6.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@6.1.0-next.2) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-plugin-emotion ([#29514](https://github.com/gatsbyjs/gatsby/issues/29514)) ([40e54e8](https://github.com/gatsbyjs/gatsby/commit/40e54e8022966bac04a01b12bb16300d9b94484e))
11+
612
# [6.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@6.1.0-next.1) (2021-02-26)
713

814
**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": "6.1.0-next.1",
4+
"version": "6.1.0-next.2",
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+
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.1) (2021-02-26)
711

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

packages/gatsby-plugin-feed/package.json

+1-1
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": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-gatsby-cloud/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@[email protected]) (2021-03-10)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))
11+
612
# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@[email protected]) (2021-02-26)
713

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

packages/gatsby-plugin-gatsby-cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "2.1.0-next.1",
4+
"version": "2.1.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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+
# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.2) (2021-03-10)
7+
8+
**Note:** Version bump only for package gatsby-plugin-glamor
9+
610
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0-next.1) (2021-02-26)
711

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

packages/gatsby-plugin-glamor/package.json

+1-1
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": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)