Skip to content

Commit 7404fc3

Browse files
committed
1 parent c6d370d commit 7404fc3

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.20.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.2) (2021-07-26)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.20.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.1) (2021-07-21)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.28.1",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.10.1",
23+
"gatsby": "^3.10.2",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.10.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.1) (2021-07-26)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0) (2021-07-20)
713

814
**Note:** Version bump only for package gatsby-plugin-mdx

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [3.10.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.2) (2021-07-26)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
612
## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.1) (2021-07-21)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
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": "3.10.1",
4+
"version": "3.10.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)