Skip to content

Commit 2191733

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent 488e5d3 commit 2191733

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.1) (2021-02-04)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.0) (2021-02-02)
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.0",
3+
"version": "0.8.1",
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.0",
23+
"gatsby": "^2.32.1",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.1) (2021-02-04)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** use separate eslint-loader for rules that are always required ([#29317](https://github.com/gatsbyjs/gatsby/issues/29317)) ([#29327](https://github.com/gatsbyjs/gatsby/issues/29327)) ([488e5d3](https://github.com/gatsbyjs/gatsby/commit/488e5d38fad19311a5910700c4fbeddf34f5f907))
11+
612
# [2.32.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.0) (2021-02-02)
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.0",
4+
"version": "2.32.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)