Skip to content

Commit 534c6c6

Browse files
committed
1 parent 51bc94b commit 534c6c6

File tree

16 files changed

+60
-10
lines changed

16 files changed

+60
-10
lines changed

packages/gatsby-admin/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.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.2) (2021-05-18)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.1) (2021-05-12)
711

812
**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.16.0-next.1",
3+
"version": "0.16.0-next.2",
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.6.0-next.1",
23+
"gatsby": "^3.6.0-next.2",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.6.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-cli/CHANGELOG.md

+10
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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.2) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** Switch host env to GATSBY\_ prefix ([#31426](https://github.com/gatsbyjs/gatsby/issues/31426)) ([7c587bf](https://github.com/gatsbyjs/gatsby/commit/7c587bff2041d1b0da79dad5eccab68cbd44fdf0))
11+
12+
### Features
13+
14+
- **gatsby:** Only load gatsby-recipes in develop if Admin is enabled ([#31401](https://github.com/gatsbyjs/gatsby/issues/31401)) ([3ee94dc](https://github.com/gatsbyjs/gatsby/commit/3ee94dcb5237f3ed1a05f2e53be964c735bd9e1c))
15+
616
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2021-05-12)
717

818
### Features

packages/gatsby-cli/package.json

+1-1
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.6.0-next.1",
4+
"version": "3.6.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-google-gtag/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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@[email protected]) (2021-05-18)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-gtag
9+
610
# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@[email protected]) (2021-05-06)
711

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

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

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

packages/gatsby-plugin-mdx/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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.2) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** fix gatsby develop on windows ([#31396](https://github.com/gatsbyjs/gatsby/issues/31396)) ([ae2e2de](https://github.com/gatsbyjs/gatsby/commit/ae2e2de0e4da03d7a0a662a9cf3af15d26c1e741))
11+
612
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2021-05-12)
713

814
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.6.0-next.1",
3+
"version": "2.6.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-netlify-cms/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+
# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@[email protected]) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-netlify-cms:** use friendly-errors-webpack-plugin package that satisfies webpack@5 peerDependency ([#31446](https://github.com/gatsbyjs/gatsby/issues/31446)) ([1a32958](https://github.com/gatsbyjs/gatsby/commit/1a32958e368ac63d2905bf27e1c2df6ac3aa8f43))
11+
612
# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@[email protected]) (2021-05-06)
713

814
### Bug Fixes

packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify-cms",
33
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
4-
"version": "5.6.0-next.0",
4+
"version": "5.6.0-next.1",
55
"author": "Shawn Erquhart <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sitemap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [4.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.2) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sitemap:** Remove reporter.verbose calls ([#31448](https://github.com/gatsbyjs/gatsby/issues/31448)) ([c339f67](https://github.com/gatsbyjs/gatsby/commit/c339f67ba0fe4e79df2b33fe3f4d016d0f8e20ba))
11+
- **gatsby-plugin-sitemap:** Sitemap path bug ([#31184](https://github.com/gatsbyjs/gatsby/issues/31184)) ([d95b258](https://github.com/gatsbyjs/gatsby/commit/d95b258fcc3a8e9b8b1c6d7f121690a5d4f44bf6))
12+
613
# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.1) (2021-05-12)
714

815
**Note:** Version bump only for package gatsby-plugin-sitemap

packages/gatsby-plugin-sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "4.2.0-next.1",
4+
"version": "4.2.0-next.2",
55
"contributors": [
66
"Alex Moon <[email protected]>",
77
"Nicholas Young <[email protected]>"

packages/gatsby-source-wordpress/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.6.0-next.2) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** Remove search and replace regex literal recommendation ([#31413](https://github.com/gatsbyjs/gatsby/issues/31413)) ([51bc94b](https://github.com/gatsbyjs/gatsby/commit/51bc94b0d2e4a4a9a376fe5d323efa7ee2fa49f0))
11+
- **wordpress-source-plugin:** create nodes properly for images who exceed maxFileSizeBytes ([#31318](https://github.com/gatsbyjs/gatsby/issues/31318)) ([dab650f](https://github.com/gatsbyjs/gatsby/commit/dab650fc539c0ea7392843941bcaa54d33cc423c))
12+
613
# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.6.0-next.1) (2021-05-12)
714

815
### Bug Fixes

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "5.6.0-next.1",
5+
"version": "5.6.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/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+
# [3.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.2) (2021-05-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** preload and prefetches check for in-browser redirects ([#31366](https://github.com/gatsbyjs/gatsby/issues/31366)) ([d86cd9f](https://github.com/gatsbyjs/gatsby/commit/d86cd9ffd460f0840bc8ce572b628fb82d8004f8))
11+
612
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2021-05-12)
713

814
### Bug Fixes

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "3.6.0-next.1",
4+
"version": "3.6.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -76,7 +76,7 @@
7676
"find-cache-dir": "^3.3.1",
7777
"fs-exists-cached": "1.0.0",
7878
"fs-extra": "^8.1.0",
79-
"gatsby-cli": "^3.6.0-next.1",
79+
"gatsby-cli": "^3.6.0-next.2",
8080
"gatsby-core-utils": "^2.6.0-next.0",
8181
"gatsby-graphiql-explorer": "^1.6.0-next.0",
8282
"gatsby-legacy-polyfills": "^1.6.0-next.0",

0 commit comments

Comments
 (0)