Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
vladar committed Feb 4, 2021
1 parent 0a31b64 commit 4432c39
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 11 deletions.
4 changes: 4 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "4.0.0-next.0",
"version": "4.0.0",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4432c39

Please sign in to comment.