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

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.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

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": "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

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+
# [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

Lines changed: 1 addition & 1 deletion
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

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+
# [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

Lines changed: 2 additions & 2 deletions
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

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+
# [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

Lines changed: 5 additions & 5 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": "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

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.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

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)