Skip to content

Commit 2c049ea

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@3.0.0-next.3 - babel-preset-gatsby@1.0.0-next.4 - create-gatsby@1.0.0-next.2 - gatsby-admin@0.10.0-next.9 - gatsby-cli@3.0.0-next.7 - gatsby-core-utils@2.0.0-next.2 - gatsby-design-tokens@3.0.0-next.1 - gatsby-image@3.0.0-next.1 - gatsby-legacy-polyfills@1.0.0-next.1 - gatsby-page-utils@1.0.0-next.2 - gatsby-plugin-canonical-urls@3.0.0-next.1 - gatsby-plugin-cxs@3.0.0-next.1 - gatsby-plugin-feed@3.0.0-next.2 - gatsby-plugin-gatsby-cloud@1.1.0-next.3 - gatsby-plugin-glamor@3.0.0-next.1 - gatsby-plugin-google-tagmanager@3.0.0-next.1 - gatsby-plugin-image@1.0.0-next.9 - gatsby-plugin-manifest@3.0.0-next.2 - gatsby-plugin-mdx@2.0.0-next.3 - gatsby-plugin-netlify-cms@5.0.0-next.2 - gatsby-plugin-netlify@3.0.0-next.3 - gatsby-plugin-offline@4.0.0-next.3 - gatsby-plugin-page-creator@3.0.0-next.2 - gatsby-plugin-preact@5.0.0-next.2 - gatsby-plugin-preload-fonts@2.0.0-next.2 - gatsby-plugin-sass@4.0.0-next.3 - gatsby-plugin-sharp@3.0.0-next.9 - gatsby-plugin-twitter@3.0.0-next.1 - gatsby-plugin-typescript@3.0.0-next.3 - gatsby-plugin-utils@1.0.0-next.1 - gatsby-react-router-scroll@4.0.0-next.2 - gatsby-recipes@0.11.0-next.5 - gatsby-remark-autolink-headers@3.0.0-next.1 - gatsby-remark-images@4.0.0-next.2 - gatsby-remark-smartypants@3.0.0-next.1 - gatsby-source-contentful@5.0.0-next.10 - gatsby-source-drupal@4.0.0-next.4 - gatsby-source-filesystem@3.0.0-next.4 - gatsby-source-shopify@4.0.0-next.5 - gatsby-source-wordpress@5.0.0-next.9 - gatsby-telemetry@2.0.0-next.2 - gatsby-transformer-remark@3.0.0-next.3 - gatsby-transformer-sharp@3.0.0-next.2 - gatsby-transformer-sqip@3.0.0-next.9 - gatsby@3.0.0-next.9
1 parent d024b70 commit 2c049ea

File tree

90 files changed

+348
-109
lines changed

Some content is hidden

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

90 files changed

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

812
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

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.2",
3+
"version": "3.0.0-next.3",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
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.1"
16+
"gatsby-core-utils": "^2.0.0-next.2"
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.4](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.3...babel-preset-gatsby@1.0.0-next.4) (2021-02-25)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.2...babel-preset-gatsby@1.0.0-next.3) (2021-02-22)
711

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

packages/babel-preset-gatsby/package.json

Lines changed: 3 additions & 3 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.3",
3+
"version": "1.0.0-next.4",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
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.1",
26-
"gatsby-legacy-polyfills": "^1.0.0-next.0"
25+
"gatsby-core-utils": "^2.0.0-next.2",
26+
"gatsby-legacy-polyfills": "^1.0.0-next.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

packages/create-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.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.1...create-gatsby@1.0.0-next.2) (2021-02-25)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.0...create-gatsby@1.0.0-next.1) (2021-02-08)
711

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

packages/create-gatsby/package.json

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

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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.8...gatsby-admin@0.10.0-next.9) (2021-02-25)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.10.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.7...gatsby-admin@0.10.0-next.8) (2021-02-22)
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.8",
3+
"version": "0.10.0-next.9",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.0.0-next.8",
23+
"gatsby": "^3.0.0-next.9",
2424
"gatsby-interface": "^0.0.244",
25-
"gatsby-plugin-typescript": "^3.0.0-next.2",
25+
"gatsby-plugin-typescript": "^3.0.0-next.3",
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: 10 additions & 0 deletions
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+
# [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.6...gatsby-cli@3.0.0-next.7) (2021-02-25)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** fix fs empty webpack5 deprecation ([#29631](https://github.com/gatsbyjs/gatsby/issues/29631)) ([893219e](https://github.com/gatsbyjs/gatsby/commit/893219ebceb84c5eb43beebbdeefe81fece33330))
11+
12+
### Features
13+
14+
- **conditional-page-builds:** track potentially unsafe Node.js builtin modules usage ([#29560](https://github.com/gatsbyjs/gatsby/issues/29560)) ([fe737d0](https://github.com/gatsbyjs/gatsby/commit/fe737d0784b11dd03f6d3b8c69cf964de5bd50f5))
15+
616
# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.5...gatsby-cli@3.0.0-next.6) (2021-02-22)
717

818
**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.0.0-next.6",
4+
"version": "3.0.0-next.7",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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": "^1.0.0-next.1",
22+
"create-gatsby": "^1.0.0-next.2",
2323
"envinfo": "^7.7.3",
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.1",
28-
"gatsby-recipes": "^0.11.0-next.4",
29-
"gatsby-telemetry": "^2.0.0-next.1",
27+
"gatsby-core-utils": "^2.0.0-next.2",
28+
"gatsby-recipes": "^0.11.0-next.5",
29+
"gatsby-telemetry": "^2.0.0-next.2",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)