Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.12.1
 - gatsby-admin@0.8.3
 - gatsby-source-wordpress@4.0.1
 - gatsby@2.32.3
  • Loading branch information
pieh committed Feb 5, 2021
1 parent 794b387 commit 1d95cfe
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Expand Up @@ -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.12.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0...babel-preset-gatsby@0.12.1) (2021-02-05)

### Bug Fixes

- **babel-preset-gatsby:** remove spread operator from node builds ([#29346](https://github.com/gatsbyjs/gatsby/issues/29346)) ([#29357](https://github.com/gatsbyjs/gatsby/issues/29357)) ([794b387](https://github.com/gatsbyjs/gatsby/commit/794b38799cd8b8ad33bddf857ad9d87cd2615dca))

# [0.12.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0-next.0...babel-preset-gatsby@0.12.0) (2021-02-02)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.12.0",
"version": "0.12.1",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.2...gatsby-admin@0.8.3) (2021-02-05)

**Note:** Version bump only for package gatsby-admin

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.8.2",
"version": "0.8.3",
"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.2",
"gatsby": "^2.32.3",
"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-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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.0...gatsby-source-wordpress@4.0.1) (2021-02-05)

**Note:** Version bump only for package gatsby-source-wordpress

# [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
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",
"version": "4.0.1",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"@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",
"babel-preset-gatsby": "^0.12.1",
"babel-preset-gatsby-package": "^0.12.0",
"cross-env": "^5.2.1",
"identity-obj-proxy": "^3.0.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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.2...gatsby@2.32.3) (2021-02-05)

**Note:** Version bump only for package gatsby

## [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
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.2",
"version": "2.32.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^2.16.0",
"babel-preset-gatsby": "^0.12.0",
"babel-preset-gatsby": "^0.12.1",
"better-opn": "^2.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
Expand Down

0 comments on commit 1d95cfe

Please sign in to comment.