Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.20.2
 - gatsby-plugin-mdx@2.10.1
 - gatsby@3.10.2
  • Loading branch information
LekoArts committed Jul 26, 2021
1 parent c6d370d commit 7404fc3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 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.20.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.1...gatsby-admin@0.20.2) (2021-07-26)

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

## [0.20.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0...gatsby-admin@0.20.1) (2021-07-21)

**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.20.1",
"version": "0.20.2",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.28.1",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.10.1",
"gatsby": "^3.10.2",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.10.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/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.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.10.0...gatsby-plugin-mdx@2.10.1) (2021-07-26)

### Bug Fixes

- **gatsby-plugin-mdx:** generate mdx once when multiple mdx fields requested ([#32462](https://github.com/gatsbyjs/gatsby/issues/32462)) ([#32506](https://github.com/gatsbyjs/gatsby/issues/32506)) ([4519a7c](https://github.com/gatsbyjs/gatsby/commit/4519a7cfb7a06ee9b79147b2ef20a427b8c69ef1))

# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.10.0-next.1...gatsby-plugin-mdx@2.10.0) (2021-07-20)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "2.10.0",
"version": "2.10.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
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.

## [3.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.1...gatsby@3.10.2) (2021-07-26)

### Bug Fixes

- **gatsby:** correct pagination logic ([#32496](https://github.com/gatsbyjs/gatsby/issues/32496)) ([#32507](https://github.com/gatsbyjs/gatsby/issues/32507)) ([c6d370d](https://github.com/gatsbyjs/gatsby/commit/c6d370dbb4782b4a9851b202d231c6133fb12e4d)), closes [#32319](https://github.com/gatsbyjs/gatsby/issues/32319)

## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0...gatsby@3.10.1) (2021-07-21)

### Bug Fixes
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.10.1",
"version": "3.10.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 7404fc3

Please sign in to comment.