Skip to content

Commit e95a9f8

Browse files
committed
chore(release): Publish next
- create-gatsby@1.1.0-next.2 - gatsby-admin@0.11.0-next.3 - gatsby-cli@3.1.0-next.2 - gatsby-plugin-subfont@3.1.0-next.2 - gatsby-source-wordpress@5.1.0-next.2 - gatsby@3.1.0-next.3
1 parent fa1e2d6 commit e95a9f8

File tree

12 files changed

+44
-10
lines changed

12 files changed

+44
-10
lines changed

packages/create-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+
# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.1...create-gatsby@1.1.0-next.2) (2021-02-28)
7+
8+
### Features
9+
10+
- **create-gatsby:** Add support for cloud plugin ([#29807](https://github.com/gatsbyjs/gatsby/issues/29807)) ([3c39340](https://github.com/gatsbyjs/gatsby/commit/3c39340145d69d50207fa357f9240397635d8d99))
11+
612
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.0...create-gatsby@1.1.0-next.1) (2021-02-26)
713

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

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "1.1.0-next.1",
3+
"version": "1.1.0-next.2",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

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.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.2...gatsby-admin@0.11.0-next.3) (2021-02-28)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.1...gatsby-admin@0.11.0-next.2) (2021-02-26)
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.11.0-next.2",
3+
"version": "0.11.0-next.3",
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.1.0-next.2",
23+
"gatsby": "^3.1.0-next.3",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.1.0-next.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.1...gatsby-cli@3.1.0-next.2) (2021-02-28)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.0...gatsby-cli@3.1.0-next.1) (2021-02-26)
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.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,7 +19,7 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^1.1.0-next.1",
22+
"create-gatsby": "^1.1.0-next.2",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

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

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

packages/gatsby-plugin-subfont/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-subfont",
3-
"version": "3.1.0-next.1",
3+
"version": "3.1.0-next.2",
44
"description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build",
55
"main": "index.js",
66
"scripts": {

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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.1...gatsby-source-wordpress@5.1.0-next.2) (2021-02-28)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** auto-rename types named "Filter" ([#29718](https://github.com/gatsbyjs/gatsby/issues/29718)) ([fb225be](https://github.com/gatsbyjs/gatsby/commit/fb225bee7669b55039fc2525a3149091e8ede8e8))
11+
- **gatsby-source-wordpress:** HTML image regex's ([#29778](https://github.com/gatsbyjs/gatsby/issues/29778)) ([f6edccf](https://github.com/gatsbyjs/gatsby/commit/f6edccf8440acc29002ea2c89a815fe863c94670))
12+
613
# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.0...gatsby-source-wordpress@5.1.0-next.1) (2021-02-26)
714

815
**Note:** Version bump only for package gatsby-source-wordpress

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.1.0-next.1",
5+
"version": "5.1.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

0 commit comments

Comments
 (0)