From 6fe2f6a5b3c507e97c8e2fbbf6e9048d1f730b66 Mon Sep 17 00:00:00 2001 From: Peter van der Zee Date: Mon, 19 Oct 2020 17:48:24 +0200 Subject: [PATCH] chore(release): Publish - gatsby-admin@0.1.170 - gatsby-plugin-utils@0.2.36 - gatsby-source-contentful@3.0.0 - gatsby@2.24.82 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-plugin-utils/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-utils/package.json | 4 ++-- packages/gatsby-source-contentful/CHANGELOG.md | 12 ++++++++++++ packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 6 ++++++ packages/gatsby/package.json | 4 ++-- 8 files changed, 34 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index d8b14f5a6110a..7fde86d3c3f62 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.1.170](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.169...gatsby-admin@0.1.170) (2020-10-19) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.169](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.168...gatsby-admin@0.1.169) (2020-10-19) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 3d5e6073b8b9d..59d5a6c9e25e8 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.169", + "version": "0.1.170", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.1.5", - "gatsby": "^2.24.81", + "gatsby": "^2.24.82", "gatsby-interface": "^0.0.193", "gatsby-plugin-typescript": "^2.4.22", "gatsby-plugin-webfonts": "^1.1.3", diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 21fa2b6a5e341..ad470b533f053 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.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.35...gatsby-plugin-utils@0.2.36) (2020-10-19) + +**Note:** Version bump only for package gatsby-plugin-utils + ## [0.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.34...gatsby-plugin-utils@0.2.35) (2020-10-19) ### Features diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 1b868704f24fe..03aa3b19958c4 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.2.35", + "version": "0.2.36", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -28,7 +28,7 @@ "@babel/core": "^7.11.6", "babel-preset-gatsby-package": "^0.5.3", "cross-env": "^7.0.2", - "gatsby": "^2.24.81", + "gatsby": "^2.24.82", "rimraf": "^3.0.2", "typescript": "^3.9.5" }, diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 5227113bfe1a4..c886acd0f5392 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.56...gatsby-source-contentful@3.0.0) (2020-10-19) + +### Performance Improvements + +- **gatsby-plugin-contentful:** drop the super expensive fixids cycle ([#27318](https://github.com/gatsbyjs/gatsby/issues/27318)) ([b316505](https://github.com/gatsbyjs/gatsby/commit/b3165058bce5dca1a0145dd2f0d518aaa6750add)) + +### BREAKING CHANGES + +- **gatsby-plugin-contentful:** If you were relying on the `contentful_id` on the `sys` object in your queries 
those are no longer exposed and you can safely change them to the `id` property on that `sys` object. + +If you were relying on the `id` property in the `sys` object, you should be aware that it is no longer "normalized". In particular, it will no longer get a 'c' prefixed to the id. + ## [2.3.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.55...gatsby-source-contentful@2.3.56) (2020-10-19) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 1e1611f271244..425a52a25a51a 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": "2.3.56", + "version": "3.0.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "contentful": "^7.14.7", "fs-extra": "^9.0.1", "gatsby-core-utils": "^1.3.23", - "gatsby-plugin-utils": "^0.2.35", + "gatsby-plugin-utils": "^0.2.36", "gatsby-source-filesystem": "^2.3.35", "is-online": "^8.5.0", "json-stringify-safe": "^5.0.1", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 92d5d0768d4c4..54811347e766e 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.24.82](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.81...gatsby@2.24.82) (2020-10-19) + +### Bug Fixes + +- **gatsby:** notify when Gatsby cache is incomplete ([#27549](https://github.com/gatsbyjs/gatsby/issues/27549)) ([2d6a153](https://github.com/gatsbyjs/gatsby/commit/2d6a1535ca2fa45bc6821d3273c32e18f66913fc)) + ## [2.24.81](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.80...gatsby@2.24.81) (2020-10-19) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bc2aaaf2c4563..6c58878ecf293 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.24.81", + "version": "2.24.82", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -83,7 +83,7 @@ "gatsby-link": "^2.4.15", "gatsby-plugin-page-creator": "^2.3.33", "gatsby-plugin-typescript": "^2.4.22", - "gatsby-plugin-utils": "^0.2.35", + "gatsby-plugin-utils": "^0.2.36", "gatsby-react-router-scroll": "^3.0.14", "gatsby-telemetry": "^1.3.38", "glob": "^7.1.6",