Skip to content

Commit 9ecbc81

Browse files
committedFeb 25, 2021
chore(release): Publish
- gatsby-admin@0.8.8 - gatsby@2.32.8
1 parent 180ebad commit 9ecbc81

File tree

4 files changed

+12
-4
lines changed

4 files changed

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

‎packages/gatsby/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.32.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.7...gatsby@2.32.8) (2021-02-25)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.32.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.6...gatsby@2.32.7) (2021-02-25)
711

812
### Features

‎packages/gatsby/package.json

+2-2
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.7",
4+
"version": "2.32.8",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -258,4 +258,4 @@
258258
"yargs": {
259259
"boolean-negation": false
260260
}
261-
}
261+
}

0 commit comments

Comments
 (0)