diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 608965f295cba..44e62ea590e32 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Jason Quense ", "repository": { "type": "git", @@ -10,7 +10,7 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.0.0-zz-next.1" + "gatsby-core-utils": "^3.0.0-zz-next.2" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index c5f255e2a9647..bb015f7edf280 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "gatsby-legacy-polyfills": "^2.0.0-zz-next.1" }, "peerDependencies": { diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 514fca7ff8b9e..2d2e28a602707 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -28,7 +28,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "joi": "^17.4.2", "microbundle": "^0.13.3", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 26898a4411181..77508e8f14704 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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. +### [3.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.14.1/packages/gatsby-cli) (2021-10-06) + +#### Features + +- Don't crash the build process when in preview mode [#33184](https://github.com/gatsbyjs/gatsby/issues/33184) [#33433](https://github.com/gatsbyjs/gatsby/issues/33433) ([1604efb](https://github.com/gatsbyjs/gatsby/commit/1604efbdde97c138b11626923875ae118f7b5e67)) + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.14.0/packages/gatsby-cli) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 0c2a6ce9176d1..ed5ac1f9fee10 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -20,14 +20,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.0.0-zz-next.1", + "create-gatsby": "^2.0.0-zz-next.2", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-recipes": "^1.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-recipes": "^1.0.0-zz-next.2", + "gatsby-telemetry": "^3.0.0-zz-next.2", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 4692d41da979f..b761f570d847b 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "3.0.0-zz-next.1", + "version": "3.0.0-zz-next.2", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -46,8 +46,8 @@ "@types/ci-info": "2.0.0", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "msw": "^0.35.0", "is-uuid": "^1.0.2", + "msw": "^0.35.0", "typescript": "^4.4.3" }, "engines": { diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 75359791d0fb4..0549a303fdfbf 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index ed2732ea3c222..c84d5dda2fe0c 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index cf5dac409fe30..68dabbd332631 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "glob": "^7.1.7", "lodash": "^4.17.21", "micromatch": "^4.0.4" diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index ffa06d662fd28..f88d5f73b32de 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fast-glob": "^3.2.7", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "node-fetch": "^2.6.5" }, "scripts": { diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index fe02d5deb7ee3..be7e633f6f393 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 17c8ee1074495..b0e9a91c1836d 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index bc62cf371c233..afee3e048ec3f 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "3.0.0-zz-next.1", + "version": "3.0.0-zz-next.2", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -32,7 +32,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 149269c698e36..e66d78202d2f3 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,8 +10,8 @@ "@babel/runtime": "^7.15.4", "date-fns": "^2.23.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-telemetry": "^3.0.0-zz-next.2", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 685ebd03fa8e8..d8d497b77fff5 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 4958c4137d32d..febe72182dbce 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.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.14.1/packages/gatsby-plugin-image) (2021-10-06) + +#### Features + +- support multiple sources using gatsby-plugin-image [#32544](https://github.com/gatsbyjs/gatsby/issues/32544) [#33436](https://github.com/gatsbyjs/gatsby/issues/33436) ([11231fc](https://github.com/gatsbyjs/gatsby/commit/11231fcaa1093bf5250a2cb621f2bba90e84ee85)) + ## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.14.0/packages/gatsby-plugin-image) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index fe8b9b97bd55a..4dbc344ff3fc5 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "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", @@ -77,12 +77,12 @@ "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.1", + "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.2", "camelcase": "^5.3.1", "chokidar": "^3.5.2", "common-tags": "^1.8.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 8e4c104edba4a..82fa2b42cf108 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,15 +1,15 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "semver": "^7.3.5", "sharp": "^0.29.0" }, diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 95288c6b4a7a5..b6be3c0bf2c5c 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "3.0.0-zz-next.1", + "version": "3.0.0-zz-next.2", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -37,7 +37,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -62,7 +62,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 4cd1e2c75adb1..07fc34a2b99ab 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "rewire": "^5.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 40d7eddd38227..c3b1cce34d7a9 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -29,10 +29,10 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-page-utils": "^2.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-page-utils": "^2.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", + "gatsby-telemetry": "^3.0.0-zz-next.2", "globby": "^11.0.4", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index c3d680ac5ff74..b56ec3a7087be 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "3.0.0-zz-next.1", + "version": "3.0.0-zz-next.2", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "date-fns": "^2.23.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 1f3eb337ac73c..90aac3202b54e 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "autoprefixer": "^10.3.6", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 1691888af4477..31ce451c08523 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.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.14.1/packages/gatsby-plugin-sharp) (2021-10-06) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.14.0/packages/gatsby-plugin-sharp) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index d2a798bfcdc99..2733e79006813 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": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "bluebird": "^3.7.2", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", + "gatsby-telemetry": "^3.0.0-zz-next.2", "got": "^11.8.2", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.3.3", @@ -32,7 +32,7 @@ "@types/sharp": "^0.28.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.0.0-zz-next.1" + "gatsby-plugin-image": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 224cdb941a97a..a22d4e355aaa2 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -20,7 +20,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 899b712f67990..dbf6fcf763cdb 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 7a8179b1387f7..bb61075e9f381 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.1" + "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.2" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 22895a2e1485e..75eef162cb56b 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "2.0.0-zz-next.1", + "version": "2.0.0-zz-next.2", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index b5788fc2aea72..fba24665c34fa 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "1.0.0-zz-next.1", + "version": "1.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -31,8 +31,8 @@ "express": "^4.17.1", "express-graphql": "^0.12.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-telemetry": "^3.0.0-zz-next.2", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index d51d9b7d98308..74f49867e3d88 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 1fc8a11379766..9f9247a1efc15 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "6.0.0-zz-next.1", + "version": "6.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -24,7 +24,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 2d7f28d94257b..f1abc93b1f698 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "6.0.0-zz-next.1", + "version": "6.0.0-zz-next.2", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 884df53e6789e..333c97e822649 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "6.0.0-zz-next.1", + "version": "6.0.0-zz-next.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.4.2", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", - "gatsby-source-filesystem": "^4.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", + "gatsby-source-filesystem": "^4.0.0-zz-next.2", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index d4c976cbc5fb6..1040359b7cb01 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.14.1/packages/gatsby-source-drupal) (2021-10-06) + +#### Features + +- port hot-fixes for Drupal/Gatsby customer to package fixes [#33419](https://github.com/gatsbyjs/gatsby/issues/33419) fixes [#33435](https://github.com/gatsbyjs/gatsby/issues/33435) ([d0a152f](https://github.com/gatsbyjs/gatsby/commit/d0a152ffc43b1a1eb58221f8f13baa3e9464aa69)) + +#### Bug Fixes + +- Add tests for meta.count support & fix bug with i18n fix [#33423](https://github.com/gatsbyjs/gatsby/issues/33423) fix [#33440](https://github.com/gatsbyjs/gatsby/issues/33440) ([aae86b5](https://github.com/gatsbyjs/gatsby/commit/aae86b5a44754b714823691b6f74053bde822b80)) + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.14.0/packages/gatsby-source-drupal) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 07693a479c0ca..c3c6e1c58621f 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.1", - "gatsby-source-filesystem": "^4.0.0-zz-next.1", + "gatsby-source-filesystem": "^4.0.0-zz-next.2", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 9650c45aaa6d1..b7ca60855f760 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "fastq": "^1.11.1", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index f397b698adbed..ef76ac16a16b0 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "invariant": "^2.2.4", "node-fetch": "^2.6.1" }, diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 83d9ea30c8e7e..3664c5d6e227b 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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. +### [5.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.6.1/packages/gatsby-source-shopify) (2021-10-06) + +#### Features + +- support multiple sources using gatsby-plugin-image [#32544](https://github.com/gatsbyjs/gatsby/issues/32544) [#33436](https://github.com/gatsbyjs/gatsby/issues/33436) ([11231fc](https://github.com/gatsbyjs/gatsby/commit/11231fcaa1093bf5250a2cb621f2bba90e84ee85)) + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.6.0/packages/gatsby-source-shopify) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index bb3b3dbef17e8..759e8f29749e8 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "6.0.0-zz-next.1", + "version": "6.0.0-zz-next.2", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -20,9 +20,9 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", - "gatsby-source-filesystem": "^4.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", + "gatsby-source-filesystem": "^4.0.0-zz-next.2", "node-fetch": "^2.6.5", "sharp": "^0.29.0", "shift-left": "^0.1.5" @@ -33,7 +33,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.28.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.0.0-zz-next.1", + "gatsby-plugin-image": "^2.0.0-zz-next.2", "msw": "^0.35.0", "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 af44aa0e52533..74fb3adc42830 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +### [5.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.14.1/packages/gatsby-source-wordpress) (2021-10-06) + +#### Chores + +- Fix tests for WordPress, Contentful & update CircleCI Fix [#33256](https://github.com/gatsbyjs/gatsby/issues/33256) Fix [#33439](https://github.com/gatsbyjs/gatsby/issues/33439) ([1759c1c](https://github.com/gatsbyjs/gatsby/commit/1759c1c4f588d357572c0280ffd02b304d2408e0)) + ## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.14.0/packages/gatsby-source-wordpress) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index cc0d88fbc6079..77deb142eb915 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": "6.0.0-zz-next.1", + "version": "6.0.0-zz-next.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,9 +28,9 @@ "file-type": "^15.0.1", "filesize": "^6.4.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "gatsby-plugin-catch-links": "^4.0.0-zz-next.1", - "gatsby-source-filesystem": "^4.0.0-zz-next.1", + "gatsby-source-filesystem": "^4.0.0-zz-next.2", "glob": "^7.1.7", "got": "^11.8.2", "graphql-query-compress": "^1.2.4", @@ -51,12 +51,12 @@ "@types/cache-manager": "^2.10.3", "@types/ink": "^2.0.3", "@types/semver": "^7.3.8", - "gatsby-plugin-image": "^2.0.0-zz-next.1", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^2.0.0-zz-next.1", + "babel-preset-gatsby": "^2.0.0-zz-next.2", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", + "gatsby-plugin-image": "^2.0.0-zz-next.2", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", @@ -74,9 +74,9 @@ "license": "MIT", "peerDependencies": { "gatsby": "^4.0.0-zz-next.1", + "gatsby-plugin-image": "^2.0.0-zz-next.1", "gatsby-plugin-sharp": "^4.0.0-zz-next.1", - "gatsby-transformer-sharp": "^4.0.0-zz-next.1", - "gatsby-plugin-image": "^2.0.0-zz-next.1" + "gatsby-transformer-sharp": "^4.0.0-zz-next.1" }, "repository": { "type": "git", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index a1442d9381a89..76c9cdeae6d2b 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "3.0.0-zz-next.1", + "version": "3.0.0-zz-next.2", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index b115dcd21636d..8358663717f74 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 4f184f026e85b..bafdfe46aa9f3 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "5.0.0-zz-next.1", + "version": "5.0.0-zz-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-core-utils": "^3.0.0-zz-next.2", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -35,7 +35,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.0.0-zz-next.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^2.0.0-zz-next.1" + "gatsby-plugin-utils": "^2.0.0-zz-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index b077a82a37ef5..d0750aa335ec3 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "David Beckley ", "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 71c8ce2ebb305..fceeb8b2f32ac 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.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.14.1/packages/gatsby-transformer-sqip) (2021-10-06) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.14.0/packages/gatsby-transformer-sqip) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 0133a0318aecb..8e7bff04ea5fc 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": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-plugin-sharp": "^4.0.0-zz-next.1", + "gatsby-plugin-sharp": "^4.0.0-zz-next.2", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 47ea5911d7568..8cf38fda6ee93 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-worker", "description": "Utility to create worker pools", - "version": "1.0.0-zz-next.1", + "version": "1.0.0-zz-next.2", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 95a632165b1d8..60bea8f6c8e13 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.14.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.14.2/packages/gatsby) (2021-10-06) + +#### Features + +- Don't crash the build process when in preview mode [#33184](https://github.com/gatsbyjs/gatsby/issues/33184) [#33433](https://github.com/gatsbyjs/gatsby/issues/33433) ([1604efb](https://github.com/gatsbyjs/gatsby/commit/1604efbdde97c138b11626923875ae118f7b5e67)) + +#### Bug Fixes + +- postcss-svgo - remove plugin removeAttrs [#33266](https://github.com/gatsbyjs/gatsby/issues/33266) [#33434](https://github.com/gatsbyjs/gatsby/issues/33434) ([07f1990](https://github.com/gatsbyjs/gatsby/commit/07f1990f2d01b1c6b5def457d418294fafe3a5ea)) + +### [3.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.14.1/packages/gatsby) (2021-09-30) + +#### Bug Fixes + +- unblock event loop when running queries [#33338](https://github.com/gatsbyjs/gatsby/issues/33338) [#33342](https://github.com/gatsbyjs/gatsby/issues/33342) ([6840b5f](https://github.com/gatsbyjs/gatsby/commit/6840b5f3fbabbc4dd4e23e897759c9f92a204abd)) + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.14.0/packages/gatsby) (2021-09-18) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 9d2d66edb484a..3a58904a592f1 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": "4.0.0-zz-next.1", + "version": "4.0.0-zz-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -34,8 +34,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.1", - "babel-preset-gatsby": "^2.0.0-zz-next.1", + "babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.2", + "babel-preset-gatsby": "^2.0.0-zz-next.2", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -77,17 +77,17 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.0.0-zz-next.1", - "gatsby-core-utils": "^3.0.0-zz-next.1", + "gatsby-cli": "^4.0.0-zz-next.2", + "gatsby-core-utils": "^3.0.0-zz-next.2", "gatsby-graphiql-explorer": "^2.0.0-zz-next.1", "gatsby-legacy-polyfills": "^2.0.0-zz-next.1", - "gatsby-link": "^4.0.0-zz-next.1", - "gatsby-plugin-page-creator": "^4.0.0-zz-next.1", - "gatsby-plugin-typescript": "^4.0.0-zz-next.1", - "gatsby-plugin-utils": "^2.0.0-zz-next.1", + "gatsby-link": "^4.0.0-zz-next.2", + "gatsby-plugin-page-creator": "^4.0.0-zz-next.2", + "gatsby-plugin-typescript": "^4.0.0-zz-next.2", + "gatsby-plugin-utils": "^2.0.0-zz-next.2", "gatsby-react-router-scroll": "^5.0.0-zz-next.1", - "gatsby-telemetry": "^3.0.0-zz-next.1", - "gatsby-worker": "^1.0.0-zz-next.1", + "gatsby-telemetry": "^3.0.0-zz-next.2", + "gatsby-worker": "^1.0.0-zz-next.2", "glob": "^7.1.6", "got": "^11.8.2", "graphql": "^15.4.0",