Skip to content

Commit b7a2fa3

Browse files
committed
1 parent b32d08e commit b7a2fa3

File tree

14 files changed

+53
-11
lines changed

14 files changed

+53
-11
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.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.21.0-next.1) (2021-07-19)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.21.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.21.0-next.0) (2021-07-15)
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.21.0-next.0",
3+
"version": "0.21.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.28.1",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.11.0-next.0",
23+
"gatsby": "^3.11.0-next.1",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.11.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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+
# [1.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.11.0-next.1) (2021-07-19)
7+
8+
### Bug Fixes
9+
10+
- **gatsby,gatsby-plugin-image:** fix createRoot on React 18 ([#32378](https://github.com/gatsbyjs/gatsby/issues/32378)) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2))
11+
612
# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.11.0-next.0) (2021-07-15)
713

814
**Note:** Version bump only for package gatsby-plugin-image

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.11.0-next.0",
3+
"version": "1.11.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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.1) (2021-07-19)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.0) (2021-07-15)
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.11.0-next.0",
4+
"version": "3.11.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.3",
3636
"babel-preset-gatsby-package": "^1.11.0-next.0",
3737
"cross-env": "^7.0.3",
38-
"gatsby-plugin-image": "^1.11.0-next.0"
38+
"gatsby-plugin-image": "^1.11.0-next.1"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
4141
"keywords": [

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

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

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.3.0-next.0",
3+
"version": "5.3.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.10",
3232
"@types/sharp": "^0.28.3",
3333
"cross-env": "^7.0.3",
34-
"gatsby-plugin-image": "^1.11.0-next.0",
34+
"gatsby-plugin-image": "^1.11.0-next.1",
3535
"msw": "^0.30.1",
3636
"prettier": "^2.3.2",
3737
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.11.0-next.1) (2021-07-19)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** fetch referenced media items during single node updates ([#32381](https://github.com/gatsbyjs/gatsby/issues/32381)) ([1645965](https://github.com/gatsbyjs/gatsby/commit/16459658b64289ed3bf4203f3a5612451b19778b))
11+
12+
### Reverts
13+
14+
- Revert "fix(wordpress): ensure all file links are rewritten" (#32398) ([9e96088](https://github.com/gatsbyjs/gatsby/commit/9e96088645160649dc6880b5debc882f353fd133)), closes [#32398](https://github.com/gatsbyjs/gatsby/issues/32398)
15+
616
# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.11.0-next.0) (2021-07-15)
717

818
### 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.11.0-next.0",
5+
"version": "5.11.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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.1) (2021-07-19)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.0) (2021-07-15)
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.11.0-next.0",
4+
"version": "3.11.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.6",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^3.11.0-next.0",
12+
"gatsby-plugin-sharp": "^3.11.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.1) (2021-07-19)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Add `directory` to GatsbyCacheLmdb ([#32391](https://github.com/gatsbyjs/gatsby/issues/32391)) ([7480849](https://github.com/gatsbyjs/gatsby/commit/7480849844884d6ee9f7ce5108f8ca0fe4dc4d15))
11+
- **gatsby:** catch error from this.process.send ([#32356](https://github.com/gatsbyjs/gatsby/issues/32356)) ([99936a8](https://github.com/gatsbyjs/gatsby/commit/99936a8cb24a0bafe4794e6ceffc864e6e103bc7))
12+
- **gatsby:** correct hasNextPage pagination info when resultOffset is provided ([#32319](https://github.com/gatsbyjs/gatsby/issues/32319)) ([9f8a580](https://github.com/gatsbyjs/gatsby/commit/9f8a580287ec3a4bf9696237e7e8ac49e2fc001c))
13+
- **gatsby:** handle errors thrown when importing html renderer ([#32417](https://github.com/gatsbyjs/gatsby/issues/32417)) ([b6f1272](https://github.com/gatsbyjs/gatsby/commit/b6f127248aa6126d6a186bd4ee1a49a98c9a239e))
14+
- **gatsby,gatsby-plugin-image:** fix createRoot on React 18 ([#32378](https://github.com/gatsbyjs/gatsby/issues/32378)) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2))
15+
616
# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.0) (2021-07-15)
717

818
### Features

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
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.11.0-next.0",
4+
"version": "3.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)