Skip to content

Commit 1d95cfe

Browse files
committed
1 parent 794b387 commit 1d95cfe

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
lines changed

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.12.1) (2021-02-05)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [0.12.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.12.0) (2021-02-02)
713

814
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.3) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.2) (2021-02-04)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.32.2",
23+
"gatsby": "^2.32.3",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.1) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0) (2021-02-04)
711

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

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -53,7 +53,7 @@
5353
"@types/semver": "^7.3.4",
5454
"babel-plugin-import-globals": "^2.0.0",
5555
"babel-plugin-module-resolver": "4.0.0",
56-
"babel-preset-gatsby": "^0.12.0",
56+
"babel-preset-gatsby": "^0.12.1",
5757
"babel-preset-gatsby-package": "^0.12.0",
5858
"cross-env": "^5.2.1",
5959
"identity-obj-proxy": "^3.0.0",

packages/gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.32.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.3) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.32.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.2) (2021-02-04)
711

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

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.32.2",
4+
"version": "2.32.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -37,7 +37,7 @@
3737
"babel-plugin-dynamic-import-node": "^2.3.3",
3838
"babel-plugin-lodash": "^3.3.4",
3939
"babel-plugin-remove-graphql-queries": "^2.16.0",
40-
"babel-preset-gatsby": "^0.12.0",
40+
"babel-preset-gatsby": "^0.12.1",
4141
"better-opn": "^2.0.0",
4242
"better-queue": "^3.8.10",
4343
"bluebird": "^3.7.2",

0 commit comments

Comments
 (0)