Skip to content

Commit 662fe41

Browse files
committed
1 parent 8a2fac9 commit 662fe41

File tree

8 files changed

+23
-5
lines changed

8 files changed

+23
-5
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.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.6) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.5) (2021-02-24)
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.5",
3+
"version": "0.8.6",
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.5",
23+
"gatsby": "^2.32.6",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-gatsby-cloud/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+
## 1.0.2 (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-gatsby-cloud
9+
610
# 1.1.0-next.2 (2021-02-19)
711

812
**Note:** Version bump only for package gatsby-plugin-gatsby-cloud

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.3) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [4.0.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.2) (2021-02-24)
711

812
**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.2",
5+
"version": "4.0.3",
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.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.6) (2021-02-24)
7+
8+
### Features
9+
10+
- **gatsby:** Respect VERBOSE env var ([#29708](https://github.com/gatsbyjs/gatsby/issues/29708)) ([#29713](https://github.com/gatsbyjs/gatsby/issues/29713)) ([49f19fd](https://github.com/gatsbyjs/gatsby/commit/49f19fd0575f5715b47028ac56472690809606b3))
11+
612
## [2.32.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.5) (2021-02-24)
713

814
### Bug Fixes

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.5",
4+
"version": "2.32.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)