diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index cee6a71ccc7dc..80c793cc00181 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-plugin-remove-graphql-queries) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.9.1/packages/babel-plugin-remove-graphql-queries) (2022-03-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 66e95e2b0a314..3b1210ec1ff67 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -10,12 +10,12 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.10.0-next.3" + "gatsby-core-utils": "^3.10.0" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 2a66249de37e1..2ee2e218c8d59 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-preset-gatsby-package) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package babel-preset-gatsby-package + ## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.9.0/packages/babel-preset-gatsby-package) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index f5d1e3b8c4328..a94cdf8ed7e30 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": "2.10.0-next.1", + "version": "2.10.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index fc2ef90e6e75c..7dacca4c2d471 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-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. +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-preset-gatsby) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package babel-preset-gatsby + ### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.9.1/packages/babel-preset-gatsby) (2022-03-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 c6746f4435e6c..2e4f7e95c8176 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "2.10.0-next.3", + "version": "2.10.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": "^3.10.0-next.3", - "gatsby-legacy-polyfills": "^2.10.0-next.1" + "gatsby-core-utils": "^3.10.0", + "gatsby-legacy-polyfills": "^2.10.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.15.4", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 ccbc7fe78f067..f93034b13a5cc 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. +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/create-gatsby) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package create-gatsby + ## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.9.0/packages/create-gatsby) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 07c0ba3c06e3c..4be498aeba7a6 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.10.0-next.3", + "version": "2.10.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -28,7 +28,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-plugin-utils": "^3.4.0", "joi": "^17.4.2", "microbundle": "^0.14.2", "node-fetch": "^2.6.6", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 08152bae05ff7..9c3b2717db199 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-cli) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-cli + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.9.1/packages/gatsby-cli) (2022-03-09) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 42539fa37cafd..7d990a155b1b1 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -26,13 +26,13 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.10.0-next.3", + "create-gatsby": "^2.10.0", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-telemetry": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-telemetry": "^3.10.0", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", @@ -65,7 +65,7 @@ "@rollup/plugin-replace": "^2.4.2", "@types/hosted-git-info": "^3.0.2", "@types/yargs": "^15.0.14", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "ink": "^3.2.0", "ink-spinner": "^4.0.3", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 46158bd3726fa..4744fc43c3475 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-codemods) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-codemods + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.9.0/packages/gatsby-codemods) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index beb1552e9c03b..fefc9354586b1 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "3.10.0-next.1", + "version": "3.10.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.15.4", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 5ebb0ebdce197..b38f599c33816 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-core-utils) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-core-utils + ### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.9.1/packages/gatsby-core-utils) (2022-03-09) #### Bug Fixes diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 1977f5a3705d0..56503671c7a69 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "3.10.0-next.3", + "version": "3.10.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -61,7 +61,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "is-uuid": "^1.0.2", "msw": "^0.36.8", diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index b60eba5af70cc..59b865e2c04a5 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-cypress) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-cypress + ## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.9.0/packages/gatsby-cypress) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index d7f43440ad039..e961c66854176 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "2.10.0-next.1", + "version": "2.10.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 8e0907bd0b704..527c3a4f508a2 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-design-tokens) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-design-tokens + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.9.0/packages/gatsby-design-tokens) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 398d4f6c677e0..717ba0f278a31 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "4.10.0-next.1", + "version": "4.10.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 eda4a014b7a95..a0565e14058ad 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-dev-cli) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-dev-cli + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.9.0/packages/gatsby-dev-cli) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index abad81dc7a620..a0dfbada68f39 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 cb1891b932cf7..884ae8dbfb501 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-graphiql-explorer) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-graphiql-explorer + ## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.9.0/packages/gatsby-graphiql-explorer) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 5690628bd42fb..b0317d72f5fb2 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "2.10.0-next.1", + "version": "2.10.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.15.4", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "core-js": "^3.17.2", "cross-env": "^7.0.3", "css-loader": "^6.2.0", diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 078a2ee6d734a..d1792733505f9 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-legacy-polyfills) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-legacy-polyfills + ## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.9.0/packages/gatsby-legacy-polyfills) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index d6536920588bc..816208bcc11f9 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": "2.10.0-next.1", + "version": "2.10.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 e251f8e81e17f..cd298c2296e9d 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-link) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-link + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.9.1/packages/gatsby-link) (2022-03-09) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index db33d67009255..030592db3cf05 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,14 +9,14 @@ "dependencies": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^2.10.0-next.3", + "gatsby-page-utils": "^2.10.0", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@testing-library/react": "^11.2.7", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index d26996ba80200..ca11e25dc326b 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-page-utils) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-page-utils + ### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.9.1/packages/gatsby-page-utils) (2022-03-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 f74dceb5267fb..98f8a29e8de98 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "2.10.0-next.3", + "version": "2.10.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,7 +30,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "glob": "^7.2.0", "lodash": "^4.17.21", "micromatch": "^4.0.4" @@ -39,7 +39,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@types/micromatch": "^4.0.2", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.5.5" diff --git a/packages/gatsby-parcel-config/package.json b/packages/gatsby-parcel-config/package.json index 7442eea488eb2..0f8c1e7b976c0 100644 --- a/packages/gatsby-parcel-config/package.json +++ b/packages/gatsby-parcel-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-parcel-config", "main": "lib/index.json", - "version": "0.1.0-next.1", + "version": "0.1.0", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme", "description": "A minimal Parcel config for use in Gatsby", "repository": { diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index b8a6d5f492fff..e3461fa68e245 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-benchmark-reporting) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + ### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.9.1/packages/gatsby-plugin-benchmark-reporting) (2022-03-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 170c8468f5a23..cfdada8ab93c0 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "2.10.0-next.3", + "version": "2.10.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1" + "babel-preset-gatsby-package": "^2.10.0" }, "dependencies": { "@babel/runtime": "^7.15.4", "fast-glob": "^3.2.11", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "node-fetch": "^2.6.7" }, "scripts": { diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index fefc8fb3f8870..6b118e6203c7a 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-canonical-urls) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.9.0/packages/gatsby-plugin-canonical-urls) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index d8a8fe3f087ed..5ea67744d5e62 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 e80950f9ee530..be50a064f311b 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-catch-links) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.9.0/packages/gatsby-plugin-catch-links) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 04a9aa7c26883..b1d89c94c7c21 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 41b42b60da03d..e15c930037916 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-coffeescript) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.9.0/packages/gatsby-plugin-coffeescript) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index 4daf8b6f8c4e3..b5861b8ace643 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 9bc020d4068dc..928afa91d9a16 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-cxs) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-cxs + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.9.0/packages/gatsby-plugin-cxs) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 8b178c99172b2..380b3a7759606 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 8472d72b8fbf9..10f2fd76de49d 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/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. +## [7.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-emotion) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-emotion + ## [7.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.9.0/packages/gatsby-plugin-emotion) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 00a08efdc3b6f..1ec91ff7b8f6f 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": "7.10.0-next.1", + "version": "7.10.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 c7fc5327aec5c..23ba692c677bd 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-facebook-analytics) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.9.0/packages/gatsby-plugin-facebook-analytics) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index 23977ec5723b3..0d413329b5d5c 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 fc8742527e937..206099acca3c5 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-feed) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-feed + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.9.0/packages/gatsby-plugin-feed) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 08613ff0c6320..121f436aa7775 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "4.10.0-next.3", + "version": "4.10.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.2", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-plugin-utils": "^3.4.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 ccb5f44433702..53048a5db2688 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-flow) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-flow + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.9.0/packages/gatsby-plugin-flow) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index b41da928d3117..c3cad4cedb565 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "3.10.0-next.3", + "version": "3.10.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.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.0" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index ad92f45bffa4f..6fd64863b2b44 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-fullstory) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-fullstory + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.9.0/packages/gatsby-plugin-fullstory) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 4407b9ae8f2f0..84950490c1d6e 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "4.10.0-next.1", + "version": "4.10.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 fd67c3d134c50..74e3bc3ed824f 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-gatsby-cloud) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.9.1/packages/gatsby-plugin-gatsby-cloud) (2022-03-09) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index a402d590e6367..45e10e9657436 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,8 +10,8 @@ "@babel/runtime": "^7.15.4", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-telemetry": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-telemetry": "^3.10.0", "js-cookie": "^3.0.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", @@ -24,7 +24,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.5.0", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "del-cli": "^3.0.1", diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 739ce24f33243..d86c9150e2ecb 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-google-analytics) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.9.0/packages/gatsby-plugin-google-analytics) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 1d41574fce918..ac85e3fe45f68 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@testing-library/react": "^11.2.7", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 b23f5f3bc9631..73f4f3b935dc3 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-google-gtag) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.9.0/packages/gatsby-plugin-google-gtag) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 8011d608adc3c..978ae92149136 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 6428c838555f1..3cf01676eb0c6 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-google-tagmanager) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.9.0/packages/gatsby-plugin-google-tagmanager) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 1972ec52ccde9..c679e2a4667b5 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 9ff71b430b9f2..336aac4931dc9 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-graphql-config) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +#### Chores + +- Format changelog files ([088f23b](https://github.com/gatsbyjs/gatsby/commit/088f23b084b67f746a383e06e9216cef83270317)) +- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf)) +- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa)) +- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb)) +- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d)) +- re-generate changelogs [#32886](https://github.com/gatsbyjs/gatsby/issues/32886) ([417df15](https://github.com/gatsbyjs/gatsby/commit/417df15230be368a9db91f2ad1a9bc0442733177)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) +- node to version 12 and update peerdeps [#29312](https://github.com/gatsbyjs/gatsby/issues/29312) ([ed096c4](https://github.com/gatsbyjs/gatsby/commit/ed096c402d7364415f346e4fb10d46d42d603a14)) + ## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@1.9.0/packages/gatsby-plugin-graphql-config) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index 1cd08251d18f9..3b0da1a04057b 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": "1.10.0-next.1", + "version": "1.10.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index f07926a394c8b..03e2e215c5aeb 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. +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-image) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-image + ### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.9.1/packages/gatsby-plugin-image) (2022-03-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 83bed62044d07..ade22bc04e275 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "2.10.0-next.3", + "version": "2.10.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", @@ -77,12 +77,12 @@ "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^4.10.0-next.3", + "babel-plugin-remove-graphql-queries": "^4.10.0", "camelcase": "^5.3.1", "chokidar": "^3.5.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index ac91aa58bd5d3..132f80024c2b7 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-jss) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-jss + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@4.9.0/packages/gatsby-plugin-jss) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index 1b7aaf94d1451..1446158b3d8c4 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 f2bda19492fb3..7b6f9439b544b 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-layout) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-layout + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@3.9.0/packages/gatsby-plugin-layout) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index b3b7589f09203..6ed7d99518b12 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "3.10.0-next.1", + "version": "3.10.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.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index a1d719b0d85fc..48f560c47a2f2 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-less) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-less + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@6.9.0/packages/gatsby-plugin-less) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 0d113ca55faf0..e4d94e7f26ed6 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": "6.10.0-next.1", + "version": "6.10.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 fbbe4fd9ed73f..6bb425eacf80e 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-lodash) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@5.9.0/packages/gatsby-plugin-lodash) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index af5ac503ab8bf..243ca61dcab6d 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 8232f99335b79..183987028f16c 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-manifest) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-manifest + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.9.1/packages/gatsby-plugin-manifest) (2022-03-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 76613510f9394..7baa3bfef5734 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": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-plugin-utils": "^3.4.0", "semver": "^7.3.5", "sharp": "^0.30.1" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 cec0c2003287a..c660146cac463 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-mdx + ### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.9.1/packages/gatsby-plugin-mdx) (2022-03-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 60dd078e18ffc..ac48d8f7a8800 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "3.10.0-next.3", + "version": "3.10.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -37,7 +37,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -63,7 +63,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-plugin-utils": "^3.4.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 a8a869152c07d..4c4d23c7bea05 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-netlify-cms) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@6.9.0/packages/gatsby-plugin-netlify-cms) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index eead04945d726..053e0ed9bef52 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": "6.10.0-next.1", + "version": "6.10.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index 75290f75b6ec4..777b3b7aa9f3f 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-no-sourcemaps) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@4.9.0/packages/gatsby-plugin-no-sourcemaps) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index 1c63531867de2..61a78aecc4308 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": "4.10.0-next.1", + "version": "4.10.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 a049e68cda34a..94044ce85b1a3 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-nprogress) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-nprogress + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@4.9.0/packages/gatsby-plugin-nprogress) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 5cb034e46c83e..12d982f4600c0 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 aa417f2e7454b..9492c28d5de85 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-offline) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-offline + ### [5.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.9.1/packages/gatsby-plugin-offline) (2022-03-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 592861ed48768..d1dae89d8126d 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "5.10.0-next.3", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-plugin-utils": "^3.4.0", "rewire": "^6.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 e202d26dca7ed..ae7963056bd56 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-page-creator) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.9.1/packages/gatsby-plugin-page-creator) (2022-03-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 5bb3d5a778b0a..c5646f48ad464 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "4.10.0-next.3", + "version": "4.10.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -29,17 +29,17 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-page-utils": "^2.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-telemetry": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-page-utils": "^2.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-telemetry": "^3.10.0", "globby": "^11.0.4", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index e0ef1eed86e46..923d3574ceaa3 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-postcss) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-postcss + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@5.9.0/packages/gatsby-plugin-postcss) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 7f73c7358fe0a..4bb3c1465fbff 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 bc8529ee94244..9b3946f44f078 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-preact) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-preact + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@6.9.0/packages/gatsby-plugin-preact) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 86e440ebcdb27..cc6a6f9c7a050 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": "6.10.0-next.1", + "version": "6.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "preact": "^10.6.4" }, diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 82b652f464d3c..afe25bb73fe71 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-preload-fonts) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.9.1/packages/gatsby-plugin-preload-fonts) (2022-03-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 9990c963ca104..2507d17d1a764 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "3.10.0-next.3", + "version": "3.10.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -23,7 +23,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "del-cli": "^4.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 65a9c9484b06d..7c4dfe6cfd6bb 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-react-css-modules) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@4.9.0/packages/gatsby-plugin-react-css-modules) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 3fd8034c3ff56..8b86743fd788d 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 e6e1d1ab03768..ed018607858b1 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-react-helmet) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@5.9.0/packages/gatsby-plugin-react-helmet) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 4ace6986a6dc1..2e3debb81dd18 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 6e31b14d4ca96..8a1660f2154a4 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-remove-trailing-slashes) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.9.0/packages/gatsby-plugin-remove-trailing-slashes) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index cf2e5319c3401..4a363fc1a8ee3 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": "4.10.0-next.1", + "version": "4.10.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 4e48cca76b1a9..fe3a4f1fe3348 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sass) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-sass + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.9.0/packages/gatsby-plugin-sass) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 921c5b4331b54..155348ba487fc 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "5.10.0-next.3", + "version": "5.10.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "autoprefixer": "^10.4.2", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 b50334097f4ef..0536236049073 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-schema-snapshot) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@3.9.0/packages/gatsby-plugin-schema-snapshot) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index 84c3233e010bc..2d7d54ea96ce1 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": "3.10.0-next.1", + "version": "3.10.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 2381e5335a8ac..892263b3fdadb 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sharp) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-sharp + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.9.1/packages/gatsby-plugin-sharp) (2022-03-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 32bd4297b13be..1bddc76935282 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "debug": "^4.3.3", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-telemetry": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-telemetry": "^3.10.0", "got": "^11.8.3", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.4.3", @@ -31,9 +31,9 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@types/sharp": "^0.29.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.10.0-next.3" + "gatsby-plugin-image": "^2.10.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 1736219581e6f..9b7e8006e93b9 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sitemap) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.9.0/packages/gatsby-plugin-sitemap) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 2989e7fa4fb43..ce7bda8635b08 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "5.10.0-next.3", + "version": "5.10.0", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 955eb1ad56bd2..88fcbb0698c39 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-styled-components) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-styled-components + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@5.9.0/packages/gatsby-plugin-styled-components) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 51d3e8bf14b38..aa2fd6df7ba62 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 2ede959debc7e..edbaaaf8ce571 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-styled-jsx) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@5.9.0/packages/gatsby-plugin-styled-jsx) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index d80e4b9441e07..bc3db7eaf157f 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 46622abcfa92e..57ef7ba6d65f4 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +## [7.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-styletron) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-styletron + ## [7.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@7.9.0/packages/gatsby-plugin-styletron) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index eb920d64c086a..95ed6622ab913 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": "7.10.0-next.1", + "version": "7.10.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.8", "styletron-react": "^6.0.2" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 2b393b490deeb..273ce5ef48685 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-stylus) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-stylus + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@4.9.0/packages/gatsby-plugin-stylus) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index ae2c68143c37d..e84a1e3f97c94 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 60e655a764447..d69592b9a6a62 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-subfont) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-subfont + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@4.9.0/packages/gatsby-plugin-subfont) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index a74c13314d4f4..ab37bf9262d97 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "4.10.0-next.1", + "version": "4.10.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index c5f60c03628e7..774f3a7da0a82 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-twitter) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-twitter + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.9.0/packages/gatsby-plugin-twitter) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index f65e55433b590..21f2a61248c2c 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 bddfb4749e668..b9989ca512d8d 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-typescript) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-typescript + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.9.1/packages/gatsby-plugin-typescript) (2022-03-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 2ac9091ebc1c9..00de9983a4e36 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "4.10.0-next.3", + "version": "4.10.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.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.10.0-next.3" + "babel-plugin-remove-graphql-queries": "^4.10.0" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 5d36fe3971b8b..79b637bb9fe78 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-typography) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-typography + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@4.9.0/packages/gatsby-plugin-typography) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index a0a11f1863a04..4931a972a17c6 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 3e1cf82592159..d2c7ece7aaade 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-utils) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-plugin-utils + ## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.3.0/packages/gatsby-plugin-utils) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index b9e32122f807e..9c5174a0d8b6e 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "3.4.0-next.3", + "version": "3.4.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { @@ -47,8 +47,8 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-sharp": "^0.4.0-next.2", + "gatsby-core-utils": "^3.10.0", + "gatsby-sharp": "^0.4.0", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "msw": "^0.38.1", "rimraf": "^3.0.2", diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 5904518f029fe..18b79117e5570 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-react-router-scroll) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-react-router-scroll + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@5.9.0/packages/gatsby-react-router-scroll) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 2d9e478870e6b..d3e05d4598005 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "babel-plugin-dev-expression": "^0.2.3", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "history": "^5.0.1" }, diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index a94349914c8ca..6c4af32cd7930 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-autolink-headers) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.9.0/packages/gatsby-remark-autolink-headers) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index c399d99abe571..af285e5955056 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "5.10.0-next.3", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 7469adc333be0..2706b7151d5a9 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-code-repls) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-code-repls + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@6.9.0/packages/gatsby-remark-code-repls) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 9a5d1e759acd2..32386c9bcd8be 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": "6.10.0-next.1", + "version": "6.10.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 dcdae4ed33724..3a70131ce3fd7 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-copy-linked-files) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.9.0/packages/gatsby-remark-copy-linked-files) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index c367e6990b3c2..ea0c4bd2ead80 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": "5.10.0-next.2", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 e01cf8a84a73e..2c4491999dd7c 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-custom-blocks) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@4.9.0/packages/gatsby-remark-custom-blocks) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 8bc0b27afe138..4fa356df5d41e 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 5b07e6918c725..85b9ece18a789 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +## [7.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-embed-snippet) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ## [7.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@7.9.0/packages/gatsby-remark-embed-snippet) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 1cb9ab5615285..2dcbfd7b61541 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": "7.10.0-next.1", + "version": "7.10.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 a58d3b385faf8..723a0d4580ea1 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-graphviz) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-graphviz + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@4.9.0/packages/gatsby-remark-graphviz) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 9c3c7670d11c2..ff624abb6b96e 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 7f4b4d64e48ee..05155ea8ec923 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-images-contentful) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@5.9.0/packages/gatsby-remark-images-contentful) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 7ea56bf425755..3b57437baff4f 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": "5.10.0-next.1", + "version": "5.10.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.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 43a080493177a..acc09fc5e61b4 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-images) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-images + ### [6.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.9.1/packages/gatsby-remark-images) (2022-03-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 f581ff8ace211..b52f526b6fe9c 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "6.10.0-next.3", + "version": "6.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.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.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3", + "gatsby-plugin-utils": "^3.4.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 e673aed994c02..39102e3548a77 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-katex) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-katex + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@6.9.0/packages/gatsby-remark-katex) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index d5d1a2e70d58a..5c1270fcf7da5 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "6.10.0-next.1", + "version": "6.10.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "katex": "^0.13.18", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 9c4ede002266f..30e28d90aadcb 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-prismjs) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-prismjs + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@6.9.0/packages/gatsby-remark-prismjs) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 99df418f3a8dd..384d3a00c4e96 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": "6.10.0-next.1", + "version": "6.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cheerio": "^1.0.0-rc.10", "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 382402473d898..f4e8a1e847d78 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. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-responsive-iframe) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@5.9.0/packages/gatsby-remark-responsive-iframe) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 70ee7e67353fb..09c0747dfdfb1 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.22", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index fe1d285118ff0..934f3763a9fb6 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-smartypants) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-remark-smartypants + ## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.9.0/packages/gatsby-remark-smartypants) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index f6fb70a924464..f8cf5dd680b3e 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": "5.10.0-next.1", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-sharp/package.json b/packages/gatsby-sharp/package.json index 75559b2b7907f..ffe80716cdd1d 100644 --- a/packages/gatsby-sharp/package.json +++ b/packages/gatsby-sharp/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-sharp", - "version": "0.4.0-next.2", + "version": "0.4.0", "sideEffects": false, "keywords": [ "gatsby", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 7672d88f8c650..05c39404426fb 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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. +## [7.8.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-contentful) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-contentful + ### [7.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.7.2/packages/gatsby-source-contentful) (2022-03-09) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 14fd10e2db668..b6bb8edee0427 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": "7.8.0-next.3", + "version": "7.8.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.2", "contentful": "^8.5.8", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-source-filesystem": "^4.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-source-filesystem": "^4.10.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "nock": "^13.2.4" }, diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index d340debb4e06f..7b1586cd786ff 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. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-drupal) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-drupal + ### [5.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.9.1/packages/gatsby-source-drupal) (2022-03-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 a3e7012461ea5..e6db6660c7afe 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "5.10.0-next.3", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.1", "fastq": "^1.13.0", - "gatsby-source-filesystem": "^4.10.0-next.3", + "gatsby-source-filesystem": "^4.10.0", "got": "^11.8.3", "http2-wrapper": "^2.1.10", "lodash": "^4.17.21", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 1e52b8e862698..0b61ac87d0741 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-faker) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-faker + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@4.9.0/packages/gatsby-source-faker) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 071b1be1f9a0b..4e39923babdc5 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 52941f2627c9f..daa32fbcffbf9 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-filesystem) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-filesystem + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.9.1/packages/gatsby-source-filesystem) (2022-03-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 6a2299f413040..b0e6e88176ce4 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -23,7 +23,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme", diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index d3065095cc9ce..d69efeffcbdca 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-graphql) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-graphql + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.9.1/packages/gatsby-source-graphql) (2022-03-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 77f511add6a56..bacbead32cc2e 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,14 +14,14 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "invariant": "^2.2.4", "node-fetch": "^2.6.7" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 8af3d4b664e58..bbd4eb4068b82 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-hacker-news) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-hacker-news + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.9.0/packages/gatsby-source-hacker-news) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index 6d0eebe8a11a1..982cde5532897 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 90a544da59371..64d29978b48b7 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-lever) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-lever + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@4.9.0/packages/gatsby-source-lever) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index a35788f105458..94a7f68af07e4 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 e0803e4f27996..b6143b459109e 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-medium) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-medium + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@4.9.0/packages/gatsby-source-medium) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 922b97b470112..b6a8d190fad91 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 15a6f9aaec1ac..0245458634ed9 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-mongodb) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@4.9.0/packages/gatsby-source-mongodb) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index b577182d916a9..8c35634578d0d 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": "4.10.0-next.1", + "version": "4.10.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 62a78db906bb3..fbfc7964ad57d 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-npm-package-search) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-npm-package-search + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@4.9.0/packages/gatsby-source-npm-package-search) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 87268f2cf92a5..e93a5a319188d 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": "4.10.0-next.1", + "version": "4.10.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index c0c38679ca540..50758d5cbb9bc 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-shopify) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-shopify + ### [6.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.9.1/packages/gatsby-source-shopify) (2022-03-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 98dc3dc8addcd..50456408b31d2 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "6.10.0-next.3", + "version": "6.10.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -20,9 +20,9 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-source-filesystem": "^4.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-source-filesystem": "^4.10.0", "node-fetch": "^2.6.7", "sharp": "^0.30.1", "shift-left": "^0.1.5" @@ -32,7 +32,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.29.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.10.0-next.3", + "gatsby-plugin-image": "^2.10.0", "msw": "^0.35.0", "prettier": "^2.5.1", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 8d96061b2ae52..114561fa83469 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-wikipedia) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-wikipedia + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@4.9.0/packages/gatsby-source-wikipedia) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index a711e32855f20..fd6bf6c58d162 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "4.10.0-next.1", + "version": "4.10.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -37,7 +37,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 7acfe2f4ea450..16a60cfaea474 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-wordpress) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-source-wordpress + ### [6.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.9.1/packages/gatsby-source-wordpress) (2022-03-09) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 22b9ff0bc0141..16860724cd372 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "6.10.0-next.3", + "version": "6.10.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.4.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-plugin-catch-links": "^4.10.0-next.1", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-source-filesystem": "^4.10.0-next.3", + "gatsby-core-utils": "^3.10.0", + "gatsby-plugin-catch-links": "^4.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-source-filesystem": "^4.10.0", "glob": "^7.2.0", "got": "^11.8.3", "lodash": "^4.17.21", @@ -54,10 +54,10 @@ "@types/semver": "^7.3.9", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^2.10.0-next.3", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby": "^2.10.0", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.10.0-next.3", + "gatsby-plugin-image": "^2.10.0", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index fad9edca8eb19..a5b9c20ce7d1a 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. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-telemetry) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-telemetry + ### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.9.1/packages/gatsby-telemetry) (2022-03-09) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index aa63d9883461d..cf23b2ef20332 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "3.10.0-next.3", + "version": "3.10.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": "^10.0.0", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.5.5" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 6c6eb46ed10f2..2c60fa55ea2f2 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-asciidoc) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@3.9.0/packages/gatsby-transformer-asciidoc) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index e97f3be1bc993..515001361d034 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": "3.10.0-next.1", + "version": "3.10.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 23e7ce893ad26..489ea8c9c89e2 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-csv) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-csv + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@4.9.0/packages/gatsby-transformer-csv) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index b7ece72a14421..886b5c550f0d2 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "json2csv": "^5.0.7" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 27891d56af655..c25f58c4ea479 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/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. +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-documentationjs) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + ## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@6.9.0/packages/gatsby-transformer-documentationjs) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index a8ac370b52640..507d24fb765ac 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": "6.10.0-next.1", + "version": "6.10.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 5c9ee3e2289cb..8809a9448febd 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-excel) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@4.9.0/packages/gatsby-transformer-excel) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index d37f8acfcdd68..f159f8af0d4e8 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "4.10.0-next.2", + "version": "4.10.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 d0ba930c2df58..37d6690a0f86f 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-hjson) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@4.9.0/packages/gatsby-transformer-hjson) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 080967beaf0b2..ae7f67dd717ff 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 cc7a4b7f3ac13..68b05d0e8a31e 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-javascript-frontmatter) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@4.9.0/packages/gatsby-transformer-javascript-frontmatter) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index a5f88f0591ef0..486c144ab457b 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": "4.10.0-next.1", + "version": "4.10.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.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 0a9dee3115c23..684b7ce45beac 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-javascript-static-exports) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@4.9.0/packages/gatsby-transformer-javascript-static-exports) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 3e4fabb7f65d0..c973f4a6fb158 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 28a754a613822..9e12e65862f1d 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-json) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-json + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.9.0/packages/gatsby-transformer-json) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 13d03301f5b25..1a6dd26135577 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 28a6ac96f4a8d..2e38aaba861f2 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-pdf) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-pdf + ## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@3.9.0/packages/gatsby-transformer-pdf) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 72796426e71b8..c0a7bd8cfc6a0 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": "3.10.0-next.1", + "version": "3.10.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 7013dcc8b5caa..1b52dd1966a94 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +## [7.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-react-docgen) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [7.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@7.9.0/packages/gatsby-transformer-react-docgen) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 571ab18c77854..54c019c876990 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": "7.10.0-next.1", + "version": "7.10.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 62e3119a5be09..099ab9df2d386 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-remark) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-remark + ### [5.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.9.1/packages/gatsby-transformer-remark) (2022-03-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 4d105ff735c5c..1c26a8e7c5b48 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "5.10.0-next.3", + "version": "5.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.10.0-next.3", + "gatsby-core-utils": "^3.10.0", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -33,9 +33,9 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.4.0-next.3" + "gatsby-plugin-utils": "^3.4.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 74d64fea114cd..2ea6d4edb74eb 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-screenshot) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-screenshot + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@4.9.0/packages/gatsby-transformer-screenshot) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index cd1a7af109ba4..7e9607448904d 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "4.10.0-next.1", + "version": "4.10.0", "author": "Cassandra Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 fdc22494cd2d8..ae591af7aa669 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-sharp) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.9.0/packages/gatsby-transformer-sharp) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index f32ccbe73d726..8b78d6eb081fe 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": "4.10.0-next.2", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@types/sharp": "^0.29.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 c19d7e60949e3..cea346ccad7b3 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-sqip) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-sqip + ### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.9.1/packages/gatsby-transformer-sqip) (2022-03-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 ce046406bf068..219003f25492b 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-plugin-sharp": "^4.10.0-next.3", + "gatsby-plugin-sharp": "^4.10.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "debug": "^4.3.3" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 3c9f7408d3c33..9740a50eeae6f 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-toml) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@4.9.0/packages/gatsby-transformer-toml) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 0ac133ec5b0fc..822291f190011 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 bc52afb92637b..1feccc76b5599 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-xml) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-xml + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@4.9.0/packages/gatsby-transformer-xml) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 90bb85e034c54..2e4029c99612c 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 3d4b3b5e1eaee..e584c66df41eb 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-yaml) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.9.0/packages/gatsby-transformer-yaml) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 2d2b159561045..977a965276212 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": "4.10.0-next.1", + "version": "4.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.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 d017e728334cc..4bf16da542425 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-worker) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby-worker + ## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.9.0/packages/gatsby-worker) (2022-03-01) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 1d5d540d52422..d980f659830ac 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-worker", "description": "Utility to create worker pools", - "version": "1.10.0-next.1", + "version": "1.10.0", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.15.4", "@babel/register": "^7.15.3", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.5.5" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 44d01af447c62..6f3df24e644b7 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/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. +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2022-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) + +**Note:** Version bump only for package gatsby + ### [4.9.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.9.3/packages/gatsby) (2022-03-09) #### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 629c895bcfba4..6f1047f8ea9c4 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "4.10.0-next.3", + "version": "4.10.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -35,8 +35,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^4.10.0-next.3", - "babel-preset-gatsby": "^2.10.0-next.3", + "babel-plugin-remove-graphql-queries": "^4.10.0", + "babel-preset-gatsby": "^2.10.0", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -79,19 +79,19 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.10.0-next.3", - "gatsby-core-utils": "^3.10.0-next.3", - "gatsby-graphiql-explorer": "^2.10.0-next.1", - "gatsby-legacy-polyfills": "^2.10.0-next.1", - "gatsby-link": "^4.10.0-next.3", - "gatsby-page-utils": "^2.10.0-next.3", - "gatsby-parcel-config": "^0.1.0-next.1", - "gatsby-plugin-page-creator": "^4.10.0-next.3", - "gatsby-plugin-typescript": "^4.10.0-next.3", - "gatsby-plugin-utils": "^3.4.0-next.3", - "gatsby-react-router-scroll": "^5.10.0-next.1", - "gatsby-telemetry": "^3.10.0-next.3", - "gatsby-worker": "^1.10.0-next.1", + "gatsby-cli": "^4.10.0", + "gatsby-core-utils": "^3.10.0", + "gatsby-graphiql-explorer": "^2.10.0", + "gatsby-legacy-polyfills": "^2.10.0", + "gatsby-link": "^4.10.0", + "gatsby-page-utils": "^2.10.0", + "gatsby-parcel-config": "^0.1.0", + "gatsby-plugin-page-creator": "^4.10.0", + "gatsby-plugin-typescript": "^4.10.0", + "gatsby-plugin-utils": "^3.4.0", + "gatsby-react-router-scroll": "^5.10.0", + "gatsby-telemetry": "^3.10.0", + "gatsby-worker": "^1.10.0", "glob": "^7.2.0", "got": "^11.8.2", "graphql": "^15.7.2", @@ -179,7 +179,7 @@ "@types/string-similarity": "^4.0.0", "@types/tmp": "^0.2.0", "@types/webpack-virtual-modules": "^0.1.1", - "babel-preset-gatsby-package": "^2.10.0-next.1", + "babel-preset-gatsby-package": "^2.10.0", "copyfiles": "^2.3.0", "cross-env": "^7.0.3", "documentation": "^13.1.0", @@ -193,7 +193,7 @@ "zipkin-transport-http": "^0.22.0" }, "optionalDependencies": { - "gatsby-sharp": "^0.4.0-next.2" + "gatsby-sharp": "^0.4.0" }, "engines": { "node": ">=14.15.0"