Skip to content

Commit 9df3fa3

Browse files
committed
chore(release): Publish next
- gatsby-admin@0.10.0-next.4 - gatsby-cli@3.0.0-next.3 - gatsby-plugin-netlify@3.0.0-next.2 - gatsby-plugin-styled-components@4.0.0-next.1 - gatsby-recipes@0.11.0-next.2 - gatsby-source-contentful@5.0.0-next.4 - gatsby-source-drupal@4.0.0-next.2 - gatsby-source-filesystem@3.0.0-next.2 - gatsby-source-graphql@3.0.0-next.1 - gatsby-source-shopify@4.0.0-next.2 - gatsby-source-wordpress@5.0.0-next.4 - gatsby@3.0.0-next.4
1 parent bdf2dfc commit 9df3fa3

File tree

24 files changed

+77
-20
lines changed

24 files changed

+77
-20
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.10.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.3...gatsby-admin@0.10.0-next.4) (2021-02-15)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.2...gatsby-admin@0.10.0-next.3) (2021-02-12)
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.3",
3+
"version": "0.10.0-next.4",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,11 +20,11 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.0.0-next.3",
23+
"gatsby": "^3.0.0-next.4",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.0.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",
27-
"gatsby-source-graphql": "^3.0.0-next.0",
27+
"gatsby-source-graphql": "^3.0.0-next.1",
2828
"lodash-es": "^4.17.20",
2929
"ncp": "^2.0.0",
3030
"nodemon": "^2.0.7",

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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.2...gatsby-cli@3.0.0-next.3) (2021-02-15)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.1...gatsby-cli@3.0.0-next.2) (2021-02-11)
711

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

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 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.2",
4+
"version": "3.0.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -25,7 +25,7 @@
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^2.0.0-next.0",
28-
"gatsby-recipes": "^0.11.0-next.1",
28+
"gatsby-recipes": "^0.11.0-next.2",
2929
"gatsby-telemetry": "^2.0.0-next.0",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",

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

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

packages/gatsby-plugin-netlify/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",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "3.0.0-next.1",
4+
"version": "3.0.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-styled-components/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+
# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.0.0-next.0...gatsby-plugin-styled-components@4.0.0-next.1) (2021-02-15)
7+
8+
**Note:** Version bump only for package gatsby-plugin-styled-components
9+
610
# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.11.0-next.0...gatsby-plugin-styled-components@4.0.0-next.0) (2021-02-05)
711

812
**Note:** Version bump only for package gatsby-plugin-styled-components

packages/gatsby-plugin-styled-components/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-styled-components",
33
"description": "Gatsby plugin to add support for styled components",
4-
"version": "4.0.0-next.0",
4+
"version": "4.0.0-next.1",
55
"author": "Guten Ye <ywzhaifei@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.1...gatsby-recipes@0.11.0-next.2) (2021-02-15)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** skip unions in input types ([#29479](https://github.com/gatsbyjs/gatsby/issues/29479)) ([8ef695d](https://github.com/gatsbyjs/gatsby/commit/8ef695dfae16c46e46641f2559ccc64b79aaaae2))
11+
612
# [0.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.0...gatsby-recipes@0.11.0-next.1) (2021-02-11)
713

814
**Note:** Version bump only for package gatsby-recipes

packages/gatsby-recipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.11.0-next.1",
4+
"version": "0.11.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)