8000 chore(release): Publish next · gatsbyjs/gatsby@13415e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13415e4

Browse files
committed
chore(release): Publish next
- create-gatsby@1.13.0-next.1 - gatsby-admin@0.23.0-next.1 - gatsby-cli@3.13.0-next.1 - gatsby-plugin-image@1.13.0-next.1 - gatsby-plugin-sharp@3.13.0-next.1 - gatsby-source-contentful@5.13.0-next.1 - gatsby-source-drupal@4.13.0-next.1 - gatsby-source-shopify@5.5.0-next.1 - gatsby-source-wordpress@5.13.0-next.1 - gatsby-transformer-sqip@3.13.0-next.1 - gatsby@3.13.0-next.1
1 parent 0654800 commit 13415e4

File tree

22 files changed

+74
-17
lines changed

22 files changed

+74
-17
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://conventionalcom 6D40 mits.org) for commit guidelines.
55

6+
# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.13.0-next.0...create-gatsby@1.13.0-next.1) (2021-08-19)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Clarify multi-choice instructions ([#32827](https://github.com/gatsbyjs/gatsby/issues/32827)) ([23b7b60](https://github.com/gatsbyjs/gatsby/commit/23b7b60e5016fa8e5d606e8309018d2dd1f8257b))
11+
612
# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.3...create-gatsby@1.13.0-next.0) (2021-08-12)
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.13.0-next.0",
3+
"version": "1.13.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.23.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.0...gatsby-admin@0.23.0-next.1) (2021-08-19)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.23.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.3...gatsby-admin@0.23.0-next.0) (2021-08-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.23.0-next.0",
3+
"version": "0.23.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^4.28.1",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.13.0-next.0",
32+
"gatsby": "^3.13.0-next.1",
3333
"gatsby-interface": "^0.0.244",
3434
"gatsby-plugin-typescript": "^3.13.0-next.0",
3535
"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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.13.0-next.0...gatsby-cli@3.13.0-next.1) (2021-08-19)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.3...gatsby-cli@3.13.0-next.0) (2021-08-12)
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.13.0-next.0",
4+
"version": "3.13.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -18,7 +18,7 @@
1818
"common-tags": "^1.8.0",
1919
"configstore": "^5.0.1",
2020
"convert-hrtime": "^3.0.0",
21-
"create-gatsby": "^1.13.0-next.0",
21+
"create-gatsby": "^1.13.0-next.1",
2222
"envinfo": "^7.7.3",
2323
"execa": "^5.1.1",
2424
"fs-exists-cached": "^1.0.0",

packages/gatsby-plugin-image/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+
# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.13.0-next.0...gatsby-plugin-image@1.13.0-next.1) (2021-08-19)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image
9+
610
# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.3...gatsby-plugin-image@1.13.0-next.0) (2021-08-12)
711

812
### 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": "1.13.0-next.0",
3+
"version": "1.13.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",

packages/gatsby-plugin-sharp/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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.13.0-next.0...gatsby-plugin-sharp@3.13.0-next.1) (2021-08-19)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.3...gatsby-plugin-sharp@3.13.0-next.0) (2021-08-12)
711

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

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.13.0-next.0",
4+
"version": "3.13.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -35,7 +35,7 @@
3535
"@types/sharp": "^0.28.5",
3636
"babel-preset-gatsby-package": "^1.13.0-next.0",
3737
"cross-env": "^7.0.3",
38-
"gatsby-plugin-image": "^1.13.0-next.0"
38+
"gatsby-plugin-image": "^1.13.0-next.1"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
4141
"keywords": [

0 commit comments

Comments
 (0)
0