Skip to content

Commit 534c6c6

Browse files
committed
chore(release): Publish next
- gatsby-admin@0.16.0-next.2 - gatsby-cli@3.6.0-next.2 - gatsby-plugin-google-gtag@3.6.0-next.1 - gatsby-plugin-mdx@2.6.0-next.2 - gatsby-plugin-netlify-cms@5.6.0-next.1 - gatsby-plugin-sitemap@4.2.0-next.2 - gatsby-source-wordpress@5.6.0-next.2 - gatsby@3.6.0-next.2
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

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.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.1...gatsby-admin@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/gatsby-admin@0.16.0-next.0...gatsby-admin@0.16.0-next.1) (2021-05-12)
711

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

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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.6.0-next.1...gatsby-cli@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/gatsby-cli@3.6.0-next.0...gatsby-cli@3.6.0-next.1) (2021-05-12)
717

818
### Features

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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 <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-google-gtag/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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.6.0-next.0...gatsby-plugin-google-gtag@3.6.0-next.1) (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@3.5.0-next.0...gatsby-plugin-google-gtag@3.6.0-next.0) (2021-05-06)
711

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

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

Lines changed: 1 addition & 1 deletion
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 <tyler@buchea.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.6.0-next.1...gatsby-plugin-mdx@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/gatsby-plugin-mdx@2.6.0-next.0...gatsby-plugin-mdx@2.6.0-next.1) (2021-05-12)
713

814
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

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

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+
# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.6.0-next.0...gatsby-plugin-netlify-cms@5.6.0-next.1) (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@5.5.0-next.2...gatsby-plugin-netlify-cms@5.6.0-next.0) (2021-05-06)
713

814
### Bug Fixes

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

Lines changed: 1 addition & 1 deletion
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 <shawn@erquh.art>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sitemap/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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/gatsby-plugin-sitemap@4.2.0-next.1...gatsby-plugin-sitemap@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/gatsby-plugin-sitemap@4.2.0-next.0...gatsby-plugin-sitemap@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

Lines changed: 1 addition & 1 deletion
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 <alex.jared.moon@gmail.com>",
77
"Nicholas Young <nicholas@nicholaswyoung.com>"

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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/gatsby-source-wordpress@5.6.0-next.1...gatsby-source-wordpress@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/gatsby-source-wordpress@5.6.0-next.0...gatsby-source-wordpress@5.6.0-next.1) (2021-05-12)
714

815
### Bug Fixes

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
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 <tylerdbarnes@gmail.com>",
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

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.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.1...gatsby@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/gatsby@3.6.0-next.0...gatsby@3.6.0-next.1) (2021-05-12)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
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 <mathews.kyle@gmail.com>",
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)