Skip to content

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://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@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/[email protected]@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/[email protected]@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/[email protected]@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/[email protected]@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/[email protected]@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 <[email protected]>",
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/[email protected]@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/[email protected]@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/[email protected]@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/[email protected]@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 <[email protected]>",
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": [

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

812
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "5.13.0-next.0",
4+
"version": "5.13.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-drupal/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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.13.0-next.1) (2021-08-19)
7+
8+
### Features
9+
10+
- **gatsby-source-drupal:** Default language when non translatable. ([#32548](https://github.com/gatsbyjs/gatsby/issues/32548)) ([d108363](https://github.com/gatsbyjs/gatsby/commit/d108363e84b2544bab5e25e649058eb3297dac55)), closes [#32407](https://github.com/gatsbyjs/gatsby/issues/32407)
11+
- **gatsby-source-drupal:** log value of lastFetched ([#32796](https://github.com/gatsbyjs/gatsby/issues/32796)) ([4f424af](https://github.com/gatsbyjs/gatsby/commit/4f424afddc8b26a50fe3f1343f45d550c32ba64d))
12+
613
# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.13.0-next.0) (2021-08-12)
714

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

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "4.13.0-next.0",
4+
"version": "4.13.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

812
### Bug Fixes

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.5.0-next.0",
3+
"version": "5.5.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -31,7 +31,7 @@
3131
"@types/node-fetch": "^2.5.12",
3232
"@types/sharp": "^0.28.5",
3333
"cross-env": "^7.0.3",
34-
"gatsby-plugin-image": "^1.13.0-next.0",
34+
"gatsby-plugin-image": "^1.13.0-next.1",
3535
"msw": "^0.33.2",
3636
"prettier": "^2.3.2",
3737
"prettier-check": "^2.0.0",

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

812
### 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 <[email protected]>",
5-
"version": "5.13.0-next.0",
5+
"version": "5.13.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

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

812
**Note:** Version bump only for package gatsby-transformer-sqip

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "3.13.0-next.0",
4+
"version": "3.13.0-next.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^3.13.0-next.0",
12+
"gatsby-plugin-sharp": "^3.13.0-next.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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/[email protected]@3.13.0-next.1) (2021-08-19)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Hashes and anchors in redirects also work in production ([#32850](https://github.com/gatsbyjs/gatsby/issues/32850)) ([0654800](https://github.com/gatsbyjs/gatsby/commit/0654800d550b6dfaa41d9598842887eb15167ec7))
11+
- **gatsby:** Remove `removeDimensions` from svgo config ([#32834](https://github.com/gatsbyjs/gatsby/issues/32834)) ([09679a1](https://github.com/gatsbyjs/gatsby/commit/09679a1d1a6cd745591304d069b0266a4b8f5bbf))
12+
13+
### Features
14+
15+
- **gatsby:** Add `defer` to createPage ([#32783](https://github.com/gatsbyjs/gatsby/issues/32783)) ([58d5a2c](https://github.com/gatsbyjs/gatsby/commit/58d5a2c6955f1263dd5f2b28369a9c177485d36a))
16+
- **gatsby:** Opt in 20% of users to webpack dev server caching ([#32829](https://github.com/gatsbyjs/gatsby/issues/32829)) ([51b8420](https://github.com/gatsbyjs/gatsby/commit/51b8420dd45c42aab1e8da490548eabeaeed67a1))
17+
618
# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.13.0-next.0) (2021-08-12)
719

820
### 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.13.0-next.0",
4+
"version": "3.13.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -75,7 +75,7 @@
7575
"find-cache-dir": "^3.3.1",
7676
"fs-exists-cached": "1.0.0",
7777
"fs-extra": "^8.1.0",
78-
"gatsby-cli": "^3.13.0-next.0",
78+
"gatsby-cli": "^3.13.0-next.1",
7979
"gatsby-core-utils": "^2.13.0-next.0",
8080
"gatsby-graphiql-explorer": "^1.13.0-next.0",
8181
"gatsby-legacy-polyfills": "^1.13.0-next.0",

0 commit comments

Comments
 (0)