diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 8659e2fc5a2f9..c810974bd0c1a 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.8.0-next.1...babel-plugin-remove-graphql-queries@3.8.0) (2021-06-22) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.8.0-next.0...babel-plugin-remove-graphql-queries@3.8.0-next.1) (2021-06-10) **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 e3b4fa82bd7bc..158409457680e 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.8.0-next.1" + "gatsby-core-utils": "^2.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index f00a69b583572..0bb1829c36579 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.1...babel-preset-gatsby-package@1.8.0) (2021-06-22) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.0...babel-preset-gatsby-package@1.8.0-next.1) (2021-06-10) **Note:** Version bump only for package babel-preset-gatsby-package diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index d0e22c6f4870c..aacca2c846952 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby-package", - "version": "1.8.0-next.1", + "version": "1.8.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 340baa24db5da..c79245704541a 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.8.0-next.1...babel-preset-gatsby@1.8.0) (2021-06-22) + +**Note:** Version bump only for package babel-preset-gatsby + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.8.0-next.0...babel-preset-gatsby@1.8.0-next.1) (2021-06-10) **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 966f383f33b72..dfed6bc7096be 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.8.0-next.1", + "version": "1.8.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,8 +22,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-legacy-polyfills": "^1.8.0-next.0" + "gatsby-core-utils": "^2.8.0", + "gatsby-legacy-polyfills": "^1.8.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 8a388bfa3c0d1..12f900777d512 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.8.0-next.1...create-gatsby@1.8.0) (2021-06-22) + +**Note:** Version bump only for package create-gatsby + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.8.0-next.0...create-gatsby@1.8.0-next.1) (2021-06-10) **Note:** Version bump only for package create-gatsby diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 65a88b6ccec2c..7dbe7a282ab33 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.8.0-next.1", + "version": "1.8.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.27.0", "execa": "^4.1.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-plugin-utils": "^1.8.0", "joi": "^17.4.0", "microbundle": "^0.13.1", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 48aa7072cc61d..6990d318a1a0f 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.18.0-next.2...gatsby-admin@0.18.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-admin + # [0.18.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.18.0-next.1...gatsby-admin@0.18.0-next.2) (2021-06-17) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 9a30dbf94e916..e2f8af4a1c07b 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.18.0-next.2", + "version": "0.18.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,11 +20,11 @@ "@typescript-eslint/parser": "^4.14.2", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.8.0-next.2", + "gatsby": "^3.8.0", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.8.0-next.1", + "gatsby-plugin-typescript": "^3.8.0", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^3.8.0-next.1", + "gatsby-source-graphql": "^3.8.0", "lodash-es": "^4.17.21", "ncp": "^2.0.0", "nodemon": "^2.0.7", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index db3c99b19e6fa..f21e9d99a130f 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.8.0-next.2...gatsby-cli@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-cli + # [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.8.0-next.1...gatsby-cli@3.8.0-next.2) (2021-06-17) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 48d7bd5664f20..15dd9229e1c73 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "3.8.0-next.2", + "version": "3.8.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -18,14 +18,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.8.0-next.1", + "create-gatsby": "^1.8.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-recipes": "^0.19.0-next.1", - "gatsby-telemetry": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-recipes": "^0.19.0", + "gatsby-telemetry": "^2.8.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.3.3", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.8", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.1", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index af3b596f082b2..667b1edfc54c5 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.8.0-next.2...gatsby-codemods@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-codemods + # [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.8.0-next.1...gatsby-codemods@2.8.0-next.2) (2021-06-17) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 3aef41e9740f4..27d53c22c2783 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.8.0-next.2", + "version": "2.8.0", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 13053b1f0f60f..440d54a8e2a04 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.8.0-next.1...gatsby-core-utils@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-core-utils + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.8.0-next.0...gatsby-core-utils@2.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index e9426a0413074..f04056386a5e5 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.8.0-next.1", + "version": "2.8.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -42,7 +42,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "typescript": "^4.1.5" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index cccac09e650a2..e89d40a783973 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.8.0-next.1...gatsby-cypress@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-cypress + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.8.0-next.0...gatsby-cypress@1.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 34dc25cf190ad..62c38c4d56b99 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "1.8.0-next.1", + "version": "1.8.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 6e41d379cf7d2..c987029a8c0e7 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.8.0-next.1...gatsby-design-tokens@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-design-tokens + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.8.0-next.0...gatsby-design-tokens@3.8.0-next.1) (2021-06-17) **Note:** Version bump only for package gatsby-design-tokens diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 72a59cc41c1bf..a68097ed5700c 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "3.8.0-next.1", + "version": "3.8.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 d532ebfe7591f..9979603053bde 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.8.0-next.2...gatsby-dev-cli@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-dev-cli + # [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.8.0-next.1...gatsby-dev-cli@3.8.0-next.2) (2021-06-17) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 8a0281ad0f072..6dce930631a72 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "3.8.0-next.2", + "version": "3.8.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 af09bb869ebb5..87758720c27b1 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.8.0-next.1...gatsby-graphiql-explorer@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.8.0-next.0...gatsby-graphiql-explorer@1.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-graphiql-explorer diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index d65398a9dd454..463c5ebc429b4 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "1.8.0-next.1", + "version": "1.8.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.14.0", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index f64b8e97b01f9..55f2a73abcf86 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.8.0-next.1...gatsby-image@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-image + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.8.0-next.0...gatsby-image@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 5761ec5224f18..963f2635c39c1 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-image", "description": "Lazy-loading React image component with optional support for the blur-up effect.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "jest-matchmedia-mock": "^1.1.0" }, diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 8291b29c1c441..782992bc43f93 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.8.0-next.0...gatsby-legacy-polyfills@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-legacy-polyfills + # [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.7.0-next.0...gatsby-legacy-polyfills@1.8.0-next.0) (2021-06-03) **Note:** Version bump only for package gatsby-legacy-polyfills diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 89f6ac667465a..f7bc7fcacf9b7 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "1.8.0-next.0", + "version": "1.8.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 9b5549314235f..00da33e640f6f 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.8.0-next.1...gatsby-link@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-link + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.8.0-next.0...gatsby-link@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 8121697a1fb56..3ae22d857ec9f 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index f61c9da08d9d5..6b15b29b026a0 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.8.0-next.1...gatsby-page-utils@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-page-utils + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.8.0-next.0...gatsby-page-utils@1.8.0-next.1) (2021-06-10) **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 55fed130d0a47..c37489c29fd02 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.8.0-next.1", + "version": "1.8.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" @@ -35,7 +35,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@types/micromatch": "^4.0.1", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.1.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 512cc9411cdd0..b18a3a5e2a317 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.8.0-next.1...gatsby-plugin-benchmark-reporting@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.8.0-next.0...gatsby-plugin-benchmark-reporting@1.8.0-next.1) (2021-06-10) **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 e54a4187738b4..e68f0dfe64893 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "1.8.0-next.1", + "version": "1.8.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1" + "babel-preset-gatsby-package": "^1.8.0" }, "dependencies": { "fast-glob": "^3.2.5", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index f1c9d33a71e67..c4c170473b171 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.8.0-next.1...gatsby-plugin-canonical-urls@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.8.0-next.0...gatsby-plugin-canonical-urls@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-canonical-urls diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index 77addd3e8e489..e2ee144befbd1 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-canonical-urls", "description": "Add canonical links to HTML pages Gatsby generates.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 438e37ff19a3b..09580136d2728 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.8.0-next.1...gatsby-plugin-catch-links@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.8.0-next.0...gatsby-plugin-catch-links@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 2384229f6e6a7..11ccc84edfc91 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-catch-links", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 c58bcb8d8db72..5a4574873b71a 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.8.0-next.1...gatsby-plugin-coffeescript@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.8.0-next.0...gatsby-plugin-coffeescript@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-coffeescript diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index ef3ea57d9f06b..11687da2052d4 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-coffeescript", "description": "Adds CoffeeScript support for Gatsby", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index 2d07b8940044a..f019de60e1e05 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.8.0-next.1...gatsby-plugin-create-client-paths@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.8.0-next.0...gatsby-plugin-create-client-paths@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-create-client-paths diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 44163e56c26ab..e209a254fbba2 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-create-client-paths", "description": "Gatsby-plugin for creating paths that exist only on the client", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 4b15184505e55..b514a4a52eadd 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.8.0-next.1...gatsby-plugin-cxs@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.8.0-next.0...gatsby-plugin-cxs@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 2a584653ce54a..78e25779b8717 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 1ba69a107aeec..625f9ff4953dd 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.8.0-next.1...gatsby-plugin-emotion@6.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.8.0-next.0...gatsby-plugin-emotion@6.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-emotion diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index b911a977eab37..65d0d1dbb6cd5 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-emotion", "description": "Gatsby plugin to add support for Emotion", - "version": "6.8.0-next.1", + "version": "6.8.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 4b24c552435ef..d94b2c253752c 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.8.0-next.1...gatsby-plugin-facebook-analytics@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.8.0-next.0...gatsby-plugin-facebook-analytics@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-facebook-analytics diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index 989d827c72a98..5ea99b6dac552 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-facebook-analytics", "description": "Gatsby plugin to add facebook analytics onto a site", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 2558a5f0511b7..6170e395c0a80 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.8.0-next.1...gatsby-plugin-feed@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-feed + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.8.0-next.0...gatsby-plugin-feed@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 890703bb4186a..a048014a06ccb 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-plugin-utils": "^1.8.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 07b0086d4e0c8..da45e20b66069 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.8.0-next.1...gatsby-plugin-flow@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-flow + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.8.0-next.0...gatsby-plugin-flow@2.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index c64b5695e2128..af836b5a6c961 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "2.8.0-next.1", + "version": "2.8.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,9 +30,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.0" }, "peerDependencies": { "gatsby": "^3.0.0-next.0" diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 17f690964f706..f06490089d67e 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.8.0-next.1...gatsby-plugin-fullstory@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.8.0-next.0...gatsby-plugin-fullstory@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-fullstory diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 976d9be7b35f4..4a88688242b4b 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "3.8.0-next.1", + "version": "3.8.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 2b9e909e30d87..bada2e9971952 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.2...gatsby-plugin-gatsby-cloud@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + # [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.1...gatsby-plugin-gatsby-cloud@2.8.0-next.2) (2021-06-17) **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 7e5f9b363b396..4b7fc2f1d6baf 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": "2.8.0-next.2", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.1.9", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "jest": "^26.6.3", "msw": "^0.29.0", diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 696ae3605af70..3ebde33c0733d 100644 --- a/packages/gatsby-plugin-glamor/CHANGELOG.md +++ b/packages/gatsby-plugin-glamor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.8.0-next.1...gatsby-plugin-glamor@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.8.0-next.0...gatsby-plugin-glamor@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-glamor diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index 9631fbd0bece2..65b45ad4b9d1c 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-glamor", "description": "Gatsby plugin to add support for Glamor", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index b9cda2c9ae3c4..c13b2f5970803 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.8.0-next.2...gatsby-plugin-google-analytics@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.8.0-next.1...gatsby-plugin-google-analytics@3.8.0-next.2) (2021-06-17) ### Features diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 89ff0859f4dbd..6c8569040f28b 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "3.8.0-next.2", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 fa055e1db792b..436b98044fef8 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.8.0-next.1...gatsby-plugin-google-gtag@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.8.0-next.0...gatsby-plugin-google-gtag@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-google-gtag diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 80a375fb3ac4c..0a7be14e73ef6 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-gtag", "description": "Gatsby plugin to add google gtag onto a site", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 16f5435839aae..8e55f64d3ee23 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.8.0-next.2...gatsby-plugin-google-tagmanager@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.8.0-next.1...gatsby-plugin-google-tagmanager@3.8.0-next.2) (2021-06-17) ### Features diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 4fc042521b1db..481c5c2b20318 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "3.8.0-next.2", + "version": "3.8.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 4bf2a92e0def3..a726354dc358f 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.17.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.17.0-next.1...gatsby-plugin-graphql-config@0.17.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.17.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.17.0-next.0...gatsby-plugin-graphql-config@0.17.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-graphql-config diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index 0818dc62274be..b465dc467ecb2 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-graphql-config", "description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured", - "version": "0.17.0-next.1", + "version": "0.17.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 1061ca7377391..43423355277af 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.8.0-next.1...gatsby-plugin-image@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-image + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.8.0-next.0...gatsby-plugin-image@1.8.0-next.1) (2021-06-10) **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 4e5a7fc9b27e5..4d4325b371e7a 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.8.0-next.1", + "version": "1.8.0", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -76,12 +76,12 @@ "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.8.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index b14de13721131..b9c57c206ff09 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.8.0-next.1...gatsby-plugin-jss@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-jss + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.8.0-next.0...gatsby-plugin-jss@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-jss diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index cceb90490cf3d..4cdf25ab859f2 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-jss", "description": "Gatsby plugin that adds SSR support for JSS", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 eecfcdea31cb4..97428a3c9274e 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.8.0-next.1...gatsby-plugin-layout@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-layout + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.8.0-next.0...gatsby-plugin-layout@2.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-layout diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index 217442c527a96..470443f4781c6 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "2.8.0-next.1", + "version": "2.8.0", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index c4f2fd8ce909e..4a7d87309912d 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.8.0-next.1...gatsby-plugin-less@5.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-less + # [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.8.0-next.0...gatsby-plugin-less@5.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index feb2b090c5c84..8936b1f5054c3 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Gatsby plugin to add support for using Less", - "version": "5.8.0-next.1", + "version": "5.8.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 4df8f7d47a0b5..cf0aef3f0e918 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.8.0-next.1...gatsby-plugin-lodash@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.8.0-next.0...gatsby-plugin-lodash@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-lodash diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index e0dff716f3ed3..61b7d119c9063 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-lodash", "description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 3dd3c815d1694..7a21bf8f01085 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.8.0-next.1...gatsby-plugin-manifest@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.8.0-next.0...gatsby-plugin-manifest@3.8.0-next.1) (2021-06-10) **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 898090cefcdf9..16a1763201c48 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,22 +1,22 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-plugin-utils": "^1.8.0", "semver": "^7.3.5", "sharp": "^0.28.1" }, "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 50670f1cd4fae..b52f0dfe0d29c 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.8.0-next.1...gatsby-plugin-mdx@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.8.0-next.0...gatsby-plugin-mdx@2.8.0-next.1) (2021-06-10) **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 82d0d350409ab..b09983337b5d7 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.8.0-next.1", + "version": "2.8.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -35,7 +35,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -60,7 +60,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-plugin-utils": "^1.8.0", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 646df39a3895e..51f6fcdbeee50 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.8.0-next.1...gatsby-plugin-netlify-cms@5.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.8.0-next.0...gatsby-plugin-netlify-cms@5.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 3b3f1d05a91ef..c158c6fa93bcf 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "5.8.0-next.1", + "version": "5.8.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index f157880feabac..c750060d7d451 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.8.0-next.1...gatsby-plugin-netlify@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.8.0-next.0...gatsby-plugin-netlify@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 70a0139b4225f..c982379eb3ce4 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index 147e447ba6c09..0908ac78a30d2 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.8.0-next.0...gatsby-plugin-no-sourcemaps@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.7.0-next.0...gatsby-plugin-no-sourcemaps@3.8.0-next.0) (2021-06-03) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index b23497a484583..2001a2548f0ba 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-no-sourcemaps", "description": "Disable sourcemaps when building JavaScript", - "version": "3.8.0-next.0", + "version": "3.8.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 d22860348d507..f55beefac0e71 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.8.0-next.1...gatsby-plugin-nprogress@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.8.0-next.0...gatsby-plugin-nprogress@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-nprogress diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 24444e404e49b..54578be0ea9a7 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-nprogress", "description": "Shows page loading indicator when loading page resources is delayed", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 470cc5d1bc2fb..384550a41fcb8 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.8.0-next.1...gatsby-plugin-offline@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-offline + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.8.0-next.0...gatsby-plugin-offline@4.8.0-next.1) (2021-06-10) **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 aedda785eb10c..41e67be5bb2ff 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-plugin-utils": "^1.8.0", "rewire": "^5.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 552ed1f44027f..7d5247325241a 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.8.0-next.1...gatsby-plugin-page-creator@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.8.0-next.0...gatsby-plugin-page-creator@3.8.0-next.1) (2021-06-10) **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 d87fddc5f2b3e..983c9807a434d 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "3.8.0-next.1", + "version": "3.8.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,16 +28,16 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-page-utils": "^1.8.0-next.1", - "gatsby-telemetry": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-page-utils": "^1.8.0", + "gatsby-telemetry": "^2.8.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 4a992356820d3..c9fac54f9566d 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.8.0-next.1...gatsby-plugin-postcss@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.8.0-next.0...gatsby-plugin-postcss@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 35054d42d1996..e7838d2e65154 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 5d23db7e53908..7cd46723d0bfe 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.8.0-next.1...gatsby-plugin-preact@5.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-preact + # [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.8.0-next.0...gatsby-plugin-preact@5.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index d6136463b452d..7bf43425888b6 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "5.8.0-next.1", + "version": "5.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 9e74a4cb71b36..4001a3e2c7174 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.8.0-next.1...gatsby-plugin-preload-fonts@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.8.0-next.0...gatsby-plugin-preload-fonts@2.8.0-next.1) (2021-06-10) **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 a8300452de159..8a2771df975a6 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "2.8.0-next.1", + "version": "2.8.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.0", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "del-cli": "^3.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 9bb71a160f374..f301d5856d9cc 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.8.0-next.1...gatsby-plugin-react-css-modules@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.8.0-next.0...gatsby-plugin-react-css-modules@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-react-css-modules diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 17bda40f30d2d..8a8b512bc07b5 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-css-modules", "description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 1e10fa2bfdb13..c557ac70b77f1 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.8.0-next.1...gatsby-plugin-react-helmet@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.8.0-next.0...gatsby-plugin-react-helmet@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-react-helmet diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 9b582a11e1b51..2d599f4d44bba 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-helmet", "description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 78f4d4ead88f3..8f5e7e6f7ba3d 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.8.0-next.1...gatsby-plugin-remove-trailing-slashes@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.8.0-next.0...gatsby-plugin-remove-trailing-slashes@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 00628d5e61c36..f5e6a581e6df3 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-remove-trailing-slashes", "description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 e0b4cb13ba127..453af2ae355e4 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.8.0-next.1...gatsby-plugin-sass@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-sass + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.8.0-next.0...gatsby-plugin-sass@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index d76e3cbfdf291..8a163ff7b1b7e 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "autoprefixer": "^10.2.5", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 1d100263c9e64..968ea9c629039 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.8.0-next.0...gatsby-plugin-schema-snapshot@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.7.0-next.0...gatsby-plugin-schema-snapshot@2.8.0-next.0) (2021-06-03) **Note:** Version bump only for package gatsby-plugin-schema-snapshot diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index bc1053ee150ad..b82d81aa8768b 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-schema-snapshot", - "version": "2.8.0-next.0", + "version": "2.8.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 4d0c08105b84d..f419c952191d5 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.8.0-next.1...gatsby-plugin-sharp@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.8.0-next.0...gatsby-plugin-sharp@3.8.0-next.1) (2021-06-10) **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 9010547f3d8f9..513933279e6a6 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,8 +12,8 @@ "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-telemetry": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -32,10 +32,10 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.8.0-next.1", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-image": "^1.8.0", + "gatsby-plugin-utils": "^1.8.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 de6eb57dec3e9..d7c4f545dd83f 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. +# [4.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.4.0-next.1...gatsby-plugin-sitemap@4.4.0) (2021-06-22) + +### Bug Fixes + +- **gatsby-plugin-sitemap:** Properly throw error on missing siteUrl ([#31963](https://github.com/gatsbyjs/gatsby/issues/31963)) ([f91dd52](https://github.com/gatsbyjs/gatsby/commit/f91dd5250f5fa38c1b1c97a936aece6a241a8404)) + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.4.0-next.0...gatsby-plugin-sitemap@4.4.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 00758dc8993bb..4dfb929daf1e2 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "4.4.0-next.1", + "version": "4.4.0", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 7afa81402b5fb..3f08b67c160ab 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.8.0-next.1...gatsby-plugin-styled-components@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.8.0-next.0...gatsby-plugin-styled-components@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-styled-components diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 4c1ecc6af9a67..0384e564a31b9 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-components", "description": "Gatsby plugin to add support for styled components", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 d020fbd93f079..61f6d18772ac0 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.8.0-next.1...gatsby-plugin-styled-jsx@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.8.0-next.0...gatsby-plugin-styled-jsx@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-styled-jsx diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index f6cac647a4db7..4b16943e8db56 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-jsx", "description": "Adds SSR support for styled-jsx", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 13404438c4b16..1a536854e27a1 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.8.0-next.1...gatsby-plugin-styletron@6.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.8.0-next.0...gatsby-plugin-styletron@6.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 9f094582bbb61..ef8bca350dfbd 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styletron", "description": "A Gatsby plugin for styletron with built-in server-side rendering support", - "version": "6.8.0-next.1", + "version": "6.8.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.7", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 690a5572b6ba1..26b4b6ee02211 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.8.0-next.1...gatsby-plugin-stylus@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.8.0-next.0...gatsby-plugin-stylus@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index b6d681ed82f81..ca4b49e25e4fb 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 de507200b0d9f..56e22c78541fa 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.8.0-next.1...gatsby-plugin-subfont@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.8.0-next.0...gatsby-plugin-subfont@3.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index f2cb5b12e1fbc..53edcde2a6130 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "3.8.0-next.1", + "version": "3.8.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index eb0dfe408acb1..1d1563148394e 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.8.0-next.1...gatsby-plugin-twitter@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.8.0-next.0...gatsby-plugin-twitter@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index c81b464d58e2b..806971ea774b9 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 754bddeb737c5..7454af3dd441f 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.8.0-next.1...gatsby-plugin-typescript@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.8.0-next.0...gatsby-plugin-typescript@3.8.0-next.1) (2021-06-10) **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 6998aae06c722..092bf1e52326d 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.0", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.0", - "babel-plugin-remove-graphql-queries": "^3.8.0-next.1" + "babel-plugin-remove-graphql-queries": "^3.8.0" }, "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 6e227b3d09332..ac3a8d61eacbd 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.8.0-next.1...gatsby-plugin-typography@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-typography + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.8.0-next.0...gatsby-plugin-typography@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-typography diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 5afa6b46bd31a..94a3b7c520181 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typography", "description": "Gatsby plugin to setup server rendering of Typography.js' CSS", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 578bc059ab6d1..7e4631bcfbcce 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.8.0-next.1...gatsby-plugin-utils@1.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-plugin-utils + # [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.8.0-next.0...gatsby-plugin-utils@1.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-plugin-utils diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 6bf0624f0d0fe..fc30d3fa3148a 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "1.8.0-next.1", + "version": "1.8.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.1.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index f39a1141b09c4..fcdf78fd7e802 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.8.0-next.1...gatsby-react-router-scroll@4.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.8.0-next.0...gatsby-react-router-scroll@4.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 9057edec904cf..8c8a5445a7eff 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "4.8.0-next.1", + "version": "4.8.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 5c7b2e1e5cc86..ebfc1eedad16b 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.19.0-next.1...gatsby-recipes@0.19.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-recipes + # [0.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.19.0-next.0...gatsby-recipes@0.19.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 8bc14bd1499d9..678eea2bbd035 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "0.19.0-next.1", + "version": "0.19.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-telemetry": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index d96bd005ca8ba..951df6ddd4798 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.5.0-next.1...gatsby-remark-autolink-headers@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.5.0-next.0...gatsby-remark-autolink-headers@4.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 9da4ecd5e981f..d3bab129eb041 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "4.5.0-next.1", + "version": "4.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 67703fc90d09c..e7afc796e9cc8 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.5.0-next.1...gatsby-remark-code-repls@5.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.5.0-next.0...gatsby-remark-code-repls@5.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 905ad92d3bdc6..34b649849b406 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "5.5.0-next.1", + "version": "5.5.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 534d71f0d2f85..7e300288fa4d7 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.5.0-next.1...gatsby-remark-copy-linked-files@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.5.0-next.0...gatsby-remark-copy-linked-files@4.5.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 337ae27b99a47..49d841a87c3f2 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "4.5.0-next.1", + "version": "4.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 d5e3b1112347b..6d6534d91a3f0 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.8.0-next.1...gatsby-remark-custom-blocks@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.8.0-next.0...gatsby-remark-custom-blocks@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 3d43b120da02b..fd30bae0faa4f 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-custom-blocks", "description": "Gatsby remark plugin for adding custom blocks in markdown", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 487fbde99b681..70ae4a42bc368 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.5.0-next.1...gatsby-remark-embed-snippet@6.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [6.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.5.0-next.0...gatsby-remark-embed-snippet@6.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index e7a2084cbc158..1032f2bb44fed 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "6.5.0-next.1", + "version": "6.5.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 557c7fa1fe868..234f20668eda4 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.5.0-next.1...gatsby-remark-graphviz@3.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.5.0-next.0...gatsby-remark-graphviz@3.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 0ef2e8dfc5b8a..dd789e09e07ea 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "3.5.0-next.1", + "version": "3.5.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.2", "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 8f05b7073b802..f0433445f4e10 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.5.0-next.1...gatsby-remark-images-contentful@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.5.0-next.0...gatsby-remark-images-contentful@4.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 3bd5a5f272ca0..39e7baecd40c7 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "4.5.0-next.1", + "version": "4.5.0", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index c9ab7e3ebb6cf..a7c8dae401c05 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.5.0-next.1...gatsby-remark-images@5.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-images + # [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.5.0-next.0...gatsby-remark-images@5.5.0-next.1) (2021-06-10) **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 f2b0c046af573..5267f0ebbbfb2 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "5.5.0-next.1", + "version": "5.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.0", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1", + "gatsby-plugin-utils": "^1.8.0", "hast-util-to-html": "^7.1.2", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 0ca50c464b7ea..6bad237b20af9 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.5.0-next.1...gatsby-remark-katex@5.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-katex + # [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.5.0-next.0...gatsby-remark-katex@5.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-katex diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 64285d54eb5fa..8e21a971fd45f 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "5.5.0-next.1", + "version": "5.5.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "katex": "^0.13.3", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index d90b51409233d..1ea4e1583a785 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.5.0-next.1...gatsby-remark-prismjs@5.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.5.0-next.0...gatsby-remark-prismjs@5.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-prismjs diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index afea7cfe6bd98..3c7bed00b170e 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "5.5.0-next.1", + "version": "5.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cheerio": "^1.0.0-rc.9", "cross-env": "^7.0.3", "prismjs": "^1.21.0", diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 3460e40302888..c98e3743a4bc3 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.5.0-next.1...gatsby-remark-responsive-iframe@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.5.0-next.0...gatsby-remark-responsive-iframe@4.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-responsive-iframe diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 092f73e3c18ce..6cf0d8e485276 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "4.5.0-next.1", + "version": "4.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index a6f6c57d718ba..9cc8fa47843fa 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.5.0-next.1...gatsby-remark-smartypants@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.5.0-next.0...gatsby-remark-smartypants@4.5.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index 7a989dbf31787..434c9f678f71e 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-smartypants", "description": "Use retext-smartypants to auto-enhance typography of markdown", - "version": "4.5.0-next.1", + "version": "4.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 12e11f9076f88..70671d743a13f 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. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.8.0-next.2...gatsby-source-contentful@5.8.0) (2021-06-22) + +### Bug Fixes + +- **contentful:** reenable support for gif images ([#31986](https://github.com/gatsbyjs/gatsby/issues/31986)) ([#32029](https://github.com/gatsbyjs/gatsby/issues/32029)) ([f795be3](https://github.com/gatsbyjs/gatsby/commit/f795be3e451594a0962a147c82073a47c976d73b)) + # [5.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.8.0-next.1...gatsby-source-contentful@5.8.0-next.2) (2021-06-17) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 03edfa4b48b75..0daed478444c5 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "5.8.0-next.2", + "version": "5.8.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.1.7", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-plugin-utils": "^1.8.0-next.1", - "gatsby-source-filesystem": "^3.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-plugin-utils": "^1.8.0", + "gatsby-source-filesystem": "^3.8.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "nock": "^13.0.6" }, diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index f55264a90f341..15bc03721e005 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.2...gatsby-source-drupal@4.8.0) (2021-06-22) + +### Features + +- **gatsby-source-drupal:** Disable caching + add http/2 agent ([#32012](https://github.com/gatsbyjs/gatsby/issues/32012)) ([#32038](https://github.com/gatsbyjs/gatsby/issues/32038)) ([b33f5fe](https://github.com/gatsbyjs/gatsby/commit/b33f5feca334a5f95b2838f7a393b52128b05c86)) +- **gatsby-source-drupal:** Use Got instead of Axios for retries & caching support + restrict to 20 concurrent requests ([#31514](https://github.com/gatsbyjs/gatsby/issues/31514)) ([b0de8f8](https://github.com/gatsbyjs/gatsby/commit/b0de8f8d72005387a89fbb2072304ce9fbbaeb0f)) + # [4.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.1...gatsby-source-drupal@4.8.0-next.2) (2021-06-10) **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 0f616a3d2759f..9f5fe66775c38 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "4.8.0-next.2", + "version": "4.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.0", - "gatsby-source-filesystem": "^3.8.0-next.1", + "gatsby-source-filesystem": "^3.8.0", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index b0fe9c5c6c697..af4d0a5a51315 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.8.0-next.1...gatsby-source-faker@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-faker + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.8.0-next.0...gatsby-source-faker@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-faker diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 7a2cf3237e34d..cd1e52eb5f9ec 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-faker", "description": "A gatsby plugin to get fake data for testing", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 31851cb05eb08..fb9e659b4dc66 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.8.0-next.1...gatsby-source-filesystem@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-filesystem + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.8.0-next.0...gatsby-source-filesystem@3.8.0-next.1) (2021-06-10) **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 46e6277900b48..ca5f6d704a719 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "msw": "^0.25.0" }, diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 046058d1e6805..117456545bd97 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.8.0-next.1...gatsby-source-graphql@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-graphql + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.8.0-next.0...gatsby-source-graphql@3.8.0-next.1) (2021-06-10) **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 ebc13bfb4bc00..6cbdf04d695cc 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 e04b5013a5761..0f56303d0c93a 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.8.0-next.1...gatsby-source-hacker-news@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.8.0-next.0...gatsby-source-hacker-news@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-hacker-news diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index c1d62d446defc..90142543fa0a9 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-hacker-news", "description": "Gatsby source plugin for building websites using Hacker News as a data source", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 741db922bb1f6..aab5a1f664fdb 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.8.0-next.1...gatsby-source-lever@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-lever + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.8.0-next.0...gatsby-source-lever@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-lever diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index ee8b1d38d2d14..308982b9d1c42 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-lever", "description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 4fc3961e768ed..4fcbd7e04927a 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.8.0-next.1...gatsby-source-medium@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-medium + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.8.0-next.0...gatsby-source-medium@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-medium diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index c41e02b7c89ee..4266ac75dda4f 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-medium", "description": "Gatsby source plugin for building websites using Medium as a data source", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 af386c469bc71..12184dd7e8366 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.8.0-next.1...gatsby-source-mongodb@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-mongodb + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.8.0-next.0...gatsby-source-mongodb@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 50ad2d5fd8dac..d7f62f5d280f3 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-mongodb", "description": "Source plugin for pulling data into Gatsby from MongoDB collections", - "version": "3.8.0-next.1", + "version": "3.8.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 a580def8327ad..6347af0083c6d 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.8.0-next.1...gatsby-source-npm-package-search@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.8.0-next.0...gatsby-source-npm-package-search@3.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 46bad3c807314..8718f1fe0be9f 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-npm-package-search", "description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index e4bd0c626a2f9..44f5b1f867f32 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.0.0-next.0...gatsby-source-shopify@5.0.0) (2021-06-22) + +### Features + +- **gatsby-source-shopify:** add default sales channel when using shopify app integration ([#32010](https://github.com/gatsbyjs/gatsby/issues/32010)) ([#32030](https://github.com/gatsbyjs/gatsby/issues/32030)) ([cb914ae](https://github.com/gatsbyjs/gatsby/commit/cb914aef2a99c63ffa8f33a5951daeeba3d299fc)) + # [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.8.0-next.1...gatsby-source-shopify@5.0.0-next.0) (2021-06-17) ### Bug Fixes diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 38d9bc044ab52..12c8f2699b93b 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.0.0-next.0", + "version": "5.0.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "gatsby-core-utils": "^2.8.0-next.0", - "gatsby-source-filesystem": "^3.8.0-next.0", + "gatsby-core-utils": "^2.8.0", + "gatsby-source-filesystem": "^3.8.0", "node-fetch": "^2.6.1", "sharp": "^0.28.0", "shift-left": "^0.1.5" @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.8", "@types/sharp": "^0.28.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.8.0-next.0", + "gatsby-plugin-image": "^1.8.0", "msw": "^0.27.1", "prettier": "^2.2.1", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 8f07ec4bcacbc..022d73b7bf162 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.8.0-next.1...gatsby-source-wikipedia@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.8.0-next.0...gatsby-source-wikipedia@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-source-wikipedia diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 9db83731f535f..461f0abe67864 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "3.8.0-next.1", + "version": "3.8.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 87ab540385993..19ac5079869f6 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.8.0-next.2...gatsby-source-wordpress@5.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-source-wordpress + # [5.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.8.0-next.1...gatsby-source-wordpress@5.8.0-next.2) (2021-06-17) **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 4ede7ca5214ce..c31d19ce3c10b 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.8.0-next.2", + "version": "5.8.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-image": "^3.8.0-next.1", - "gatsby-plugin-catch-links": "^3.8.0-next.1", - "gatsby-source-filesystem": "^3.8.0-next.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-image": "^3.8.0", + "gatsby-plugin-catch-links": "^3.8.0", + "gatsby-source-filesystem": "^3.8.0", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.4", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.0.0", - "babel-preset-gatsby": "^1.8.0-next.1", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby": "^1.8.0", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.12.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 30581ca11e878..29aadad592be1 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.8.0-next.1...gatsby-telemetry@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-telemetry + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.8.0-next.0...gatsby-telemetry@2.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 39543a7695a31..19209386c779f 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.8.0-next.1", + "version": "2.8.0", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -26,7 +26,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 43b8ab47ff6a9..08908e085c595 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.8.0-next.1...gatsby-transformer-asciidoc@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.8.0-next.0...gatsby-transformer-asciidoc@2.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index fecd4a12589c3..b51d2f30a60b2 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "2.8.0-next.1", + "version": "2.8.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 2baeab879950c..ced999e680141 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.8.0-next.1...gatsby-transformer-csv@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-csv + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.8.0-next.0...gatsby-transformer-csv@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-csv diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 78d967db54691..2d4c60046da32 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-csv", "description": "Gatsby transformer plugin for CSV files", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "json2csv": "^5.0.6" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 755144c9d0ee8..b1bf4cbfc9c33 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.8.0-next.1...gatsby-transformer-documentationjs@5.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.8.0-next.0...gatsby-transformer-documentationjs@5.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-documentationjs diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index 41f704d5396ac..be241a86daf05 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-documentationjs", "description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation", - "version": "5.8.0-next.1", + "version": "5.8.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 6a0af28112970..118539bb1aec1 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.8.0-next.1...gatsby-transformer-excel@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-excel + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.8.0-next.0...gatsby-transformer-excel@3.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 8422df70fd929..889db2fa8a77d 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 aec23c26e2e26..98f340d7fa0ff 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.8.0-next.1...gatsby-transformer-hjson@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.8.0-next.0...gatsby-transformer-hjson@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-hjson diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index d8438d09fa400..933509f865bde 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 a6a8197ebfd2a..54bbe22fea58c 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.8.0-next.1...gatsby-transformer-javascript-frontmatter@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.8.0-next.0...gatsby-transformer-javascript-frontmatter@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index cd129a2b778e3..fc6dd39ba5b28 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-frontmatter", "description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 d408d436117f2..b27e731a93518 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.8.0-next.1...gatsby-transformer-javascript-static-exports@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.8.0-next.0...gatsby-transformer-javascript-static-exports@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 7b2bdaef0bb59..1b4e4c303df33 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-static-exports", "description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 a07be62b532dd..8a5f6033b80c9 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.8.0-next.1...gatsby-transformer-json@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-json + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.8.0-next.0...gatsby-transformer-json@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-json diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 71a2e7c5e3132..cdf63cfe37bf9 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-json", "description": "Gatsby transformer plugin for JSON files", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 b9b8c1730287b..23c48cab11d5c 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.8.0-next.1...gatsby-transformer-pdf@2.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.8.0-next.0...gatsby-transformer-pdf@2.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-pdf diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 21a99645ceaaa..9ea2ca1900024 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "2.8.0-next.1", + "version": "2.8.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 2f88814e7ea50..3ba0a2174f7f2 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.8.0-next.1...gatsby-transformer-react-docgen@6.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.8.0-next.0...gatsby-transformer-react-docgen@6.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index f4064c44123fa..76e96a7f8a4d7 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "6.8.0-next.1", + "version": "6.8.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 ad017c90ae194..5ef428e68dc3b 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.5.0-next.1...gatsby-transformer-remark@4.5.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-remark + # [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.5.0-next.0...gatsby-transformer-remark@4.5.0-next.1) (2021-06-10) **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 7584b46fc1ace..fb950f659e378 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "4.5.0-next.1", + "version": "4.5.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.8.0-next.1", + "gatsby-core-utils": "^2.8.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -33,9 +33,9 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.8.0-next.1" + "gatsby-plugin-utils": "^1.8.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 efd7541adccef..f089b6f9e0e55 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.8.0-next.1...gatsby-transformer-screenshot@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.8.0-next.0...gatsby-transformer-screenshot@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 2e49329bea160..9fd6d04a9426c 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 8aca7947ade1d..70097fcb72698 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.8.0-next.1...gatsby-transformer-sharp@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.8.0-next.0...gatsby-transformer-sharp@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 6a48fad1edbe1..af18b9fd3e811 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 a6b6120f85563..d6588a34be3b8 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.8.0-next.1...gatsby-transformer-sqip@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.8.0-next.0...gatsby-transformer-sqip@3.8.0-next.1) (2021-06-10) ### Bug Fixes diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 6a2dfd04d4697..d26c78baf9d13 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.0", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.8.0-next.1", + "gatsby-plugin-sharp": "^3.8.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "debug": "^3.2.7" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index d72dc1c68f923..b900a8a7deccc 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.8.0-next.1...gatsby-transformer-toml@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-toml + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.8.0-next.0...gatsby-transformer-toml@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-toml diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 3a8aa88590db6..129afa4e4cd25 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-toml", "description": "Gatsby transformer plugin for toml", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 066718ced9302..e8fceb54b61ed 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.8.0-next.1...gatsby-transformer-xml@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-xml + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.8.0-next.0...gatsby-transformer-xml@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-xml diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 07044a62521d9..e2004e6af7dcd 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-xml", "description": "Gatsby plugin for parsing XML files. It supports also attributes", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.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 143034dead361..fd1b2c14d7627 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.8.0-next.1...gatsby-transformer-yaml@3.8.0) (2021-06-22) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.8.0-next.0...gatsby-transformer-yaml@3.8.0-next.1) (2021-06-10) **Note:** Version bump only for package gatsby-transformer-yaml diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 5e75c8096c996..dff2f5020b705 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-yaml", "description": "Gatsby transformer plugin for yaml", - "version": "3.8.0-next.1", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.0", "@babel/core": "^7.14.0", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 51aa2f2146e60..1dcdb236f6a55 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. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0-next.2...gatsby@3.8.0) (2021-06-22) + +### Features + +- **gatsby:** enable webpack caching for all ([#32018](https://github.com/gatsbyjs/gatsby/issues/32018)) ([#32032](https://github.com/gatsbyjs/gatsby/issues/32032)) ([65e04d2](https://github.com/gatsbyjs/gatsby/commit/65e04d22ae0fcb1fae3a8bceb769772c2a1b0f8f)) + # [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0-next.1...gatsby@3.8.0-next.2) (2021-06-17) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 97959d1787987..f9939aa6b5933 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "3.8.0-next.2", + "version": "3.8.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -32,8 +32,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.8.0-next.1", - "babel-preset-gatsby": "^1.8.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", + "babel-preset-gatsby": "^1.8.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -75,16 +75,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.8.0-next.2", - "gatsby-core-utils": "^2.8.0-next.1", - "gatsby-graphiql-explorer": "^1.8.0-next.1", - "gatsby-legacy-polyfills": "^1.8.0-next.0", - "gatsby-link": "^3.8.0-next.1", - "gatsby-plugin-page-creator": "^3.8.0-next.1", - "gatsby-plugin-typescript": "^3.8.0-next.1", - "gatsby-plugin-utils": "^1.8.0-next.1", - "gatsby-react-router-scroll": "^4.8.0-next.1", - "gatsby-telemetry": "^2.8.0-next.1", + "gatsby-cli": "^3.8.0", + "gatsby-core-utils": "^2.8.0", + "gatsby-graphiql-explorer": "^1.8.0", + "gatsby-legacy-polyfills": "^1.8.0", + "gatsby-link": "^3.8.0", + "gatsby-plugin-page-creator": "^3.8.0", + "gatsby-plugin-typescript": "^3.8.0", + "gatsby-plugin-utils": "^1.8.0", + "gatsby-react-router-scroll": "^4.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -176,7 +176,7 @@ "@types/string-similarity": "^3.0.0", "@types/tmp": "^0.2.0", "@types/webpack-virtual-modules": "^0.1.1", - "babel-preset-gatsby-package": "^1.8.0-next.1", + "babel-preset-gatsby-package": "^1.8.0", "cross-env": "^7.0.3", "documentation": "^13.1.0", "enhanced-resolve": "^4.2.0",