Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jan 6, 2021
1 parent 64f2e95 commit 4aeccaf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.1) (2021-01-06)

### Bug Fixes

- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([#28886](https://github.com/gatsbyjs/gatsby/issues/28886)) ([64f2e95](https://github.com/gatsbyjs/gatsby/commit/64f2e95316c557e64efcc4bd8a8399eb33f9856c))

# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0) (2021-01-05)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.2.5",
"gatsby": "^2.30.0",
"gatsby": "^2.30.1",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.10.0",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.30.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.1) (2021-01-06)

### Bug Fixes

- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([#28886](https://github.com/gatsbyjs/gatsby/issues/28886)) ([64f2e95](https://github.com/gatsbyjs/gatsby/commit/64f2e95316c557e64efcc4bd8a8399eb33f9856c))

# [2.30.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0) (2021-01-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.30.0",
"version": "2.30.1",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 4aeccaf

Please sign in to comment.