diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 4ed9d7e58fcf4..2e4ae115c5bc2 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.13.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.13.0-next.0...babel-plugin-remove-graphql-queries@2.13.0) (2020-12-15) + +### Bug Fixes + +- **gatsby:** Avoid undefined object errors ([#28554](https://github.com/gatsbyjs/gatsby/issues/28554)) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) + # [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.12.0-next.0...babel-plugin-remove-graphql-queries@2.13.0-next.0) (2020-11-26) ### Features diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index a85372f12fc9b..7518fa4e6e64d 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": "2.13.0-next.0", + "version": "2.13.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,7 +11,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index acba78176d81a..dc2d435ec9572 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. +# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.9.0-next.0...babel-preset-gatsby-package@0.9.0) (2020-12-15) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.8.0-next.0...babel-preset-gatsby-package@0.9.0-next.0) (2020-11-26) **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 0d650f16801d9..0b99a0ed6baf2 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": "0.9.0-next.0", + "version": "0.9.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 4da950d7fedbf..0997237c17ba3 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. +# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.9.0-next.0...babel-preset-gatsby@0.9.0) (2020-12-15) + +**Note:** Version bump only for package babel-preset-gatsby + # [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.8.0-next.0...babel-preset-gatsby@0.9.0-next.0) (2020-11-26) **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 1e76f1ea605aa..e0b5ca3a31a1b 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "0.9.0-next.0", + "version": "0.9.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,8 +21,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": "^1.7.0-next.0", - "gatsby-legacy-polyfills": "^0.4.0-next.0" + "gatsby-core-utils": "^1.7.0", + "gatsby-legacy-polyfills": "^0.4.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/cli": "^7.12.1", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 508099aa47272..496954e25c2a5 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.4...create-gatsby@0.2.0) (2020-12-15) + +### Bug Fixes + +- **create-gatsby:** Default to gatsby-image until the plugin is GA ([#28607](https://github.com/gatsbyjs/gatsby/issues/28607)) ([#28633](https://github.com/gatsbyjs/gatsby/issues/28633)) ([a96c05c](https://github.com/gatsbyjs/gatsby/commit/a96c05c47dc9418c083f54a99f70a91bcb07bc80)) + # [0.2.0-next.4](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.3...create-gatsby@0.2.0-next.4) (2020-12-08) ### Bug Fixes diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index b2bbf340a0cd8..d9b9b312f71e8 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.2.0-next.4", + "version": "0.2.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.15.0", "execa": "^4.1.0", "fs-extra": "^9.0.1", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-plugin-utils": "^0.6.0", "joi": "^17.2.1", "microbundle": "^0.12.4", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index cecf24047da6e..93d383cd38dfd 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.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.4...gatsby-admin@0.5.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-admin + # [0.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.3...gatsby-admin@0.5.0-next.4) (2020-12-08) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index a86d734fa5fdc..c73beb96ee467 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.5.0-next.4", + "version": "0.5.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,11 +20,11 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.2.5", - "gatsby": "^2.29.0-next.4", + "gatsby": "^2.29.0", "gatsby-interface": "^0.0.225", - "gatsby-plugin-typescript": "^2.9.0-next.0", + "gatsby-plugin-typescript": "^2.9.0", "gatsby-plugin-webfonts": "^1.1.3", - "gatsby-source-graphql": "^2.11.0-next.0", + "gatsby-source-graphql": "^2.11.0", "lodash-es": "^4.17.15", "ncp": "^2.0.0", "nodemon": "^2.0.6", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index bbc02dcb297e9..a24d4873d3470 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. +# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.4...gatsby-cli@2.16.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-cli + # [2.16.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.3...gatsby-cli@2.16.0-next.4) (2020-12-08) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 4251e23c06172..f4bf4c8f7c9a7 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": "2.16.0-next.4", + "version": "2.16.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -19,14 +19,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^0.2.0-next.4", + "create-gatsby": "^0.2.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.7.0-next.0", - "gatsby-recipes": "^0.6.0-next.1", - "gatsby-telemetry": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-recipes": "^0.6.0", + "gatsby-telemetry": "^1.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "lodash": "^4.17.20", @@ -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": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 4736d118597de..835ca6c458fdc 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.4...gatsby-codemods@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-codemods + # [1.7.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.3...gatsby-codemods@1.7.0-next.4) (2020-12-08) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 1b4201ce505e1..ebef02d8e8dd5 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "1.7.0-next.4", + "version": "1.7.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.12.1", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index b7bab19c8dabd..75304470c1b3c 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.7.0-next.0...gatsby-core-utils@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-core-utils + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.6.0-next.0...gatsby-core-utils@1.7.0-next.0) (2020-11-26) **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 5b1639c4234cb..b0150a23f1854 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "1.7.0-next.0", + "version": "1.7.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -41,7 +41,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "typescript": "^3.9.7" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 5f4501eb89279..511c9289b30e1 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. +# [0.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.8.0-next.0...gatsby-cypress@0.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-cypress + # [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.7.0-next.0...gatsby-cypress@0.8.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 5c06b8163e5a6..e788a4d553e09 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "0.8.0-next.0", + "version": "0.8.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index f273b3280ff85..a67285d428b3f 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. +# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.4.0-next.0...gatsby-design-tokens@2.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-design-tokens + # [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.3.0-next.0...gatsby-design-tokens@2.4.0-next.0) (2020-11-26) **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 41617a9ba54e7..bef23ef24be96 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "2.4.0-next.0", + "version": "2.4.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 854482ee33197..11ae536f75493 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. +# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.11.0-next.1...gatsby-dev-cli@2.11.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-dev-cli + # [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.11.0-next.0...gatsby-dev-cli@2.11.0-next.1) (2020-12-03) **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 9d7cdf500665d..c3dd4e9376acd 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": "2.11.0-next.1", + "version": "2.11.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 fadc493d0dc24..ad784a25ee484 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. +# [0.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.8.0-next.0...gatsby-graphiql-explorer@0.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.7.0-next.0...gatsby-graphiql-explorer@0.8.0-next.0) (2020-11-26) **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 241c1bd13a79e..775f5764f67ea 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "0.8.0-next.0", + "version": "0.8.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "babel-loader": "^8.1.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "core-js": "^3.7.0", "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 db745fa9c4284..c47aba7e7e105 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.8.0-next.0...gatsby-image@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-image + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.7.0-next.0...gatsby-image@2.8.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 048a9af9fe3fa..65ecc65a5c572 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 d457804627bf4..d5a139c63b5d7 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. +# [0.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.4.0-next.0...gatsby-legacy-polyfills@0.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-legacy-polyfills + # [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.3.0-next.0...gatsby-legacy-polyfills@0.4.0-next.0) (2020-11-26) **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 486a0f73c8a3e..2759ad2742f99 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": "0.4.0-next.0", + "version": "0.4.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 cee9ce5ab4266..5ec1921318872 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.8.0-next.0...gatsby-link@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-link + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.7.0-next.0...gatsby-link@2.8.0-next.0) (2020-11-26) ### Bug Fixes diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 3058cb7ac5a9e..478cfa8f8f437 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index a69405db104c5..d5bbe413f7264 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. +# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0-next.1...gatsby-page-utils@0.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-page-utils + # [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0-next.0...gatsby-page-utils@0.6.0-next.1) (2020-12-08) ### Features diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 9cde9183258c7..9a9f563a0ab26 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "0.6.0-next.1", + "version": "0.6.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.4.3", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "glob": "^7.1.6", "lodash": "^4.17.20", "micromatch": "^4.0.2" @@ -35,7 +35,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/micromatch": "^4.0.1", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^3.9.7" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 1e535783d5174..4b2779a6c7dd7 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. +# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.6.0-next.0...gatsby-plugin-benchmark-reporting@0.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.5.0-next.0...gatsby-plugin-benchmark-reporting@0.6.0-next.0) (2020-11-26) **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 a347175109783..fa8ea658a0e3b 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": "0.6.0-next.0", + "version": "0.6.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0" + "babel-preset-gatsby-package": "^0.9.0" }, "dependencies": { "fast-glob": "^3.2.4", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index f68fc406770c7..4409b604e2643 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.7.0-next.0...gatsby-plugin-canonical-urls@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.6.0-next.0...gatsby-plugin-canonical-urls@2.7.0-next.0) (2020-11-26) **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 fae633606e245..250df696d74aa 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 c5911cfbc1ba6..b399236e867e8 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.7.0-next.0...gatsby-plugin-catch-links@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.6.0-next.0...gatsby-plugin-catch-links@2.7.0-next.0) (2020-11-26) **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 07e90c4147ad8..399f735715aa4 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 47de2397ef062..f0cb4ea3dabd8 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.7.0-next.0...gatsby-plugin-coffeescript@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.6.0-next.0...gatsby-plugin-coffeescript@2.7.0-next.0) (2020-11-26) **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 fc32676daa3f8..88397780cc303 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 49a6c40ee8c8f..5bf2d03e6c5d1 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.7.0-next.0...gatsby-plugin-create-client-paths@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.6.0-next.0...gatsby-plugin-create-client-paths@2.7.0-next.0) (2020-11-26) **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 247ae401b856f..c23463ad8117a 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": "2.7.0-next.0", + "version": "2.7.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 fc654ab1752aa..253b25779db08 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.7.0-next.0...gatsby-plugin-cxs@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.6.0-next.0...gatsby-plugin-cxs@2.7.0-next.0) (2020-11-26) **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 12e447a551990..a01543c22d7ed 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 16a00958c52da..8ee9fba80b27a 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. +# [5.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.1.0-next.0...gatsby-plugin-emotion@5.1.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.0.0-next.0...gatsby-plugin-emotion@5.1.0-next.0) (2020-11-26) **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 da5c4f3363bed..888dd92877885 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": "5.1.0-next.0", + "version": "5.1.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 e5f6cbd93f4e9..49bf316e18547 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.8.0-next.0...gatsby-plugin-facebook-analytics@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.7.0-next.0...gatsby-plugin-facebook-analytics@2.8.0-next.0) (2020-11-26) **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 c869ead0092fe..1143656f6ec53 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 775d46d9dabfd..c5136db06f5b7 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. +# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.10.0-next.0...gatsby-plugin-feed@2.10.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.9.0-next.0...gatsby-plugin-feed@2.10.0-next.0) (2020-11-26) **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 a74515ad32e63..135f39ce54eac 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": "2.10.0-next.0", + "version": "2.10.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-plugin-utils": "^0.6.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 d1d4b3c404254..6df96b2bfdbc8 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.7.0-next.0...gatsby-plugin-flow@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-flow + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.6.0-next.0...gatsby-plugin-flow@1.7.0-next.0) (2020-11-26) **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 6e4a8165a1552..ec5e9fd9a9fbf 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "1.7.0-next.0", + "version": "1.7.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 239a6af41f692..0c0ed90175bf5 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.7.0-next.0...gatsby-plugin-fullstory@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.6.0-next.0...gatsby-plugin-fullstory@2.7.0-next.0) (2020-11-26) **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 40bdbe52bdc0a..64ee5a1d0d102 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "2.7.0-next.0", + "version": "2.7.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index f8ebde9692c9d..19ea3f677814f 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.7.0-next.0...gatsby-plugin-glamor@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.6.0-next.0...gatsby-plugin-glamor@2.7.0-next.0) (2020-11-26) **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 dee8695fc2c65..d629115c42c4d 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 f0cc5d9f46990..8a008edad1a7f 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.8.0-next.0...gatsby-plugin-google-analytics@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.7.0-next.0...gatsby-plugin-google-analytics@2.8.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 11378a9d6333e..e6362ba5644ef 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 0ff1ffee19132..c3965fdf4ac9f 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. +# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.5.0-next.0...gatsby-plugin-google-gtag@2.5.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.4.0-next.0...gatsby-plugin-google-gtag@2.5.0-next.0) (2020-11-26) **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 6da28ac4aa675..579b9a4415670 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": "2.5.0-next.0", + "version": "2.5.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 924789336d730..6196458ef9de1 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.8.0-next.0...gatsby-plugin-google-tagmanager@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.7.0-next.0...gatsby-plugin-google-tagmanager@2.8.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index b742377539423..771c842bdcb34 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 2eea9e39a1228..3e63c0b441a93 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.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.4.0-next.0...gatsby-plugin-graphql-config@0.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.3.0-next.0...gatsby-plugin-graphql-config@0.4.0-next.0) (2020-11-26) **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 1693b653fa0c4..741789133d77a 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.4.0-next.0", + "version": "0.4.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-guess-js/CHANGELOG.md b/packages/gatsby-plugin-guess-js/CHANGELOG.md index 21cd1eed50d8e..bef6a5524594d 100644 --- a/packages/gatsby-plugin-guess-js/CHANGELOG.md +++ b/packages/gatsby-plugin-guess-js/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.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.7.0-next.0...gatsby-plugin-guess-js@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-guess-js + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.6.0-next.0...gatsby-plugin-guess-js@1.7.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-plugin-guess-js diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json index 9645270d01d93..0228c4e102ad1 100644 --- a/packages/gatsby-plugin-guess-js/package.json +++ b/packages/gatsby-plugin-guess-js/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-guess-js", - "version": "1.7.0-next.0", + "version": "1.7.0", "description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching", "main": "index.js", "scripts": { @@ -34,7 +34,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index cd7bc17abd637..8ffa468b30861 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.3...gatsby-plugin-image@0.4.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-plugin-image:** Better propType handling for StaticImage ([#28606](https://github.com/gatsbyjs/gatsby/issues/28606)) ([#28628](https://github.com/gatsbyjs/gatsby/issues/28628)) ([5901a10](https://github.com/gatsbyjs/gatsby/commit/5901a107857b59bb6072bd625bf51aae458548e0)) +- **gatsby-plugin-image:** Correctly handle formats in StaticImage ([#28618](https://github.com/gatsbyjs/gatsby/issues/28618)) ([#28630](https://github.com/gatsbyjs/gatsby/issues/28630)) ([eff15a1](https://github.com/gatsbyjs/gatsby/commit/eff15a1055263b074de95d8ddf02ab5968724451)) + +### Features + +- **gatsby-plugin-image:** Add extra props to GatsbyImage ([#28520](https://github.com/gatsbyjs/gatsby/issues/28520)) ([2ab320a](https://github.com/gatsbyjs/gatsby/commit/2ab320aae4dd8c9ce918bd0a4f88b34ad3bf6d85)) +- **gatsby-plugin-image:** add keywords to package.json so it shows up in the plugin search ([#28577](https://github.com/gatsbyjs/gatsby/issues/28577)) ([6297917](https://github.com/gatsbyjs/gatsby/commit/6297917d4908a47c79eb44cae9c4dc85ce365ead)) + # [0.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.2...gatsby-plugin-image@0.4.0-next.3) (2020-12-08) **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 dd324e19eb185..11be38cb914ea 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "0.4.0-next.3", + "version": "0.4.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", @@ -83,11 +83,11 @@ "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^2.13.0-next.0", + "babel-plugin-remove-graphql-queries": "^2.13.0", "camelcase": "^5.3.1", "chokidar": "^3.4.3", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "prop-types": "^15.7.2" }, "repository": { diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 4d0bb904311db..ad4ef32d83ac3 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.7.0-next.0...gatsby-plugin-jss@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-jss + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.6.0-next.0...gatsby-plugin-jss@2.7.0-next.0) (2020-11-26) **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 7193eba80c4e0..096fe44d0778a 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 6512d0d754664..179e7fc5bbcb3 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.7.0-next.0...gatsby-plugin-layout@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-layout + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.6.0-next.0...gatsby-plugin-layout@1.7.0-next.0) (2020-11-26) **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 afa1a8327bf32..2d05e48e5fc21 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "1.7.0-next.0", + "version": "1.7.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.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 30f89e83b6a6f..d23d86b9ff150 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. +# [4.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.4.0-next.0...gatsby-plugin-less@4.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-less + # [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.3.0-next.0...gatsby-plugin-less@4.4.0-next.0) (2020-11-26) **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 792dfb86ae0a3..a5430df485ec8 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": "4.4.0-next.0", + "version": "4.4.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 e69dcd9dc5385..7072183208fc9 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.7.0-next.0...gatsby-plugin-lodash@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.6.0-next.0...gatsby-plugin-lodash@3.7.0-next.0) (2020-11-26) **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 46d16ad1299ea..4087fc200a523 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": "3.7.0-next.0", + "version": "3.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 4a859f9a9e18c..315742c1c0c41 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. +# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.2...gatsby-plugin-manifest@2.9.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [2.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.1...gatsby-plugin-manifest@2.9.0-next.2) (2020-12-04) ### Features diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 5a56e6d033a0d..1737d0c7fe93e 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": "2.9.0-next.2", + "version": "2.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.7.0-next.0", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-plugin-utils": "^0.6.0", "semver": "^7.3.2", "sharp": "^0.26.3" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 351bc079cca96..5cfd5a75d4e8a 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.7.0-next.0...gatsby-plugin-mdx@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.6.0-next.0...gatsby-plugin-mdx@1.7.0-next.0) (2020-11-26) **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 1cdbc2b06ea18..3aa209c9a0555 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "1.7.0-next.0", + "version": "1.7.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -33,7 +33,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -58,7 +58,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-plugin-utils": "^0.6.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 627351cf29c7a..48ec378536d8b 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. +# [4.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.7.0-next.0...gatsby-plugin-netlify-cms@4.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.6.0-next.0...gatsby-plugin-netlify-cms@4.7.0-next.0) (2020-11-26) **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 85f06b72bc397..609c40ba5de54 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": "4.7.0-next.0", + "version": "4.7.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 f4f98c19ab4b6..0e12c15fa65e1 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.8.0-next.0...gatsby-plugin-netlify@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.7.0-next.0...gatsby-plugin-netlify@2.8.0-next.0) (2020-11-26) **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 21cbda4f826f2..e1e4670929f7e 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 e5fee930f6ae8..f3441c9136fbd 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. +# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.6.0-next.0...gatsby-plugin-no-sourcemaps@2.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + # [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.5.0-next.0...gatsby-plugin-no-sourcemaps@2.6.0-next.0) (2020-11-26) **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 db66bf483f846..65cd73e047ea0 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": "2.6.0-next.0", + "version": "2.6.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 ec6679c2df8a6..8ddc55997209a 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.7.0-next.0...gatsby-plugin-nprogress@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.6.0-next.0...gatsby-plugin-nprogress@2.7.0-next.0) (2020-11-26) **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 8dd9abaf95497..ccb0ec37ba6df 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 c834b588e8c2d..a58963ebfab99 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.7.0-next.0...gatsby-plugin-offline@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-offline + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.6.0-next.0...gatsby-plugin-offline@3.7.0-next.0) (2020-11-26) **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 1113519f2d35b..3ef5943f72e01 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": "3.7.0-next.0", + "version": "3.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-plugin-utils": "^0.6.0", "rewire": "^4.0.1" }, "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 aaf555fcf3ddb..d0383c6f1a37f 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.7.0-next.1...gatsby-plugin-page-creator@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.7.0-next.0...gatsby-plugin-page-creator@2.7.0-next.1) (2020-12-08) ### Features diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 625fb0afdf498..a589919c8371e 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": "2.7.0-next.1", + "version": "2.7.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,14 +28,14 @@ "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.4.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.6.0-next.1", + "gatsby-page-utils": "^0.6.0", "globby": "^11.0.1", "lodash": "^4.17.20" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 79c8a98014851..b0a654647bf5b 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. +# [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.4.0-next.0...gatsby-plugin-postcss@3.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.3.0-next.0...gatsby-plugin-postcss@3.4.0-next.0) (2020-11-26) **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 a1004240e544c..df817a0673d0a 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": "3.4.0-next.0", + "version": "3.4.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 cbdb763dd2a81..1e78b46273826 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. +# [4.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.4.0-next.0...gatsby-plugin-preact@4.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-preact + # [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.3.0-next.0...gatsby-plugin-preact@4.4.0-next.0) (2020-11-26) **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 568ad58f82885..5f35105872589 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": "4.4.0-next.0", + "version": "4.4.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 f9385a7ab442c..ceea8ed1ee117 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. +# [1.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.6.0-next.0...gatsby-plugin-preload-fonts@1.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.5.0-next.0...gatsby-plugin-preload-fonts@1.6.0-next.0) (2020-11-26) **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 e751100a51e15..269105db75710 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": "1.6.0-next.0", + "version": "1.6.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.0", "date-fns": "^2.16.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 ed55ed499d2eb..33318d487a036 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.7.0-next.0...gatsby-plugin-react-css-modules@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.6.0-next.0...gatsby-plugin-react-css-modules@2.7.0-next.0) (2020-11-26) **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 e4e296c8a0125..bbefff25f37f8 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 4b1e5fdab4651..eb3337154ff30 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.7.0-next.1...gatsby-plugin-react-helmet@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.7.0-next.0...gatsby-plugin-react-helmet@3.7.0-next.1) (2020-12-01) **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 7092eda370edf..3cfd2bf6e41c6 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": "3.7.0-next.1", + "version": "3.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 a987b7d4d4ba1..54e08513eb099 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.7.0-next.0...gatsby-plugin-remove-trailing-slashes@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.6.0-next.0...gatsby-plugin-remove-trailing-slashes@2.7.0-next.0) (2020-11-26) **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 def4c77a504af..8f5134b527643 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": "2.7.0-next.0", + "version": "2.7.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 9bc18f9ff5eac..689df7039a8dd 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.8.0-next.0...gatsby-plugin-sass@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-sass + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.7.0-next.0...gatsby-plugin-sass@2.8.0-next.0) (2020-11-26) **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 3f9ae0386528e..1e19c55749acb 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 d6b332ac02313..9d52eeda9694c 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. +# [1.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.4.0-next.0...gatsby-plugin-schema-snapshot@1.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.3.0-next.0...gatsby-plugin-schema-snapshot@1.4.0-next.0) (2020-11-26) **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 c577156e273d2..2f33eab6435fe 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": "1.4.0-next.0", + "version": "1.4.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index c7058c18a5e4f..4cc5851bc724d 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.4...gatsby-plugin-sharp@2.11.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-plugin-image:** Correctly handle formats in StaticImage ([#28618](https://github.com/gatsbyjs/gatsby/issues/28618)) ([#28630](https://github.com/gatsbyjs/gatsby/issues/28630)) ([eff15a1](https://github.com/gatsbyjs/gatsby/commit/eff15a1055263b074de95d8ddf02ab5968724451)) +- **gatsby-plugin-sharp:** fix image url decoding for lazy images ([#28576](https://github.com/gatsbyjs/gatsby/issues/28576)) ([592d3d1](https://github.com/gatsbyjs/gatsby/commit/592d3d1914413435a9a202cdfc2cd4ac84486a71)) +- **gatsby-plugin-sharp:** Include default transform options for webp ([#28620](https://github.com/gatsbyjs/gatsby/issues/28620)) ([#28629](https://github.com/gatsbyjs/gatsby/issues/28629)) ([7f43c3b](https://github.com/gatsbyjs/gatsby/commit/7f43c3bf25d0d55965f4367d9dfb7a552ee90d77)) + +### Features + +- **gatsby-plugin-sharp:** run a single transformation for lazy images ([#28574](https://github.com/gatsbyjs/gatsby/issues/28574)) ([498fbbf](https://github.com/gatsbyjs/gatsby/commit/498fbbfc5ecdd3da5d8f3dbe6a10ae908af2786a)) + # [2.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.3...gatsby-plugin-sharp@2.11.0-next.4) (2020-12-08) **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 e9f06b3b5d268..5bf7db5d5961b 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": "2.11.0-next.4", + "version": "2.11.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,8 +11,8 @@ "async": "^3.2.0", "bluebird": "^3.7.2", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^1.7.0-next.0", - "gatsby-telemetry": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-telemetry": "^1.7.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -31,9 +31,9 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.26.1", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^0.4.0-next.3" + "gatsby-plugin-image": "^0.4.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 ca95f4be8e624..975f523786d7b 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.9.0-next.0...gatsby-plugin-sitemap@2.9.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.8.0-next.1...gatsby-plugin-sitemap@2.9.0-next.0) (2020-11-26) **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 66b15bcca2865..d6a62691f72a4 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": "2.9.0-next.0", + "version": "2.9.0", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index 7a2dd9eb0721b..b0c869a76237f 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.7.0-next.0...gatsby-plugin-styled-components@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.6.0-next.0...gatsby-plugin-styled-components@3.7.0-next.0) (2020-11-26) **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 54348b64e4273..a7e4db349d072 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": "3.7.0-next.0", + "version": "3.7.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 93769f0ba980b..c6a0130292094 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.7.0-next.0...gatsby-plugin-styled-jsx@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.6.0-next.0...gatsby-plugin-styled-jsx@3.7.0-next.0) (2020-11-26) **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 b213958ecf999..b48c0354c1499 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": "3.7.0-next.0", + "version": "3.7.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 2bb53b8ad1e5d..81c5577bc6f21 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. +# [5.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.4.0-next.0...gatsby-plugin-styletron@5.4.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.3.0-next.0...gatsby-plugin-styletron@5.4.0-next.0) (2020-11-26) **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 1adc3f64c8d10..4a83041301295 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": "5.4.0-next.0", + "version": "5.4.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.6", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 7e2ef3411c841..ddd5ddac90a07 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.7.0-next.0...gatsby-plugin-stylus@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.6.0-next.0...gatsby-plugin-stylus@2.7.0-next.0) (2020-11-26) **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 dd76b6a9a3c41..bc4c981d79641 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 ac3f2597b6553..13708cc976bc1 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. +# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.6.0-next.0...gatsby-plugin-subfont@2.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.5.0-next.0...gatsby-plugin-subfont@2.6.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index efe9c01ce2077..46953bd7f39ba 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "2.6.0-next.0", + "version": "2.6.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.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 552d4711d6bec..b1e5161141c30 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.7.0-next.0...gatsby-plugin-twitter@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.6.0-next.0...gatsby-plugin-twitter@2.7.0-next.0) (2020-11-26) **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 8e7a52d069f05..da94f997a241a 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 47c623773ac31..8af2d790a3986 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. +# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.9.0-next.0...gatsby-plugin-typescript@2.9.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.8.0-next.0...gatsby-plugin-typescript@2.9.0-next.0) (2020-11-26) **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 6a63dc1596427..812266df27687 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": "2.9.0-next.0", + "version": "2.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^2.13.0-next.0" + "babel-plugin-remove-graphql-queries": "^2.13.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme", diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 3f855bac30676..b007ce2264629 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. +# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.9.0-next.0...gatsby-plugin-typography@2.9.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-typography + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.8.0-next.0...gatsby-plugin-typography@2.9.0-next.0) (2020-11-26) **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 c0f5da589b92d..d2369cb42f638 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": "2.9.0-next.0", + "version": "2.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 06241f21bd7b6..94101a7c7a119 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. +# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.6.0-next.0...gatsby-plugin-utils@0.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-plugin-utils + # [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.5.0-next.0...gatsby-plugin-utils@0.6.0-next.0) (2020-11-26) **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 8d9576356694a..178e0c0f294d9 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "0.6.0-next.0", + "version": "0.6.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^3.9.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index ebf24e837fa08..cd8842dcd471a 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.4.0-next.0...gatsby-react-router-scroll@3.4.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-react-router-scroll:** Respect hash as source of truth for scroll position ([#28555](https://github.com/gatsbyjs/gatsby/issues/28555)) ([a066a71](https://github.com/gatsbyjs/gatsby/commit/a066a71491a26b4aa01ac505bb3d7dd33516716d)) + # [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.3.0-next.0...gatsby-react-router-scroll@3.4.0-next.0) (2020-11-26) **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 b07c9342633ce..65cb743b2b3a4 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": "3.4.0-next.0", + "version": "3.4.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 48c37f754e8b6..fc20eff08335d 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/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. +# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.6.0-next.1...gatsby-recipes@0.6.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-recipes:** Add postcss as a dependency ([#28556](https://github.com/gatsbyjs/gatsby/issues/28556)) ([c5bf981](https://github.com/gatsbyjs/gatsby/commit/c5bf9811e20306fced1a1415e9f842135cd49750)) + # [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.6.0-next.0...gatsby-recipes@0.6.0-next.1) (2020-12-01) ### Bug Fixes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index d72e955d07220..1664d2ea7138e 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.6.0-next.1", + "version": "0.6.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": "^1.7.0-next.0", - "gatsby-telemetry": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-telemetry": "^1.7.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index d18fd0faa005a..5098a2118a22d 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.8.0-next.0...gatsby-remark-autolink-headers@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.7.0-next.0...gatsby-remark-autolink-headers@2.8.0-next.0) (2020-11-26) **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 a0591acbf0faa..09ef5e9ae5958 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 0936596b3df91..9f969a9fedeec 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. +# [3.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.6.0-next.0...gatsby-remark-code-repls@3.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.5.0-next.0...gatsby-remark-code-repls@3.6.0-next.0) (2020-11-26) **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 786c7dc982468..5872d10688c5a 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": "3.6.0-next.0", + "version": "3.6.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 5d01962540dbb..d86868f65d425 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.7.0-next.0...gatsby-remark-copy-linked-files@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.6.0-next.0...gatsby-remark-copy-linked-files@2.7.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-remark-copy-linked-files diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 92048ea6927c2..40776272fda12 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "remark": "^10.0.1", "remark-mdx": "^1.6.18" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index f081fd7790214..3ba9e6e3093f0 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.7.0-next.0...gatsby-remark-custom-blocks@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.6.0-next.0...gatsby-remark-custom-blocks@2.7.0-next.0) (2020-11-26) **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 937bd49cd9ecd..44806fdf1293b 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 d934c7fe820be..e1cbc3bbcfc6c 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. +# [4.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.7.0-next.0...gatsby-remark-embed-snippet@4.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.6.0-next.0...gatsby-remark-embed-snippet@4.7.0-next.0) (2020-11-26) **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 914ee19736f06..3137f1495a817 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": "4.7.0-next.0", + "version": "4.7.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 10d1b87ed3e01..4bf2f389e1fab 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.7.0-next.0...gatsby-remark-graphviz@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.6.0-next.1...gatsby-remark-graphviz@1.7.0-next.0) (2020-11-26) **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 157951221caa2..6507320e1f1ce 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": "1.7.0-next.0", + "version": "1.7.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "hast-util-to-html": "^4.0.1", "mdast-util-to-hast": "^3.0.4", diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 70014e6631ae3..157471c270b74 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.7.0-next.0...gatsby-remark-images-contentful@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.6.0-next.1...gatsby-remark-images-contentful@2.7.0-next.0) (2020-11-26) **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 a9f7036a82947..21da880035902 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": "2.7.0-next.0", + "version": "2.7.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.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 9d48e2c58ee7a..7140b9c544a6f 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.8.0-next.0...gatsby-remark-images@3.8.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-remark-images:** allow tracedSVG to accept object with settings ([#28242](https://github.com/gatsbyjs/gatsby/issues/28242)) ([23ecf2d](https://github.com/gatsbyjs/gatsby/commit/23ecf2d1daaeb8cce8f9530355f42aeea8e803fc)) + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.7.0-next.0...gatsby-remark-images@3.8.0-next.0) (2020-11-26) **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 e35ea86e49e5a..13f468af30cf6 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": "3.8.0-next.0", + "version": "3.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0", + "gatsby-plugin-utils": "^0.6.0", "hast-util-to-html": "^6.1.0", "mdast-util-to-hast": "^6.0.2" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 6a5bfe87cd34d..f0c60fdcbeddd 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. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.7.0-next.0...gatsby-remark-katex@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-katex + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.6.0-next.0...gatsby-remark-katex@3.7.0-next.0) (2020-11-26) **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 1b41d3c875419..25f2d1f5e5c5b 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": "3.7.0-next.0", + "version": "3.7.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "katex": "^0.12.0" }, diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 1557d560a7d76..308b4e9ae8a28 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. +# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.10.0-next.0...gatsby-remark-prismjs@3.10.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.9.0-next.0...gatsby-remark-prismjs@3.10.0-next.0) (2020-11-26) **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 484795b48f33b..f69041ee24386 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": "3.10.0-next.0", + "version": "3.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cheerio": "^1.0.0-rc.3", "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 31373620ebe60..492ba1f480be3 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.8.0-next.0...gatsby-remark-responsive-iframe@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.7.0-next.0...gatsby-remark-responsive-iframe@2.8.0-next.0) (2020-11-26) **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 0b8faa7474029..ac35df3731c45 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "remark": "^10.0.1", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 90ee3670e9935..6ec207ca4f9de 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.7.0-next.0...gatsby-remark-smartypants@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.6.0-next.0...gatsby-remark-smartypants@2.7.0-next.0) (2020-11-26) **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 075afed6c09e7..80690e58a4536 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 2e09335601ab6..c56a78a567fd6 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. +# [4.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.3.0-next.2...gatsby-source-contentful@4.3.0) (2020-12-15) + +### Bug Fixes + +- improve error handling, always show API response status and message ([#27730](https://github.com/gatsbyjs/gatsby/issues/27730)) ([079bb3c](https://github.com/gatsbyjs/gatsby/commit/079bb3c4ef4a6815ff3d871ee263721a0e8d5dcf)) + # [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.3.0-next.1...gatsby-source-contentful@4.3.0-next.2) (2020-12-03) ### Performance Improvements diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 383435b841927..fb48a4978df46 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": "4.3.0-next.2", + "version": "4.3.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "chalk": "^4.1.0", "contentful": "^7.14.12", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^1.7.0-next.0", - "gatsby-plugin-utils": "^0.6.0-next.0", - "gatsby-source-filesystem": "^2.8.0-next.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-plugin-utils": "^0.6.0", + "gatsby-source-filesystem": "^2.8.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 82350453ed01f..95ee1325dcc19 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.10.0-next.0...gatsby-source-drupal@3.10.0) (2020-12-15) + +### Bug Fixes + +- **gatsby-source-drupal:** Do not swallow errors ([#28549](https://github.com/gatsbyjs/gatsby/issues/28549)) ([c3dfb09](https://github.com/gatsbyjs/gatsby/commit/c3dfb094d458dbd0e18fabf2b62a2c0feefa7f80)) + # [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.9.0-next.2...gatsby-source-drupal@3.10.0-next.0) (2020-11-26) **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 d82e08d0aed1e..e70f809b223ac 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": "3.10.0-next.0", + "version": "3.10.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "axios": "^0.21.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.8.0-next.0", + "gatsby-source-filesystem": "^2.8.0", "lodash": "^4.17.20", "tiny-async-pool": "^1.1.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme", diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index b138eace7f8ff..16b91abbb0639 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.7.0-next.0...gatsby-source-faker@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-faker + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.6.0-next.0...gatsby-source-faker@2.7.0-next.0) (2020-11-26) **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 41780f464a541..c40f2c574768f 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 dc9416ec64e47..a1d30d5600ba4 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.8.0-next.0...gatsby-source-filesystem@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-filesystem + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.7.0-next.2...gatsby-source-filesystem@2.8.0-next.0) (2020-11-26) ### Bug Fixes diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index e23c243d4bb9e..0e92be2f08733 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": "2.8.0-next.0", + "version": "2.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": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme", diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index ec24498144c26..f1e46f70095d5 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. +# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.11.0-next.0...gatsby-source-graphql@2.11.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-graphql + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.10.0-next.0...gatsby-source-graphql@2.11.0-next.0) (2020-11-26) **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 81a96728dc7cd..9c84bac9e0708 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": "2.11.0-next.0", + "version": "2.11.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 c2cdc5a6e0d03..ad69971134c87 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.8.0-next.0...gatsby-source-hacker-news@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.7.0-next.0...gatsby-source-hacker-news@2.8.0-next.0) (2020-11-26) **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 87c81c3a87ede..41d9db9e3af6a 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 abdd0c890de41..1e1afbb4f2113 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.7.0-next.0...gatsby-source-lever@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-lever + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.6.0-next.0...gatsby-source-lever@2.7.0-next.0) (2020-11-26) **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 9cc93d0519c4e..ec4f918036405 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 e7ee5f1bc9ed6..3314bf78d2677 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.7.0-next.0...gatsby-source-medium@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-medium + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.6.0-next.0...gatsby-source-medium@2.7.0-next.0) (2020-11-26) **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 8bdf5b1e0e8d0..5f4b602aaed11 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 184999211dbc1..01e229249c8b0 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.7.0-next.0...gatsby-source-mongodb@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-mongodb + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.6.0-next.0...gatsby-source-mongodb@2.7.0-next.0) (2020-11-26) **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 3d034dc7237fe..ef1ae55d18096 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": "2.7.0-next.0", + "version": "2.7.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 f2f4db66eeaef..3c54e012c8cdd 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.7.0-next.0...gatsby-source-npm-package-search@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.6.0-next.0...gatsby-source-npm-package-search@2.7.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 99e5e1c559769..3174c2ac9e91b 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": "2.7.0-next.0", + "version": "2.7.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 3eb2bf79233d5..5c4598983fc86 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.7.0-next.1...gatsby-source-shopify@3.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-shopify + # [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.7.0-next.0...gatsby-source-shopify@3.7.0-next.1) (2020-12-01) ### Features diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 9dc0957c564ed..d71bcdbed8c18 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "3.7.0-next.1", + "version": "3.7.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", @@ -33,10 +33,10 @@ "cross-env": "^7.0.3" }, "dependencies": { - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "chalk": "^4.1.0", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.8.0-next.0", + "gatsby-source-filesystem": "^2.8.0", "graphql-request": "^1.8.2", "lodash": "^4.17.20", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 8c8ef6be1724c..3baf7ab59fc35 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.7.0-next.0...gatsby-source-wikipedia@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.6.0-next.0...gatsby-source-wikipedia@2.7.0-next.0) (2020-11-26) **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 157588b986813..ff4ffb1fbd739 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "2.7.0-next.0", + "version": "2.7.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 8e6af34623a6e..9ac0da0b80de6 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. +# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.8.0-next.0...gatsby-source-wordpress@3.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-source-wordpress + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.7.0-next.2...gatsby-source-wordpress@3.8.0-next.0) (2020-11-26) **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 9b6a4827ef3a1..0b7c36dd19ec9 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-wordpress", "description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.", - "version": "3.8.0-next.0", + "version": "3.8.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "bluebird": "^3.7.2", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^2.8.0-next.0", + "gatsby-source-filesystem": "^2.8.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", "minimatch": "^3.0.4", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress#readme", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 1b228f02fd211..9404d4c7b9edb 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.7.0-next.0...gatsby-telemetry@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-telemetry + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.6.0-next.1...gatsby-telemetry@1.7.0-next.0) (2020-11-26) ### Bug Fixes diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 664780a3ba234..c0616333415b8 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "1.7.0-next.0", + "version": "1.7.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": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.20", @@ -26,7 +26,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-theme/CHANGELOG.md b/packages/gatsby-theme/CHANGELOG.md index 2f9080c49ef90..52e1c96d6bd9e 100644 --- a/packages/gatsby-theme/CHANGELOG.md +++ b/packages/gatsby-theme/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.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.5.0-next.0...gatsby-theme@0.5.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-theme + # [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.4.0-next.0...gatsby-theme@0.5.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-theme diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 5939efbc37738..f4ac76d62b32e 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme", - "version": "0.5.0-next.0", + "version": "0.5.0", "main": "index.js", "bin": { "gatsby-theme": "./cli.js" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index f4118f7ad3099..c7b4f01448bb6 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.7.0-next.0...gatsby-transformer-asciidoc@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.6.0-next.0...gatsby-transformer-asciidoc@1.7.0-next.0) (2020-11-26) **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 9b536577d1a69..c1b7d373de734 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": "1.7.0-next.0", + "version": "1.7.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 3b8a3f9f6e116..2bcc3b9f7a6e6 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.7.0-next.0...gatsby-transformer-csv@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-csv + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.6.0-next.0...gatsby-transformer-csv@2.7.0-next.0) (2020-11-26) **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 eaa40a4870a9d..3745ea6f853d9 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "json2csv": "^5.0.4" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 5f9a579ff1d65..8742b41f3a620 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.7.0-next.0...gatsby-transformer-documentationjs@4.7.0) (2020-12-15) + +### Bug Fixes + +- **documentationjs:** fix example caption string ([#27365](https://github.com/gatsbyjs/gatsby/issues/27365)) ([dd3c402](https://github.com/gatsbyjs/gatsby/commit/dd3c402689457a73a66a4de8a3a811dd3856b835)) + # [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.6.0-next.0...gatsby-transformer-documentationjs@4.7.0-next.0) (2020-11-26) **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 d0ee16bff70d3..ede88ca7dd1a3 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": "4.7.0-next.0", + "version": "4.7.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 8883398ccc0f8..af7406c735971 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.8.0-next.0...gatsby-transformer-excel@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-excel + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.7.0-next.0...gatsby-transformer-excel@2.8.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index a8353a354ef27..edae41edfbaff 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": "2.8.0-next.0", + "version": "2.8.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 722c08f34604b..823018a303b99 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.8.0-next.0...gatsby-transformer-hjson@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.7.0-next.0...gatsby-transformer-hjson@2.8.0-next.0) (2020-11-26) **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 671e85b11da1c..1df22916cfc81 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 ca0c2ac8268c8..9b1c01047e6fe 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.7.0-next.0...gatsby-transformer-javascript-frontmatter@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.6.0-next.0...gatsby-transformer-javascript-frontmatter@2.7.0-next.0) (2020-11-26) **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 415690589725e..0f86b7982115e 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": "2.7.0-next.0", + "version": "2.7.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.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 a07c3ee6370e4..615321c99ea05 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.8.0-next.0...gatsby-transformer-javascript-static-exports@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.7.0-next.0...gatsby-transformer-javascript-static-exports@2.8.0-next.0) (2020-11-26) **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 bb50c89631b5f..14b2bca7691b5 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 5b8e9600a2881..9ea525c52dc27 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.8.0-next.0...gatsby-transformer-json@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-json + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.7.0-next.0...gatsby-transformer-json@2.8.0-next.0) (2020-11-26) **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 ef092729ef793..fad4adb5e3d63 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 e038698469d7b..1cd1fccaf0596 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. +# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.7.0-next.0...gatsby-transformer-pdf@1.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.6.0-next.0...gatsby-transformer-pdf@1.7.0-next.0) (2020-11-26) **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 148250e50fb82..4c6c167507f1f 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": "1.7.0-next.0", + "version": "1.7.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 0d35971472b9a..ae471a6c41bce 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. +# [5.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.6.0-next.0...gatsby-transformer-react-docgen@5.6.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.5.0-next.0...gatsby-transformer-react-docgen@5.6.0-next.0) (2020-11-26) **Note:** Version bump only for package gatsby-transformer-react-docgen diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index f698a8d2c91e4..a338ac4221172 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": "5.6.0-next.0", + "version": "5.6.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index bbf4c0ea0ac93..d3d75417a986e 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. +# [2.13.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.13.0-next.1...gatsby-transformer-remark@2.13.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-remark + # [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.13.0-next.0...gatsby-transformer-remark@2.13.0-next.1) (2020-12-03) **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 460c72a90ecf5..c28f589c855f8 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.13.0-next.1", + "version": "2.13.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.7.0-next.0", + "gatsby-core-utils": "^1.7.0", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -32,9 +32,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.6.0-next.0" + "gatsby-plugin-utils": "^0.6.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 6bfeabbd8f86b..1693fc8dcc30d 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.7.0-next.0...gatsby-transformer-screenshot@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.6.0-next.1...gatsby-transformer-screenshot@2.7.0-next.0) (2020-11-26) **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 aef1a1449a5e7..fc240022539ce 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": "2.7.0-next.0", + "version": "2.7.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 341c4821db35b..400e6cb56d9e1 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. +# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.9.0-next.0...gatsby-transformer-sharp@2.9.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.8.0-next.1...gatsby-transformer-sharp@2.9.0-next.0) (2020-11-26) **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 023193159ea31..5570ee9e6843a 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": "2.9.0-next.0", + "version": "2.9.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.26.1", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 b8231a660f8b0..403642f92281b 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.4...gatsby-transformer-sqip@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [2.8.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.3...gatsby-transformer-sqip@2.8.0-next.4) (2020-12-08) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 43a0737093f45..b21e7d01714e5 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": "2.8.0-next.4", + "version": "2.8.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.11.0-next.4", + "gatsby-plugin-sharp": "^2.11.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "debug": "^3.2.6" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 4ad58232190da..c3c9b872e7968 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.8.0-next.0...gatsby-transformer-toml@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-toml + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.7.0-next.0...gatsby-transformer-toml@2.8.0-next.0) (2020-11-26) **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 a43f9c42a0819..a5c21ff9b98cd 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 cecd1be86ae2f..a87751dd74aa4 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. +# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.7.0-next.0...gatsby-transformer-xml@2.7.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-xml + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.6.0-next.0...gatsby-transformer-xml@2.7.0-next.0) (2020-11-26) **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 01179fe072764..71dc784014a60 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": "2.7.0-next.0", + "version": "2.7.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 edaa307ef071f..2b56a37e0b05a 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. +# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.8.0-next.0...gatsby-transformer-yaml@2.8.0) (2020-12-15) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.7.0-next.0...gatsby-transformer-yaml@2.8.0-next.0) (2020-11-26) **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 6c58d99c848f8..75c1b65e3ae25 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": "2.8.0-next.0", + "version": "2.8.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.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 d76302e058611..4ed0af1adea5e 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.29.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.4...gatsby@2.29.0) (2020-12-15) + +### Bug Fixes + +- **gatsby:** Avoid undefined object errors ([#28554](https://github.com/gatsbyjs/gatsby/issues/28554)) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) +- **gatsby:** correct GraphQL warning text ([#28563](https://github.com/gatsbyjs/gatsby/issues/28563)) ([2bb4214](https://github.com/gatsbyjs/gatsby/commit/2bb4214d36616ae593a8a82d63102dca2d5e44e6)) +- **gatsby:** correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES ([#28579](https://github.com/gatsbyjs/gatsby/issues/28579)) ([#28622](https://github.com/gatsbyjs/gatsby/issues/28622)) ([15cf4a2](https://github.com/gatsbyjs/gatsby/commit/15cf4a27d36842fc37565f61a4cf69d0c6376140)) +- **gatsby:** Only set auto optin flags if not in config ([#28627](https://github.com/gatsbyjs/gatsby/issues/28627)) ([#28634](https://github.com/gatsbyjs/gatsby/issues/28634)) ([9cd252f](https://github.com/gatsbyjs/gatsby/commit/9cd252f4fa2adf81bc6ad3b29b14b45392b05d28)) +- **gatsby:** show multiple invites together & at end where people are more likely to see them ([#28450](https://github.com/gatsbyjs/gatsby/issues/28450)) ([7e734cc](https://github.com/gatsbyjs/gatsby/commit/7e734cc5716e6fcc6c1bdc5806f492ad5414b7e9)) +- **query-on-demand:** don't resolve get-page-data if query is marked as dirty ([#28535](https://github.com/gatsbyjs/gatsby/issues/28535)) ([56c2b4c](https://github.com/gatsbyjs/gatsby/commit/56c2b4cd3983eb1d540d2f456c93332f9757f863)) + +### Features + +- **gatsby:** improve refresh endpoint output ([#28621](https://github.com/gatsbyjs/gatsby/issues/28621)) ([#28641](https://github.com/gatsbyjs/gatsby/issues/28641)) ([2e7250e](https://github.com/gatsbyjs/gatsby/commit/2e7250e10fe37f6fb6738469a670c5dd6e845bbe)) +- **gatsby:** loading indicator for query-on-demand ([#28562](https://github.com/gatsbyjs/gatsby/issues/28562)) ([1b97f5f](https://github.com/gatsbyjs/gatsby/commit/1b97f5f44b715704ebaff2a714bc81116189aec3)) +- **gatsby:** track how long query-on-demand querying takes ([#28544](https://github.com/gatsbyjs/gatsby/issues/28544)) ([fbf9694](https://github.com/gatsbyjs/gatsby/commit/fbf96942efb920a883ea679972461140d3b770ec)) + +### Performance Improvements + +- **gatsby:** do not force resolvers to be async ([#28525](https://github.com/gatsbyjs/gatsby/issues/28525)) ([cf06435](https://github.com/gatsbyjs/gatsby/commit/cf064355d77a9958b5e3240945b46729dfdac538)) + # [2.29.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.3...gatsby@2.29.0-next.4) (2020-12-08) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index d75fe6beb84eb..28aed239bf8d2 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": "2.29.0-next.4", + "version": "2.29.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -36,8 +36,8 @@ "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "3.3.4", - "babel-plugin-remove-graphql-queries": "^2.13.0-next.0", - "babel-preset-gatsby": "^0.9.0-next.0", + "babel-plugin-remove-graphql-queries": "^2.13.0", + "babel-preset-gatsby": "^0.9.0", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -77,16 +77,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.16.0-next.4", - "gatsby-core-utils": "^1.7.0-next.0", - "gatsby-graphiql-explorer": "^0.8.0-next.0", - "gatsby-legacy-polyfills": "^0.4.0-next.0", - "gatsby-link": "^2.8.0-next.0", - "gatsby-plugin-page-creator": "^2.7.0-next.1", - "gatsby-plugin-typescript": "^2.9.0-next.0", - "gatsby-plugin-utils": "^0.6.0-next.0", - "gatsby-react-router-scroll": "^3.4.0-next.0", - "gatsby-telemetry": "^1.7.0-next.0", + "gatsby-cli": "^2.16.0", + "gatsby-core-utils": "^1.7.0", + "gatsby-graphiql-explorer": "^0.8.0", + "gatsby-legacy-polyfills": "^0.4.0", + "gatsby-link": "^2.8.0", + "gatsby-plugin-page-creator": "^2.7.0", + "gatsby-plugin-typescript": "^2.9.0", + "gatsby-plugin-utils": "^0.6.0", + "gatsby-react-router-scroll": "^3.4.0", + "gatsby-telemetry": "^1.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", @@ -178,7 +178,7 @@ "@types/tmp": "^0.2.0", "@types/webpack-dev-middleware": "^3.7.1", "@types/webpack-virtual-modules": "^0.1.0", - "babel-preset-gatsby-package": "^0.9.0-next.0", + "babel-preset-gatsby-package": "^0.9.0", "cross-env": "^7.0.3", "documentation": "^12.3.0", "enhanced-resolve": "^4.2.0",