Skip to content

Commit

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

## [0.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0...gatsby-admin@0.10.1) (2021-03-03)

**Note:** Version bump only for package gatsby-admin

# [0.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.5...gatsby-admin@0.10.0) (2021-03-02)

**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.10.0",
"version": "0.10.1",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.0.0",
"gatsby": "^3.0.1",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0...gatsby@3.0.1) (2021-03-03)

### Bug Fixes

- **gatsby:** change browserlist to web/es5 ([#29954](https://github.com/gatsbyjs/gatsby/issues/29954)) ([#29968](https://github.com/gatsbyjs/gatsby/issues/29968)) ([1b26dc2](https://github.com/gatsbyjs/gatsby/commit/1b26dc26356a295bc8a59979522043b9f36aaaf4))
- **gatsby:** fix routing for paths with characters like `@` etc ([#29935](https://github.com/gatsbyjs/gatsby/issues/29935)) ([#29967](https://github.com/gatsbyjs/gatsby/issues/29967)) ([03fd1cb](https://github.com/gatsbyjs/gatsby/commit/03fd1cbc3015f04f496f34c31bd58564e8bb51bb))

# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.5...gatsby@3.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby
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": "3.0.0",
"version": "3.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 8b53b2a

Please sign in to comment.