From 6615dbb12f8eca13da26bb25f82d4bd1785c5c3a Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 2 Nov 2020 12:03:08 -0800 Subject: [PATCH] chore(release): Publish - gatsby-admin@0.1.182 - gatsby-cli@2.12.115 - gatsby-plugin-manifest@2.5.1 - gatsby-recipes@0.2.36 - gatsby-telemetry@1.3.39 - gatsby-transformer-remark@2.9.1 - gatsby@2.25.1 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-cli/package.json | 6 +++--- packages/gatsby-plugin-manifest/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-recipes/CHANGELOG.md | 6 ++++++ packages/gatsby-recipes/package.json | 4 ++-- packages/gatsby-telemetry/CHANGELOG.md | 4 ++++ packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-transformer-remark/CHANGELOG.md | 6 ++++++ packages/gatsby-transformer-remark/package.json | 2 +- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 6 +++--- 14 files changed, 47 insertions(+), 13 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 833eb0eb9b463..3b5a732d9dbb7 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.182](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.181...gatsby-admin@0.1.182) (2020-11-02) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.181](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.180...gatsby-admin@0.1.181) (2020-11-02) ### Features diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 166b1f64f3ddd..249b54b24b489 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.181", + "version": "0.1.182", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.2.1", - "gatsby": "^2.25.0", + "gatsby": "^2.25.1", "gatsby-interface": "^0.0.225", "gatsby-plugin-typescript": "^2.5.0", "gatsby-plugin-webfonts": "^1.1.3", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index ba106c8bb3a4d..458aca5054aba 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.12.115](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.114...gatsby-cli@2.12.115) (2020-11-02) + +**Note:** Version bump only for package gatsby-cli + ## [2.12.114](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.113...gatsby-cli@2.12.114) (2020-11-02) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index e07d3184b1167..6ccf4b3d13b45 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.12.114", + "version": "2.12.115", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -24,8 +24,8 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.23", - "gatsby-recipes": "^0.2.35", - "gatsby-telemetry": "^1.3.38", + "gatsby-recipes": "^0.2.36", + "gatsby-telemetry": "^1.3.39", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "lodash": "^4.17.20", diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index a6dbf206a4bdf..2a639121ed989 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.5.0...gatsby-plugin-manifest@2.5.1) (2020-11-02) + +### Bug Fixes + +- **gatsby-plugin-manifest:** create directories recursively ([#27793](https://github.com/gatsbyjs/gatsby/issues/27793)) ([085d188](https://github.com/gatsbyjs/gatsby/commit/085d1888481881456bbaf4a988cfb7578f28f0d9)) + # [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.37...gatsby-plugin-manifest@2.5.0) (2020-11-02) ### Features diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index dcf579c1bfaf6..169beb6be5ced 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.5.0", + "version": "2.5.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 34227ed19efda..12e22251fe218 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.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.35...gatsby-recipes@0.2.36) (2020-11-02) + +### Bug Fixes + +- **gatsby-recipes:** Only remove the ".mdx" ending if running local recipe ([#27718](https://github.com/gatsbyjs/gatsby/issues/27718)) ([409a36a](https://github.com/gatsbyjs/gatsby/commit/409a36a2c41dd575627f4e9c9bfcd104a29663a7)) + ## [0.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.34...gatsby-recipes@0.2.35) (2020-11-02) ### Features diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index c1fdf44e22899..8ef3030d63ff9 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.2.35", + "version": "0.2.36", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -31,7 +31,7 @@ "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.23", - "gatsby-telemetry": "^1.3.38", + "gatsby-telemetry": "^1.3.39", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index fc0b6bb1cbf44..1d09c4fedff4e 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.3.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.38...gatsby-telemetry@1.3.39) (2020-11-02) + +**Note:** Version bump only for package gatsby-telemetry + ## [1.3.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.37...gatsby-telemetry@1.3.38) (2020-10-06) ### Bug Fixes diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 42f0fddf0a90c..7b555e0527fc2 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.3.38", + "version": "1.3.39", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index d0e15ff10ed2e..bf66d7e803475 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.9.0...gatsby-transformer-remark@2.9.1) (2020-11-02) + +### Bug Fixes + +- **gatsby-transformer-remark:** add excerpt_separator to plugin options schema ([#27785](https://github.com/gatsbyjs/gatsby/issues/27785)) ([8f8a419](https://github.com/gatsbyjs/gatsby/commit/8f8a41979bb88c0caf7ddae91ed840325692b4a8)), closes [#27784](https://github.com/gatsbyjs/gatsby/issues/27784) + # [2.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.47...gatsby-transformer-remark@2.9.0) (2020-11-02) ### Features diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 63ff3964fb126..90c9cd710b3c1 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.9.0", + "version": "2.9.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 2a09d38cc97c7..8a5e71b70d9ba 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/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. +## [2.25.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.25.0...gatsby@2.25.1) (2020-11-02) + +**Note:** Version bump only for package gatsby + # [2.25.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.92...gatsby@2.25.0) (2020-11-02) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 04eb265b6708e..a74a7232659be 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.25.0", + "version": "2.25.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -76,7 +76,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.114", + "gatsby-cli": "^2.12.115", "gatsby-core-utils": "^1.3.23", "gatsby-graphiql-explorer": "^0.4.15", "gatsby-legacy-polyfills": "^0.0.6", @@ -85,7 +85,7 @@ "gatsby-plugin-typescript": "^2.5.0", "gatsby-plugin-utils": "^0.2.40", "gatsby-react-router-scroll": "^3.0.15", - "gatsby-telemetry": "^1.3.38", + "gatsby-telemetry": "^1.3.39", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0",