From 4432c39ea38401712b8144bebbfee643460fd29f Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Thu, 4 Feb 2021 20:58:35 +0700 Subject: [PATCH] chore(release): Publish - create-gatsby@0.5.1 - gatsby-admin@0.8.2 - gatsby-cli@2.19.1 - gatsby-recipes@0.9.1 - gatsby-source-wordpress@4.0.0 - gatsby@2.32.2 --- packages/create-gatsby/CHANGELOG.md | 4 ++++ packages/create-gatsby/package.json | 2 +- 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-recipes/CHANGELOG.md | 4 ++++ packages/gatsby-recipes/package.json | 2 +- packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 4 ++-- 12 files changed, 35 insertions(+), 11 deletions(-) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 7821ec3643365..9919d58ab442b 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.5.0...create-gatsby@0.5.1) (2021-02-04) + +**Note:** Version bump only for package create-gatsby + # [0.5.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.5.0-next.0...create-gatsby@0.5.0) (2021-02-02) **Note:** Version bump only for package create-gatsby diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 0a0e287c9c9c0..ca192417bf4c5 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.5.0", + "version": "0.5.1", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 7647cef910cb5..440e83907c41b 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.8.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.1...gatsby-admin@0.8.2) (2021-02-04) + +**Note:** Version bump only for package gatsby-admin + ## [0.8.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.0...gatsby-admin@0.8.1) (2021-02-04) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index a34e8b7c32a0b..8244b0430f4d4 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.8.1", + "version": "0.8.2", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^2.32.1", + "gatsby": "^2.32.2", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^2.12.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index ff35b7397a006..cedadba4974a7 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.19.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0...gatsby-cli@2.19.1) (2021-02-04) + +**Note:** Version bump only for package gatsby-cli + # [2.19.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0-next.1...gatsby-cli@2.19.0) (2021-02-02) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 3d80317d32f5b..9e19263240b87 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.19.0", + "version": "2.19.1", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -19,13 +19,13 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^0.5.0", + "create-gatsby": "^0.5.1", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.10.0", - "gatsby-recipes": "^0.9.0", + "gatsby-recipes": "^0.9.1", "gatsby-telemetry": "^1.10.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 0cdba1758174f..88503609cca9f 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.0...gatsby-recipes@0.9.1) (2021-02-04) + +**Note:** Version bump only for package gatsby-recipes + # [0.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.0-next.1...gatsby-recipes@0.9.0) (2021-02-02) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 238ed49ecd3f1..20c886223d40c 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.9.0", + "version": "0.9.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index bd2e2f1bdbfd9..47e45b1abf9e7 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. +# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.11.0...gatsby-source-wordpress@4.0.0) (2021-02-04) + +**Note:** Version bump only for package gatsby-source-wordpress + # [3.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.11.0-next.0...gatsby-source-wordpress@3.11.0) (2021-02-02) **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 512aa7273e313..8304d4587b03d 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "4.0.0-next.0", + "version": "4.0.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -48,9 +48,9 @@ "@babel/core": "^7.6.4", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-private-methods": "^7.10.1", - "@types/semver": "^7.3.4", "@types/cache-manager": "^2.10.3", "@types/ink": "^2.0.3", + "@types/semver": "^7.3.4", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.0.0", "babel-preset-gatsby": "^0.12.0", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index a737bdcdb6ba0..bf4eef10c6360 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.32.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.1...gatsby@2.32.2) (2021-02-04) + +**Note:** Version bump only for package gatsby + ## [2.32.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.0...gatsby@2.32.1) (2021-02-04) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 1111c19131d47..f019dbac4170c 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.32.1", + "version": "2.32.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -78,7 +78,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.19.0", + "gatsby-cli": "^2.19.1", "gatsby-core-utils": "^1.10.0", "gatsby-graphiql-explorer": "^0.11.0", "gatsby-legacy-polyfills": "^0.7.0",