Skip to content

Commit 37079ab

Browse files
committedMar 8, 2021
chore(release): Publish
- gatsby-admin@0.8.10 - gatsby-source-wordpress@4.0.5 - gatsby-transformer-sharp@2.12.1 - gatsby@2.32.10

File tree

8 files changed

+25
-5
lines changed

8 files changed

+25
-5
lines changed
 

‎packages/gatsby-admin/CHANGELOG.md

+4
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.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.9...gatsby-admin@0.8.10) (2021-03-08)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.8...gatsby-admin@0.8.9) (2021-03-01)
711

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

‎packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
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.9",
23+
"gatsby": "^2.32.10",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

‎packages/gatsby-source-wordpress/CHANGELOG.md

+6
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+
## [4.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.4...gatsby-source-wordpress@4.0.5) (2021-03-08)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** image fixes ([#29813](https://github.com/gatsbyjs/gatsby/issues/29813)) ([#29881](https://github.com/gatsbyjs/gatsby/issues/29881)) ([c7a6e9f](https://github.com/gatsbyjs/gatsby/commit/c7a6e9f1b18ef5cdc02d783301f3bb14f56880b2))
11+
612
## [4.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.3...gatsby-source-wordpress@4.0.4) (2021-03-01)
713

814
### Bug Fixes

‎packages/gatsby-source-wordpress/package.json

+1-1
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 <tylerdbarnes@gmail.com>",
5-
"version": "4.0.4",
5+
"version": "4.0.5",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

‎packages/gatsby-transformer-sharp/CHANGELOG.md

+4
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.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0...gatsby-transformer-sharp@2.12.1) (2021-03-08)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sharp
9+
610
# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0-next.1...gatsby-transformer-sharp@2.12.0) (2021-02-02)
711

812
**Note:** Version bump only for package gatsby-transformer-sharp

‎packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.12.0",
4+
"version": "2.12.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/CHANGELOG.md

+6
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+
## [2.32.10](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.9...gatsby@2.32.10) (2021-03-08)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Fix various small DEV_SSR bugs exposed in development_runtime tests ([#29748](https://github.com/gatsbyjs/gatsby/issues/29748)) ([890d5e5](https://github.com/gatsbyjs/gatsby/commit/890d5e5c8fc98819d32dd23cbf2679c37e0121c5))
11+
612
## [2.32.9](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.8...gatsby@2.32.9) (2021-03-01)
713

814
### Bug Fixes

‎packages/gatsby/package.json

+1-1
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.9",
4+
"version": "2.32.10",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)
Please sign in to comment.