Skip to content

File tree

60 files changed

+212
-72
lines changed

Some content is hidden

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

60 files changed

+212
-72
lines changed

packages/babel-plugin-remove-graphql-queries/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.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2021-02-22)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2021-02-17)
711

812
### Features

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.0.0-next.1",
3+
"version": "3.0.0-next.2",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.12.3",
1414
"babel-preset-gatsby-package": "^1.0.0-next.0",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^2.0.0-next.0"
16+
"gatsby-core-utils": "^2.0.0-next.1"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

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.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.3) (2021-02-22)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.2) (2021-02-11)
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.0.0-next.2",
3+
"version": "1.0.0-next.3",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^2.0.0-next.0",
25+
"gatsby-core-utils": "^2.0.0-next.1",
2626
"gatsby-legacy-polyfills": "^1.0.0-next.0"
2727
},
2828
"peerDependencies": {

packages/gatsby-admin/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.10.0-next.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.8) (2021-02-22)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.10.0-next.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.7) (2021-02-19)
711

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

packages/gatsby-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.10.0-next.7",
3+
"version": "0.10.0-next.8",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.0.0-next.7",
23+
"gatsby": "^3.0.0-next.8",
2424
"gatsby-interface": "^0.0.244",
25-
"gatsby-plugin-typescript": "^3.0.0-next.1",
25+
"gatsby-plugin-typescript": "^3.0.0-next.2",
2626
"gatsby-plugin-webfonts": "^1.1.4",
2727
"gatsby-source-graphql": "^3.0.0-next.1",
2828
"lodash-es": "^4.17.20",

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+
# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.6) (2021-02-22)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.5) (2021-02-18)
711

812
### Features

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.0.0-next.5",
4+
"version": "3.0.0-next.6",
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": "^2.0.0-next.0",
28-
"gatsby-recipes": "^0.11.0-next.3",
29-
"gatsby-telemetry": "^2.0.0-next.0",
27+
"gatsby-core-utils": "^2.0.0-next.1",
28+
"gatsby-recipes": "^0.11.0-next.4",
29+
"gatsby-telemetry": "^2.0.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-codemods/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.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.2) (2021-02-22)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-codemods ([#29513](https://github.com/gatsbyjs/gatsby/issues/29513)) ([e65d60c](https://github.com/gatsbyjs/gatsby/commit/e65d60c154b3523fbefa9a9fb7a4bc8dddef32f6))
11+
612
# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.1) (2021-02-11)
713

814
**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.0.0-next.1",
3+
"version": "2.0.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)