From b7a2fa368d7f3baa6a190893201c9a1ed4bc6988 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Mon, 19 Jul 2021 14:06:31 +0200 Subject: [PATCH] chore(release): Publish next - gatsby-admin@0.21.0-next.1 - gatsby-plugin-image@1.11.0-next.1 - gatsby-plugin-sharp@3.11.0-next.1 - gatsby-source-shopify@5.3.0-next.1 - gatsby-source-wordpress@5.11.0-next.1 - gatsby-transformer-sqip@3.11.0-next.1 - gatsby@3.11.0-next.1 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-plugin-image/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 4 ++-- packages/gatsby-source-shopify/CHANGELOG.md | 4 ++++ packages/gatsby-source-shopify/package.json | 4 ++-- packages/gatsby-source-wordpress/CHANGELOG.md | 10 ++++++++++ packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 10 ++++++++++ packages/gatsby/package.json | 2 +- 14 files changed, 53 insertions(+), 11 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 4677874074070..b7b0a3cf0d99f 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.0...gatsby-admin@0.21.0-next.1) (2021-07-19) + +**Note:** Version bump only for package gatsby-admin + # [0.21.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.7...gatsby-admin@0.21.0-next.0) (2021-07-15) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 29fb1ba51b7db..a5dffcef3886a 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.21.0-next.0", + "version": "0.21.0-next.1", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^4.28.1", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.11.0-next.0", + "gatsby": "^3.11.0-next.1", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.11.0-next.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 91b5118f58b60..c306eacc48881 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.11.0-next.0...gatsby-plugin-image@1.11.0-next.1) (2021-07-19) + +### Bug Fixes + +- **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)) + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.10.0-next.1...gatsby-plugin-image@1.11.0-next.0) (2021-07-15) **Note:** Version bump only for package gatsby-plugin-image diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index cb92e456c08ef..6851493812fb8 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.11.0-next.0", + "version": "1.11.0-next.1", "scripts": { "build": "npm-run-all -s clean -p build:*", "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", diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index c23ac2f242b4e..e169a6c010196 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.11.0-next.0...gatsby-plugin-sharp@3.11.0-next.1) (2021-07-19) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0-next.1...gatsby-plugin-sharp@3.11.0-next.0) (2021-07-15) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 82f92d34c8c25..5630e2ca9c8df 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.11.0-next.0", + "version": "3.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -35,7 +35,7 @@ "@types/sharp": "^0.28.3", "babel-preset-gatsby-package": "^1.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.11.0-next.0" + "gatsby-plugin-image": "^1.11.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index fa41653534874..1792c3371c7f9 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.3.0-next.0...gatsby-source-shopify@5.3.0-next.1) (2021-07-19) + +**Note:** Version bump only for package gatsby-source-shopify + # [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.2.0-next.1...gatsby-source-shopify@5.3.0-next.0) (2021-07-15) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index a24b8004731db..d1e7727673225 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.3.0-next.0", + "version": "5.3.0-next.1", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.10", "@types/sharp": "^0.28.3", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.11.0-next.0", + "gatsby-plugin-image": "^1.11.0-next.1", "msw": "^0.30.1", "prettier": "^2.3.2", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index e73ddea6fab3b..b1b9b890b6982 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.11.0-next.0...gatsby-source-wordpress@5.11.0-next.1) (2021-07-19) + +### Bug Fixes + +- **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)) + +### Reverts + +- 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) + # [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.10.0-next.3...gatsby-source-wordpress@5.11.0-next.0) (2021-07-15) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 47cf3bbf57558..fa73cb2c2fa7d 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.11.0-next.0", + "version": "5.11.0-next.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 97fa559fd9161..34f2febddf755 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.11.0-next.0...gatsby-transformer-sqip@3.11.0-next.1) (2021-07-19) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0-next.1...gatsby-transformer-sqip@3.11.0-next.0) (2021-07-15) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 98260b86e0741..7eb3b1435617b 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.11.0-next.0", + "version": "3.11.0-next.1", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.6", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.11.0-next.0", + "gatsby-plugin-sharp": "^3.11.0-next.1", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index bc0c606bf6260..85f3b6457b502 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.0...gatsby@3.11.0-next.1) (2021-07-19) + +### Bug Fixes + +- **gatsby:** Add `directory` to GatsbyCacheLmdb ([#32391](https://github.com/gatsbyjs/gatsby/issues/32391)) ([7480849](https://github.com/gatsbyjs/gatsby/commit/7480849844884d6ee9f7ce5108f8ca0fe4dc4d15)) +- **gatsby:** catch error from this.process.send ([#32356](https://github.com/gatsbyjs/gatsby/issues/32356)) ([99936a8](https://github.com/gatsbyjs/gatsby/commit/99936a8cb24a0bafe4794e6ceffc864e6e103bc7)) +- **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)) +- **gatsby:** handle errors thrown when importing html renderer ([#32417](https://github.com/gatsbyjs/gatsby/issues/32417)) ([b6f1272](https://github.com/gatsbyjs/gatsby/commit/b6f127248aa6126d6a186bd4ee1a49a98c9a239e)) +- **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)) + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.7...gatsby@3.11.0-next.0) (2021-07-15) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 7248c115b4fb6..c1ebea571ea87 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "3.11.0-next.0", + "version": "3.11.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"