Skip to content

Commit 6c6837b

Browse files
committed
1 parent 8986b12 commit 6c6837b

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.9) (2021-03-01)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.8) (2021-02-25)
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.8",
3+
"version": "0.8.9",
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.8",
23+
"gatsby": "^2.32.9",
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.4) (2021-03-01)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** auto-rename types named "Filter" ([#29718](https://github.com/gatsbyjs/gatsby/issues/29718)) ([#29884](https://github.com/gatsbyjs/gatsby/issues/29884)) ([8986b12](https://github.com/gatsbyjs/gatsby/commit/8986b12d86d1e7b90b68ca00db89f839d0bf0cd8))
11+
- **gatsby-source-wordpress:** HTML image regex's ([#29778](https://github.com/gatsbyjs/gatsby/issues/29778)) ([#29883](https://github.com/gatsbyjs/gatsby/issues/29883)) ([c2ea9b9](https://github.com/gatsbyjs/gatsby/commit/c2ea9b952d24796a0837440571600ca4fc30f8c2))
12+
613
## [4.0.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.3) (2021-02-24)
714

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

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
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.3",
5+
"version": "4.0.4",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/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+
## [2.32.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.9) (2021-03-01)
7+
8+
### Bug Fixes
9+
10+
- query on demand loading indicator always active on preact. ([#29829](https://github.com/gatsbyjs/gatsby/issues/29829)) ([#29882](https://github.com/gatsbyjs/gatsby/issues/29882)) ([706a754](https://github.com/gatsbyjs/gatsby/commit/706a754479a161a8c8bf99be7971e1ab06401229))
11+
612
## [2.32.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.8) (2021-02-25)
713

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

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
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.8",
4+
"version": "2.32.9",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)