diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 1f62285f4fc74..4c93f4c080ebf 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.12.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.3...babel-plugin-remove-graphql-queries@3.12.0) (2021-08-18) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.2...babel-plugin-remove-graphql-queries@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package babel-plugin-remove-graphql-queries diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index bf07c0e9650d2..9a81c861b193a 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.12.0-next.3" + "gatsby-core-utils": "^2.12.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 22abb05a5242a..3d8d006675e65 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.3...babel-preset-gatsby-package@1.12.0) (2021-08-18) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.2...babel-preset-gatsby-package@1.12.0-next.3) (2021-08-09) ### Bug Fixes diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index 9e4656e5846a4..b191ffdb28dd5 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby-package", - "version": "1.12.0-next.3", + "version": "1.12.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 87b3f0822c58c..63cbf3a06e3bf 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.3...babel-preset-gatsby@1.12.0) (2021-08-18) + +**Note:** Version bump only for package babel-preset-gatsby + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.2...babel-preset-gatsby@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index a6c22a05a7a6c..666a91f2e1854 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.12.0-next.3", + "version": "1.12.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,8 +22,8 @@ "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": "^2.12.0-next.3", - "gatsby-legacy-polyfills": "^1.12.0-next.1" + "gatsby-core-utils": "^2.12.0", + "gatsby-legacy-polyfills": "^1.12.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index cfb9632f58390..27318ee6587dd 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/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.12.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.3...create-gatsby@1.12.0) (2021-08-18) + +### Bug Fixes + +- **create-gatsby:** Clarify multi-choice instructions ([#32827](https://github.com/gatsbyjs/gatsby/issues/32827)) ([#32840](https://github.com/gatsbyjs/gatsby/issues/32840)) ([a2e72d1](https://github.com/gatsbyjs/gatsby/commit/a2e72d1b513d4f4dd578789607c91d9778c77a5a)) + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.2...create-gatsby@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package create-gatsby diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 5687913afbfc9..1bb66fd08c8cd 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.12.0-next.3", + "version": "1.12.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-plugin-utils": "^1.12.0", "joi": "^17.4.2", "microbundle": "^0.13.3", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 9778d5dbfc291..7662f576983a5 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.22.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.3...gatsby-admin@0.22.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-admin + # [0.22.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.2...gatsby-admin@0.22.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index ccdcc96134741..cd11b0706ee83 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.22.0-next.3", + "version": "0.22.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -29,11 +29,11 @@ "@typescript-eslint/parser": "^4.28.1", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.12.0-next.3", + "gatsby": "^3.12.0", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.12.0-next.3", + "gatsby-plugin-typescript": "^3.12.0", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^3.12.0-next.3", + "gatsby-source-graphql": "^3.12.0", "lodash-es": "^4.17.21", "ncp": "^2.0.0", "nodemon": "^2.0.7", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index ef3059d6a380a..b112a0353bf13 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.3...gatsby-cli@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-cli + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.2...gatsby-cli@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 3e2d64f9a1854..2c6b630c224df 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -18,14 +18,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.12.0-next.3", + "create-gatsby": "^1.12.0", "envinfo": "^7.7.3", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-recipes": "^0.23.0-next.3", - "gatsby-telemetry": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-recipes": "^0.23.0", + "gatsby-telemetry": "^2.12.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.4.2", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.14", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.2", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 242dccb16bbb1..5290f87c3205a 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.3...gatsby-codemods@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-codemods + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.2...gatsby-codemods@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 27e3f7c0d7231..ad99f9aa2e2ad 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.12.0-next.3", + "version": "2.12.0", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index b575fb6c6a280..6a50f677bbde3 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.3...gatsby-core-utils@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-core-utils + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.2...gatsby-core-utils@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 8a51a4d104974..3b9daa4a37beb 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.12.0-next.3", + "version": "2.12.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -42,7 +42,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "typescript": "^4.3.5" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 0b3091eea8d64..8b0a92d76bda4 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.3...gatsby-cypress@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-cypress + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.2...gatsby-cypress@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index ba6715dfa21ab..53a3a61f8cc85 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "1.12.0-next.3", + "version": "1.12.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 4998769a19de6..ed26bcc4b514a 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.12.0-next.1...gatsby-design-tokens@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-design-tokens + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.12.0-next.0...gatsby-design-tokens@3.12.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-design-tokens diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 3d5b443678172..065beca74ba96 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "3.12.0-next.1", + "version": "3.12.0", "description": "Gatsby Design Tokens", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 390df5afe48f7..34bd4a47da08c 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.3...gatsby-dev-cli@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-dev-cli + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.2...gatsby-dev-cli@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 70de24a838f94..af73f49b40e31 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme", diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 11c79a7afac95..8d19585bcf56e 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.3...gatsby-graphiql-explorer@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.2...gatsby-graphiql-explorer@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-graphiql-explorer diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index dcf15dc873dce..439c750e90e22 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "1.12.0-next.3", + "version": "1.12.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.14.9", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index eb4ad73f7e830..693d2ca8d6edd 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.12.0-next.1...gatsby-legacy-polyfills@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-legacy-polyfills + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.12.0-next.0...gatsby-legacy-polyfills@1.12.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-legacy-polyfills diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 30d19f66bb1ac..d25bcc9a0c87a 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "1.12.0-next.1", + "version": "1.12.0", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 87e1bb5c0e16f..86f0b915bc3cf 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.3...gatsby-link@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-link + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.2...gatsby-link@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 7191cb4265365..d72f5ba0c90bf 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 51dda0eeba6a3..60b24ecfb2ad7 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.3...gatsby-page-utils@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-page-utils + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.2...gatsby-page-utils@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-page-utils diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index f5950a29edc46..3761dcf5c5853 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.12.0-next.3", + "version": "1.12.0", "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.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "glob": "^7.1.7", "lodash": "^4.17.21", "micromatch": "^4.0.4" @@ -35,7 +35,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/micromatch": "^4.0.2", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index a965edbf5d33a..06c412aae3d17 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.3...gatsby-plugin-benchmark-reporting@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.2...gatsby-plugin-benchmark-reporting@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index 2c1a08b064351..55bbb76ac0433 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": "1.12.0-next.3", + "version": "1.12.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3" + "babel-preset-gatsby-package": "^1.12.0" }, "dependencies": { "fast-glob": "^3.2.7", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index 9bc92566b74ee..d91efb3e826b5 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.3...gatsby-plugin-canonical-urls@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.2...gatsby-plugin-canonical-urls@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-canonical-urls diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index e5a8f625f6f44..9436be9e3b44c 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-canonical-urls", "description": "Add canonical links to HTML pages Gatsby generates.", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme", diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 81b857a7dbd91..5dd2b381e6613 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.3...gatsby-plugin-catch-links@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.2...gatsby-plugin-catch-links@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 52ded4692b1db..3245bc9da90f2 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-catch-links", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme", diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index 26204817d5fae..c6874662bc14c 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.3...gatsby-plugin-coffeescript@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.2...gatsby-plugin-coffeescript@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-coffeescript diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index bb482ca7193a4..a6c8f8b138986 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-coffeescript", "description": "Adds CoffeeScript support for Gatsby", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index 1982d7fe82820..4a5851679e70f 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.3...gatsby-plugin-create-client-paths@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.2...gatsby-plugin-create-client-paths@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-create-client-paths diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 41f8ead2f6934..594aecde415bf 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-create-client-paths", "description": "Gatsby-plugin for creating paths that exist only on the client", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index e1d161f4f36c1..7541c1daef074 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.3...gatsby-plugin-cxs@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.2...gatsby-plugin-cxs@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 731e0e21b6582..415481e04e185 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 1f142acbe1990..2419a3011d96e 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/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. +# [6.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.3...gatsby-plugin-emotion@6.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.2...gatsby-plugin-emotion@6.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-emotion diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 6599245c353e8..ed26c269523bf 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-emotion", "description": "Gatsby plugin to add support for Emotion", - "version": "6.12.0-next.3", + "version": "6.12.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 2a99888e61142..e491ef036e6d7 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.3...gatsby-plugin-facebook-analytics@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.2...gatsby-plugin-facebook-analytics@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-facebook-analytics diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index 397fd065df440..bcd859c34c193 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-facebook-analytics", "description": "Gatsby plugin to add facebook analytics onto a site", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme", diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 10d38b382694c..f7561956127a9 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.3...gatsby-plugin-feed@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-feed + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.2...gatsby-plugin-feed@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index d0b6cd345291c..443dc71701a97 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-plugin-utils": "^1.12.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index f9c0a83162545..36f885e2368fd 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.3...gatsby-plugin-flow@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-flow + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.2...gatsby-plugin-flow@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 289db9fd67987..5fe854a780d9b 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "2.12.0-next.3", + "version": "2.12.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,9 +30,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "peerDependencies": { "gatsby": "^3.0.0-next.0" diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index fa68dc65e1986..4424a3c065ccc 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.3...gatsby-plugin-fullstory@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.2...gatsby-plugin-fullstory@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-fullstory diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index fb5b8e64880d5..b2132a4b5e772 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "3.12.0-next.3", + "version": "3.12.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 7b5e8621f987d..184390a753a01 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@3.0.0-next.1...gatsby-plugin-gatsby-cloud@3.0.0) (2021-08-18) + +### Bug Fixes + +- cloud copy ([#32787](https://github.com/gatsbyjs/gatsby/issues/32787)) ([a66d774](https://github.com/gatsbyjs/gatsby/commit/a66d77493e89f1629da2e2d8c5ea6395bbf067fc)) + +### Features + +- **gatsby-plugin-gatsby-cloud:** setup path-prefix for cloud ([#32708](https://github.com/gatsbyjs/gatsby/issues/32708)) ([fa04f51](https://github.com/gatsbyjs/gatsby/commit/fa04f51690d5850497876463b46e8dc98417740b)) + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@3.0.0-next.0...gatsby-plugin-gatsby-cloud@3.0.0-next.1) (2021-08-09) ### Features diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 5d00519361f20..1c4c90d49d54f 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": "3.0.0-next.1", + "version": "3.0.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "date-fns": "^2.22.1", "fs-extra": "^8.1.0", - "gatsby-telemetry": "^2.12.0-next.3", + "gatsby-telemetry": "^2.12.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" @@ -22,7 +22,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.2.1", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "jest": "^26.6.3", diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index f9e74deb0bf9b..48428edc0dfd2 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.3...gatsby-plugin-google-analytics@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.2...gatsby-plugin-google-analytics@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index f124cc3d16823..6f33008874a48 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme", diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 2c2dab8507cfb..237c0209d4f52 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.3...gatsby-plugin-google-gtag@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.2...gatsby-plugin-google-gtag@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-google-gtag diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 34d1329acbc35..cdcc53e3338bc 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-gtag", "description": "Gatsby plugin to add google gtag onto a site", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme", diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index ab1702c105de1..df2b42c8376fa 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.3...gatsby-plugin-google-tagmanager@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.2...gatsby-plugin-google-tagmanager@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 048d4f137cd28..d38226d08a29e 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index ee9e6479e2e39..23746afa22296 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/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](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.3...gatsby-plugin-graphql-config@0.21.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.21.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.2...gatsby-plugin-graphql-config@0.21.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-graphql-config diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index b769ffffd57bf..6160d42b867ef 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-graphql-config", "description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured", - "version": "0.21.0-next.3", + "version": "0.21.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index ba83dfbaeaf7a..dd444f03ac64d 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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.3...gatsby-plugin-image@1.12.0) (2021-08-18) + +### Bug Fixes + +- **gatsby-plugin-image:** only log missing plugin error in development ([#32335](https://github.com/gatsbyjs/gatsby/issues/32335)) ([4483ff4](https://github.com/gatsbyjs/gatsby/commit/4483ff44de77fb516fa368ad41f3cf8232c2c294)) + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.2...gatsby-plugin-image@1.12.0-next.3) (2021-08-09) **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 f86afa4152b40..b5fcb97714f6d 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.12.0-next.3", + "version": "1.12.0", "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", @@ -76,12 +76,12 @@ "@babel/parser": "^7.14.9", "@babel/traverse": "^7.14.9", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.12.0-next.3", + "babel-plugin-remove-graphql-queries": "^3.12.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index b4cbf1a4aca66..618e451267f96 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.3...gatsby-plugin-jss@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-jss + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.2...gatsby-plugin-jss@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-jss diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index 8413575a3ac9b..4f46b119151db 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-jss", "description": "Gatsby plugin that adds SSR support for JSS", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme", diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 1aa09cfb42d90..13c1372c7bd46 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.3...gatsby-plugin-layout@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-layout + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.2...gatsby-plugin-layout@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-layout diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index a067fb7b4f347..851f5b04ac168 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "2.12.0-next.3", + "version": "2.12.0", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index b0e2932da86e9..103036ae92550 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.3...gatsby-plugin-less@5.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-less + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.2...gatsby-plugin-less@5.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 705c3a86caf9d..b60dfdee17af5 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Gatsby plugin to add support for using Less", - "version": "5.12.0-next.3", + "version": "5.12.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme", diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 63dcdb3bb1e6f..23238dc1de057 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.3...gatsby-plugin-lodash@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.2...gatsby-plugin-lodash@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-lodash diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index ad0e25bdf324d..d7881c6078f0f 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-lodash", "description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme", diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index d75318cb5ba42..790c620e5d8b0 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.3...gatsby-plugin-manifest@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.2...gatsby-plugin-manifest@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 3d81b2689e909..ca9d7d08a2005 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,22 +1,22 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-plugin-utils": "^1.12.0", "semver": "^7.3.5", "sharp": "^0.28.3" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme", diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index f8f9cdf63122d..58207b89edcc8 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.3...gatsby-plugin-mdx@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.2...gatsby-plugin-mdx@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 16dcc4cfd7df3..c02f5b66b1a4b 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.12.0-next.3", + "version": "2.12.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -35,7 +35,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -60,7 +60,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-plugin-utils": "^1.12.0", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index c279e2bc39772..6bce23c36776a 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.3...gatsby-plugin-netlify-cms@5.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.2...gatsby-plugin-netlify-cms@5.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index cee9f86604bdc..704cb87ca0e56 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "5.12.0-next.3", + "version": "5.12.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 510453d060ad0..88d5feeb0d955 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.3...gatsby-plugin-netlify@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.2...gatsby-plugin-netlify@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index ec61c79431715..0185cb8d42914 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index b38a4066ae288..1222636e5bcae 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.12.0-next.0...gatsby-plugin-no-sourcemaps@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + # [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.11.0-next.0...gatsby-plugin-no-sourcemaps@3.12.0-next.0) (2021-07-29) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index 3cab404fbc021..4cfda00e82f75 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-no-sourcemaps", "description": "Disable sourcemaps when building JavaScript", - "version": "3.12.0-next.0", + "version": "3.12.0", "author": "Stuart Taylor ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index da9cd87b8c058..f9cfd335a70a6 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.3...gatsby-plugin-nprogress@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.2...gatsby-plugin-nprogress@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-nprogress diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index b52919a86c119..345ecffa78a99 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-nprogress", "description": "Shows page loading indicator when loading page resources is delayed", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme", diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 0a3e8651ca46d..a8b174720cf5e 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.3...gatsby-plugin-offline@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-offline + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.2...gatsby-plugin-offline@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index b25178190f639..aa174503208cf 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": "4.12.0-next.3", + "version": "4.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-plugin-utils": "^1.12.0", "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/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index a47ccd0b8fce5..f2ed6a5e36086 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.3...gatsby-plugin-page-creator@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.2...gatsby-plugin-page-creator@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index b4949eee89364..b492917345618 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": "3.12.0-next.3", + "version": "3.12.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,16 +28,16 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-page-utils": "^1.12.0-next.3", - "gatsby-telemetry": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-page-utils": "^1.12.0", + "gatsby-telemetry": "^2.12.0", "globby": "^11.0.4", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 4259ab1ec5a5c..0979a0f7b6681 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.3...gatsby-plugin-postcss@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.2...gatsby-plugin-postcss@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 8c5f88d672d68..18cfd76b64256 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme", diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index da937d7a93182..bb1d862371cc2 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.3...gatsby-plugin-preact@5.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-preact + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.2...gatsby-plugin-preact@5.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 56d586df026c9..1f2e135b3d43e 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "5.12.0-next.3", + "version": "5.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index f305c2bca7ee2..593849a2d431d 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.3...gatsby-plugin-preload-fonts@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.2...gatsby-plugin-preload-fonts@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 572b062afeeb2..00030373521f5 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": "2.12.0-next.3", + "version": "2.12.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.2", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "del-cli": "^3.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 88b00bf44367d..f6910101592ab 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.3...gatsby-plugin-react-css-modules@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.2...gatsby-plugin-react-css-modules@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-react-css-modules diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 3e769d9cd8b0d..8e3295483f43d 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-css-modules", "description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme", diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 0728e00bbbc00..a86249546f6ad 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.3...gatsby-plugin-react-helmet@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.2...gatsby-plugin-react-helmet@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-react-helmet diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index d4df44a701d4c..c58dcbcaafdff 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-helmet", "description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index f0657c034388b..863be3c6e32e4 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.3...gatsby-plugin-remove-trailing-slashes@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.2...gatsby-plugin-remove-trailing-slashes@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 24dfb2468311b..7c43b9bef070c 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-remove-trailing-slashes", "description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme", diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 7ff35d3dd580a..6d0a7b5ae1b5b 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.3...gatsby-plugin-sass@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-sass + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.2...gatsby-plugin-sass@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 849da235ff6e6..0b18b27f4cb3d 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": "4.12.0-next.3", + "version": "4.12.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "autoprefixer": "^10.3.1", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index 90b2dcff49001..4d42af5ec9235 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.12.0-next.0...gatsby-plugin-schema-snapshot@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.11.0-next.0...gatsby-plugin-schema-snapshot@2.12.0-next.0) (2021-07-29) **Note:** Version bump only for package gatsby-plugin-schema-snapshot diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index d77fbc0a240dd..33ef1dbf2cdfc 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-schema-snapshot", - "version": "2.12.0-next.0", + "version": "2.12.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 37d4ab632f811..795917fb39a65 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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.3...gatsby-plugin-sharp@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.2...gatsby-plugin-sharp@3.12.0-next.3) (2021-08-09) **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 5d7055f201880..7e311e1b19342 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.12.0-next.3", + "version": "3.12.0", "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": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-plugin-utils": "^1.12.0-next.3", - "gatsby-telemetry": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-plugin-utils": "^1.12.0", + "gatsby-telemetry": "^2.12.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -33,9 +33,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.12.0-next.3" + "gatsby-plugin-image": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 524dbc9639495..c477f82060ef4 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.3...gatsby-plugin-sitemap@4.8.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [4.8.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.2...gatsby-plugin-sitemap@4.8.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 53f3cd5f34377..2ecd415ccb961 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": "4.8.0-next.3", + "version": "4.8.0", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index c2dd41d6533fb..fd63c0a5cf272 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.3...gatsby-plugin-styled-components@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.2...gatsby-plugin-styled-components@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-styled-components diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 5ac55b0e80c74..4081a5de91210 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-components", "description": "Gatsby plugin to add support for styled components", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme", diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 5f501eedfde1b..20c794542c30d 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.3...gatsby-plugin-styled-jsx@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.2...gatsby-plugin-styled-jsx@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-styled-jsx diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index 6eef2b7de16d3..51bc45657efc9 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-jsx", "description": "Adds SSR support for styled-jsx", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme", diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 0a2bcda3cfdde..78ebbd9e3a3c1 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +# [6.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.3...gatsby-plugin-styletron@6.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.2...gatsby-plugin-styletron@6.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 2b03dc6960aa2..af481e119fea1 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styletron", "description": "A Gatsby plugin for styletron with built-in server-side rendering support", - "version": "6.12.0-next.3", + "version": "6.12.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.8", "styletron-react": "^6.0.1" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 690cbd110db09..c9d7481fc2dab 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.3...gatsby-plugin-stylus@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.2...gatsby-plugin-stylus@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index b8e2e89f73b2f..b699a244131d6 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme", diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index ac6762dc77c70..a50c926e16789 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.3...gatsby-plugin-subfont@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.2...gatsby-plugin-subfont@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index af888ad1470fa..fae63c479ac65 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "3.12.0-next.3", + "version": "3.12.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index cebe1c0020b8a..cb881d9ffc557 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.3...gatsby-plugin-twitter@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.2...gatsby-plugin-twitter@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index cc2a30211b219..83adbb7de9d59 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 58c34e9b5ac1f..1e3b1b9ee5a8a 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.3...gatsby-plugin-typescript@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.2...gatsby-plugin-typescript@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-typescript diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index d8e169cf8dbb9..4147888ae2b6e 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.8", - "babel-plugin-remove-graphql-queries": "^3.12.0-next.3" + "babel-plugin-remove-graphql-queries": "^3.12.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 335ab7cdf92d5..135f620d100f5 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.3...gatsby-plugin-typography@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-typography + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.2...gatsby-plugin-typography@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-typography diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 24eb45716bea2..e74242c01fa5e 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typography", "description": "Gatsby plugin to setup server rendering of Typography.js' CSS", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 44eb8c969d4ec..b0cde7850aed6 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/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. +# [1.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.3...gatsby-plugin-utils@1.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-plugin-utils + # [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.2...gatsby-plugin-utils@1.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-plugin-utils diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 23d17cca08ebc..a51491075c752 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "1.12.0-next.3", + "version": "1.12.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 376ecb5000786..6102c6485b6ef 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.3...gatsby-react-router-scroll@4.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.2...gatsby-react-router-scroll@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 9033f281d1248..7aa035cfd5be0 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "4.12.0-next.3", + "version": "4.12.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 7c398fd14cacb..4feabb788fe0a 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/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.23.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.3...gatsby-recipes@0.23.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-recipes + # [0.23.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.2...gatsby-recipes@0.23.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index fad3115ff3544..8ce2db3e96540 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": "0.23.0-next.3", + "version": "0.23.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.12.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-telemetry": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-telemetry": "^2.12.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 269faed22f1c5..8dae12b4cc404 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.3...gatsby-remark-autolink-headers@4.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.2...gatsby-remark-autolink-headers@4.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index b353e9f3dd87d..29ffacf239908 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": "4.9.0-next.3", + "version": "4.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 8d9fd31ecc54d..f8787cac2b6c7 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.3...gatsby-remark-code-repls@5.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.2...gatsby-remark-code-repls@5.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index f75e52bb44035..f33b8b692dcb7 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "5.9.0-next.3", + "version": "5.9.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 05e4d34ab04e1..7dd7a183ba8a6 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.3...gatsby-remark-copy-linked-files@4.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.2...gatsby-remark-copy-linked-files@4.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-copy-linked-files diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 84cdba166a7de..c00f2c0746384 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "4.9.0-next.3", + "version": "4.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.22" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 8f588be1021e1..8fb088957f0a4 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.3...gatsby-remark-custom-blocks@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.2...gatsby-remark-custom-blocks@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index d25a6746724d5..ec690e2fe0b79 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-custom-blocks", "description": "Gatsby remark plugin for adding custom blocks in markdown", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "unist-util-find": "^1.0.2" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index dfcc6dbff202a..23b4c1de23f3c 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +# [6.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.3...gatsby-remark-embed-snippet@6.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [6.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.2...gatsby-remark-embed-snippet@6.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 9f0985be8f79d..006de7a4d5a90 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "6.9.0-next.3", + "version": "6.9.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme", diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 9e90dc977052a..e0b4b4d7da3b5 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.3...gatsby-remark-graphviz@3.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [3.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.2...gatsby-remark-graphviz@3.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 7e483feb56cba..47390b3f328b4 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "3.9.0-next.3", + "version": "3.9.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0", diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index df520c7502a4b..e1e8ea8852f07 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.3...gatsby-remark-images-contentful@4.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.2...gatsby-remark-images-contentful@4.9.0-next.3) (2021-08-09) ### Bug Fixes diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index b80eca1080422..44d9929a50298 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "4.9.0-next.3", + "version": "4.9.0", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 7e1154d839084..5defd0dc43f1b 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.3...gatsby-remark-images@5.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-images + # [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.2...gatsby-remark-images@5.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 3551d1cbbe395..9f066564b4eda 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": "5.9.0-next.3", + "version": "5.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3", + "gatsby-plugin-utils": "^1.12.0", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 08228aac18f6c..95b416b4b80d6 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.3...gatsby-remark-katex@5.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-katex + # [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.2...gatsby-remark-katex@5.9.0-next.3) (2021-08-09) ### Bug Fixes diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index e6f937d9be920..ad21c34fcb545 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": "5.9.0-next.3", + "version": "5.9.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "katex": "^0.13.11", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 137799a151d12..224a98a36c284 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.3...gatsby-remark-prismjs@5.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.2...gatsby-remark-prismjs@5.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-prismjs diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 2111d021d9431..70ae5ee5b27e3 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "5.9.0-next.3", + "version": "5.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cheerio": "^1.0.0-rc.9", "cross-env": "^7.0.3", "prismjs": "^1.21.0", diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index f1aa7b16b5b49..52ca5c2ddcf4f 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.3...gatsby-remark-responsive-iframe@4.9.0) (2021-08-18) + +### Bug Fixes + +- **deps:** update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-responsive-iframe ([#32580](https://github.com/gatsbyjs/gatsby/issues/32580)) ([f9d8722](https://github.com/gatsbyjs/gatsby/commit/f9d87223518f4310b87013dc567ebb77f6f1df6f)) + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.2...gatsby-remark-responsive-iframe@4.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-responsive-iframe diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 52752129658ce..4f8b02802ac06 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "4.9.0-next.3", + "version": "4.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index de6b4d664f932..ad09eb8e6c925 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.3...gatsby-remark-smartypants@4.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.2...gatsby-remark-smartypants@4.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index d686477231f5c..808d27c87b189 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-smartypants", "description": "Use retext-smartypants to auto-enhance typography of markdown", - "version": "4.9.0-next.3", + "version": "4.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index d36559e000a9c..d6d7a763cc1dc 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.3...gatsby-source-contentful@5.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.2...gatsby-source-contentful@5.12.0-next.3) (2021-08-09) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 765b1d7113196..924bc34225fcb 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": "5.12.0-next.3", + "version": "5.12.0", "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": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-plugin-utils": "^1.12.0-next.3", - "gatsby-source-filesystem": "^3.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-plugin-utils": "^1.12.0", + "gatsby-source-filesystem": "^3.12.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "nock": "^13.1.1" }, diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 555788cd9b247..c4d0f12210249 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +# [4.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.3...gatsby-source-drupal@4.12.0) (2021-08-18) + +### Features + +- **gatsby-source-drupal:** log value of lastFetched ([#32796](https://github.com/gatsbyjs/gatsby/issues/32796)) ([#32838](https://github.com/gatsbyjs/gatsby/issues/32838)) ([448892d](https://github.com/gatsbyjs/gatsby/commit/448892da6fab460874943f3dd358222a1571446c)) + # [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.2...gatsby-source-drupal@4.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 6d2ddddc8817d..c15d8964d7ee9 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": "4.12.0-next.3", + "version": "4.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.1", - "gatsby-source-filesystem": "^3.12.0-next.3", + "gatsby-source-filesystem": "^3.12.0", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 3f52096e6dd23..73635a2df14cf 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.3...gatsby-source-faker@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-faker + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.2...gatsby-source-faker@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-faker diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index c31f446dbaba2..0ed223bf8ee00 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-faker", "description": "A gatsby plugin to get fake data for testing", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme", diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index c502e5c6c6a39..44579a7b7d79d 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.3...gatsby-source-filesystem@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-filesystem + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.2...gatsby-source-filesystem@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 1e308df3cea42..4fb760dba08dc 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "msw": "^0.33.2" }, diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 61aa077a16e04..480dc8ee6499b 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.3...gatsby-source-graphql@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-graphql + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.2...gatsby-source-graphql@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 8cbc62dc09ceb..1d15309e59d96 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": "3.12.0-next.3", + "version": "3.12.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme", diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index f9249a60a02ad..ce88fd31461ce 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.3...gatsby-source-hacker-news@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.2...gatsby-source-hacker-news@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-hacker-news diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index a03414fc3f043..3a823535f51a4 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-hacker-news", "description": "Gatsby source plugin for building websites using Hacker News as a data source", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme", diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 8ab070be02b9b..9e972ad286ae5 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.3...gatsby-source-lever@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-lever + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.2...gatsby-source-lever@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-lever diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 7c11fff391fc6..60c3c7c0fd71f 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-lever", "description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme", diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index 2d288453675c3..e863fabb20d94 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.3...gatsby-source-medium@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-medium + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.2...gatsby-source-medium@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-medium diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 6231759dc5472..b4398941eff9f 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-medium", "description": "Gatsby source plugin for building websites using Medium as a data source", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme", diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 7557155052e25..3fda69c1f267f 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.3...gatsby-source-mongodb@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-mongodb + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.2...gatsby-source-mongodb@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index c7c5b95f19998..f407e7e26f486 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-mongodb", "description": "Source plugin for pulling data into Gatsby from MongoDB collections", - "version": "3.12.0-next.3", + "version": "3.12.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme", diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 44ac205311abf..aa91357eaa4f0 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.3...gatsby-source-npm-package-search@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.2...gatsby-source-npm-package-search@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 9937d9fa634ab..6c4c2fb66d56a 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-npm-package-search", "description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index c07232a482295..e6a179cf0bd17 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.3...gatsby-source-shopify@5.4.0) (2021-08-18) + +### Bug Fixes + +- **gatsby-source-shopify:** coerce variable to boolean ([#32775](https://github.com/gatsbyjs/gatsby/issues/32775)) ([68a7db5](https://github.com/gatsbyjs/gatsby/commit/68a7db5d8b335711aff273b9941e692a9642b50b)) +- **gatsby-source-shopify:** env variable to check if on preview or production ([#32144](https://github.com/gatsbyjs/gatsby/issues/32144)) ([b1d9c94](https://github.com/gatsbyjs/gatsby/commit/b1d9c949396a183b7476f17f65b12322a6c3eaf1)) +- **gatsby-source-shopify:** update api version to fix metafield type issue ([#32774](https://github.com/gatsbyjs/gatsby/issues/32774)) ([6964287](https://github.com/gatsbyjs/gatsby/commit/6964287be7a8d7d56e62b99b9e0b5e693fbf052e)) + # [5.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.2...gatsby-source-shopify@5.4.0-next.3) (2021-08-09) **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 4a386f48dc4b4..bb55057025043 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.4.0-next.3", + "version": "5.4.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-source-filesystem": "^3.12.0-next.3", + "gatsby-core-utils": "^2.12.0", + "gatsby-source-filesystem": "^3.12.0", "node-fetch": "^2.6.1", "sharp": "^0.28.3", "shift-left": "^0.1.5" @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.28.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.12.0-next.3", + "gatsby-plugin-image": "^1.12.0", "msw": "^0.33.2", "prettier": "^2.3.2", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index fe7883a8e0c5d..9d6cbe7f29ca2 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.3...gatsby-source-wikipedia@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.2...gatsby-source-wikipedia@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-source-wikipedia diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index d1f4a7aa0d6a8..2cebf2c010060 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "3.12.0-next.3", + "version": "3.12.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 18dd391202d9e..bb7cb8c236b3f 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.3...gatsby-source-wordpress@5.12.0) (2021-08-18) + +### Bug Fixes + +- **gatsby-source-wordpress:** linting error ([#32749](https://github.com/gatsbyjs/gatsby/issues/32749)) ([2e15bfa](https://github.com/gatsbyjs/gatsby/commit/2e15bfaf3dcb28b4939260cf3795bba3f477fdc6)) +- **gatsby-source-wordpress:** not all stored nodes are media items - protect against that ([#32752](https://github.com/gatsbyjs/gatsby/issues/32752)) ([cf9c051](https://github.com/gatsbyjs/gatsby/commit/cf9c051dc52811b92a4ba60683ed6d51a448c093)) +- **wordpress:** ensure all file links are rewritten ([#32679](https://github.com/gatsbyjs/gatsby/issues/32679)) ([32722f0](https://github.com/gatsbyjs/gatsby/commit/32722f07691d654d19f21bf5bc54f4a6d75b5d88)), closes [#31652](https://github.com/gatsbyjs/gatsby/issues/31652) [#31646](https://github.com/gatsbyjs/gatsby/issues/31646) + +### Features + +- **gatsby-source-wordpress:** process multiple manifest ids on a preview action ([#32723](https://github.com/gatsbyjs/gatsby/issues/32723)) ([627039a](https://github.com/gatsbyjs/gatsby/commit/627039ac7c3e156f75ec9aea739fd1720a732541)) + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.2...gatsby-source-wordpress@5.12.0-next.3) (2021-08-09) ### Features diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 74ab0511d7029..d4a4bc88050e1 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.12.0-next.3", + "version": "5.12.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "gatsby-image": "^3.10.0", - "gatsby-plugin-catch-links": "^3.12.0-next.3", - "gatsby-source-filesystem": "^3.12.0-next.3", + "gatsby-plugin-catch-links": "^3.12.0", + "gatsby-source-filesystem": "^3.12.0", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.8", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^1.12.0-next.3", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby": "^1.12.0", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 3a141e5dd4a1a..e45d13e866178 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.3...gatsby-telemetry@2.12.0) (2021-08-18) + +### Bug Fixes + +- **deps:** update minor and patch dependencies for gatsby-telemetry ([#32612](https://github.com/gatsbyjs/gatsby/issues/32612)) ([1ca8b9e](https://github.com/gatsbyjs/gatsby/commit/1ca8b9ef8517cfdc700056d92c7c5c6d000593e3)) + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.2...gatsby-telemetry@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 04495236b4488..724b3c66713b4 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.12.0-next.3", + "version": "2.12.0", "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": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -26,7 +26,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 4d4284688bf7e..38246e97d15e7 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.3...gatsby-transformer-asciidoc@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.2...gatsby-transformer-asciidoc@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index df2e193dd69d7..c2bea336be027 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "2.12.0-next.3", + "version": "2.12.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 700bff904fcda..c983aacceae11 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.3...gatsby-transformer-csv@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-csv + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.2...gatsby-transformer-csv@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-csv diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index e6c8046e36eea..e8c58d787a843 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-csv", "description": "Gatsby transformer plugin for CSV files", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "json2csv": "^5.0.6" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 25321223d1703..89cc37bce2684 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.3...gatsby-transformer-documentationjs@5.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.2...gatsby-transformer-documentationjs@5.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-documentationjs diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index 4a5f20b82d769..da8f881b7c1b5 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-documentationjs", "description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation", - "version": "5.12.0-next.3", + "version": "5.12.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme", diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index ee663ea125937..2e2aab288a31f 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.3...gatsby-transformer-excel@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-excel + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.2...gatsby-transformer-excel@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 8e969618c5ca7..a469126fbb0fb 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": "3.12.0-next.3", + "version": "3.12.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme", diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 3698016962536..ceaca56b20668 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.3...gatsby-transformer-hjson@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.2...gatsby-transformer-hjson@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-hjson diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 024fb887e269a..0d092ece242ff 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme", diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 65dab16d809f5..b10908d7afac6 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.3...gatsby-transformer-javascript-frontmatter@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.2...gatsby-transformer-javascript-frontmatter@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 79467e6c6a34c..7cace057ced0f 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-frontmatter", "description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 85b8c21e9ea35..a34821e0e67cc 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.3...gatsby-transformer-javascript-static-exports@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.2...gatsby-transformer-javascript-static-exports@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 41c361bd4ade2..b83629253e435 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-static-exports", "description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme", diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index a8698efc328b0..99646ac9e4e2a 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.3...gatsby-transformer-json@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-json + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.2...gatsby-transformer-json@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-json diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 98629a04b2766..d0af607ebbd8d 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-json", "description": "Gatsby transformer plugin for JSON files", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme", diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index b52b83f703b91..ebf77107f5c70 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/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. +# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.3...gatsby-transformer-pdf@2.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.2...gatsby-transformer-pdf@2.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-pdf diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 960bedcf08dd8..15ad4bcf20035 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "2.12.0-next.3", + "version": "2.12.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme", diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index d8d2f73db4da5..d60eae7feaa22 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +# [6.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.3...gatsby-transformer-react-docgen@6.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.2...gatsby-transformer-react-docgen@6.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-react-docgen diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index f66b9d7112543..0b4568c45787c 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "6.12.0-next.3", + "version": "6.12.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 9515963a5d527..f39060c588d51 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/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. +# [4.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.3...gatsby-transformer-remark@4.9.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-remark + # [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.2...gatsby-transformer-remark@4.9.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 5d73cd07fc47b..03df1bdbc65e6 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": "4.9.0-next.3", + "version": "4.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.12.0-next.3", + "gatsby-core-utils": "^2.12.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -33,9 +33,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.3" + "gatsby-plugin-utils": "^1.12.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 9dc08e109a3f1..b05a1f5117583 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.3...gatsby-transformer-screenshot@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.2...gatsby-transformer-screenshot@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 7e3947fde83a0..c306d480b16ec 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": "3.12.0-next.3", + "version": "3.12.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme", diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index ea109a9e7863b..50426b98c0c33 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.3...gatsby-transformer-sharp@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.2...gatsby-transformer-sharp@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 27d9ed980dc16..c9faa255ca1eb 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme", diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 10b3da3881340..69468024fbeba 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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.3...gatsby-transformer-sqip@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.2...gatsby-transformer-sqip@3.12.0-next.3) (2021-08-09) **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 0179bc253c24b..1af6f450d9977 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.12.0-next.3", + "version": "3.12.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.12.0-next.3", + "gatsby-plugin-sharp": "^3.12.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "debug": "^4.3.2" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 7576de2b22fd0..775a79550d821 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.3...gatsby-transformer-toml@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-toml + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.2...gatsby-transformer-toml@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-toml diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 9c9201d6d7afb..8e83a4db62dcf 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-toml", "description": "Gatsby transformer plugin for toml", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme", diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 7db43ace2bc2c..a9f7b7681bdd8 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.3...gatsby-transformer-xml@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-xml + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.2...gatsby-transformer-xml@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-xml diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 681d139ebff16..e05e4e6d1b674 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-xml", "description": "Gatsby plugin for parsing XML files. It supports also attributes", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme", diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index e21f453da9571..62f3544712d38 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.3...gatsby-transformer-yaml@3.12.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.2...gatsby-transformer-yaml@3.12.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-transformer-yaml diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index cb1407c233cfd..1f81d516174cb 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-yaml", "description": "Gatsby transformer plugin for yaml", - "version": "3.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index e0a2c34ede12c..0184a89440909 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/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.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.3...gatsby-worker@0.3.0) (2021-08-18) + +**Note:** Version bump only for package gatsby-worker + # [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.2...gatsby-worker@0.3.0-next.3) (2021-08-09) **Note:** Version bump only for package gatsby-worker diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index d81c35b6f406d..a36de77bde435 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": "0.3.0-next.3", + "version": "0.3.0", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/register": "^7.14.0", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 350909a131a4d..b7e3c15f852cd 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.3...gatsby@3.12.0) (2021-08-18) + +### Bug Fixes + +- **gatsby:** reduce parse cost writing page-data ([#32763](https://github.com/gatsbyjs/gatsby/issues/32763)) ([b97782f](https://github.com/gatsbyjs/gatsby/commit/b97782f35c92a2c51fdd5c997a0ac3fe45cf2524)) +- **gatsby:** Wrap performance mark in check ([#32778](https://github.com/gatsbyjs/gatsby/issues/32778)) ([365d00b](https://github.com/gatsbyjs/gatsby/commit/365d00b2ee413ef38f56ba4262304865ecd4256e)) + +### Features + +- **gatsby:** measure how long GraphQL takes to run in createPages and warn if > 10s ([#32751](https://github.com/gatsbyjs/gatsby/issues/32751)) ([8bd7cf0](https://github.com/gatsbyjs/gatsby/commit/8bd7cf06a0f0bea14c376b8c0daca8856baf6db6)) +- **gatsby:** Opt in 20% of users to webpack dev server caching ([#32829](https://github.com/gatsbyjs/gatsby/issues/32829)) ([#32839](https://github.com/gatsbyjs/gatsby/issues/32839)) ([a0e2a77](https://github.com/gatsbyjs/gatsby/commit/a0e2a77f07731bac63bb8b8a07a30ab422ed7c53)) + # [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.2...gatsby@3.12.0-next.3) (2021-08-09) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b213eba4b908d..e01d5712b4655 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.12.0-next.3", + "version": "3.12.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -32,8 +32,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": "^3.12.0-next.3", - "babel-preset-gatsby": "^1.12.0-next.3", + "babel-plugin-remove-graphql-queries": "^3.12.0", + "babel-preset-gatsby": "^1.12.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -75,17 +75,17 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.12.0-next.3", - "gatsby-core-utils": "^2.12.0-next.3", - "gatsby-graphiql-explorer": "^1.12.0-next.3", - "gatsby-legacy-polyfills": "^1.12.0-next.1", - "gatsby-link": "^3.12.0-next.3", - "gatsby-plugin-page-creator": "^3.12.0-next.3", - "gatsby-plugin-typescript": "^3.12.0-next.3", - "gatsby-plugin-utils": "^1.12.0-next.3", - "gatsby-react-router-scroll": "^4.12.0-next.3", - "gatsby-telemetry": "^2.12.0-next.3", - "gatsby-worker": "^0.3.0-next.3", + "gatsby-cli": "^3.12.0", + "gatsby-core-utils": "^2.12.0", + "gatsby-graphiql-explorer": "^1.12.0", + "gatsby-legacy-polyfills": "^1.12.0", + "gatsby-link": "^3.12.0", + "gatsby-plugin-page-creator": "^3.12.0", + "gatsby-plugin-typescript": "^3.12.0", + "gatsby-plugin-utils": "^1.12.0", + "gatsby-react-router-scroll": "^4.12.0", + "gatsby-telemetry": "^2.12.0", + "gatsby-worker": "^0.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -176,7 +176,7 @@ "@types/string-similarity": "^3.0.0", "@types/tmp": "^0.2.0", "@types/webpack-virtual-modules": "^0.1.1", - "babel-preset-gatsby-package": "^1.12.0-next.3", + "babel-preset-gatsby-package": "^1.12.0", "cross-env": "^7.0.3", "documentation": "^13.1.0", "enhanced-resolve": "^4.2.0",