Skip to content

Commit 77f7487

Browse files
committed
chore(release): Publish next
- create-gatsby@0.6.0-next.1 - gatsby-admin@0.9.0-next.1 - gatsby-cli@2.20.0-next.1 - gatsby-link@2.12.0-next.1 - gatsby-plugin-image@0.8.0-next.1 - gatsby-plugin-manifest@2.13.0-next.1 - gatsby-plugin-sharp@2.15.0-next.1 - gatsby-plugin-subfont@2.10.0-next.1 - gatsby-recipes@0.10.0-next.1 - gatsby-source-contentful@4.7.0-next.1 - gatsby-source-wordpress@4.1.0-next.1 - gatsby-transformer-sqip@2.12.0-next.1 - gatsby@2.33.0-next.1
1 parent a1ff718 commit 77f7487

File tree

26 files changed

+84
-22
lines changed

26 files changed

+84
-22
lines changed

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

812
**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": "0.6.0-next.0",
3+
"version": "0.6.0-next.1",
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.9.0-next.0...gatsby-admin@0.9.0-next.1) (2021-02-04)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.0-next.1...gatsby-admin@0.9.0-next.0) (2021-01-28)
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.9.0-next.0",
3+
"version": "0.9.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.33.0-next.0",
23+
"gatsby": "^2.33.0-next.1",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.13.0-next.0",
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+
# [2.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.20.0-next.0...gatsby-cli@2.20.0-next.1) (2021-02-04)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0-next.1...gatsby-cli@2.20.0-next.0) (2021-01-28)
711

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

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 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": "2.20.0-next.0",
4+
"version": "2.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,13 +19,13 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.6.0-next.0",
22+
"create-gatsby": "^0.6.0-next.1",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.11.0-next.0",
28-
"gatsby-recipes": "^0.10.0-next.0",
28+
"gatsby-recipes": "^0.10.0-next.1",
2929
"gatsby-telemetry": "^1.11.0-next.0",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",

packages/gatsby-link/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+
# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.12.0-next.0...gatsby-link@2.12.0-next.1) (2021-02-04)
7+
8+
**Note:** Version bump only for package gatsby-link
9+
610
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.11.0-next.0...gatsby-link@2.12.0-next.0) (2021-01-28)
711

812
### Bug Fixes

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "2.12.0-next.0",
4+
"version": "2.12.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-image/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.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.8.0-next.0...gatsby-plugin-image@0.8.0-next.1) (2021-02-04)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Correct layout proptypes in StaticImage ([#29298](https://github.com/gatsbyjs/gatsby/issues/29298)) ([0b6f2e3](https://github.com/gatsbyjs/gatsby/commit/0b6f2e31ec01ee277d9d1e9c91ae0450add3dcfa))
11+
612
# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0-next.1...gatsby-plugin-image@0.8.0-next.0) (2021-01-28)
713

814
### Bug Fixes

packages/gatsby-plugin-image/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-image",
3-
"version": "0.8.0-next.0",
3+
"version": "0.8.0-next.1",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",

0 commit comments

Comments
 (0)