Skip to content

Commit a94e657

Browse files
chore(release): Publish
- gatsby-admin@0.1.102 - gatsby@2.24.13
1 parent 5cf9687 commit a94e657

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

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.1.102](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.101...gatsby-admin@0.1.102) (2020-07-29)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.101](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.100...gatsby-admin@0.1.101) (2020-07-28)
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.1.101",
3+
"version": "0.1.102",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"@typescript-eslint/parser": "^2.28.0",
1919
"csstype": "^2.6.10",
2020
"formik": "^2.1.4",
21-
"gatsby": "^2.24.12",
21+
"gatsby": "^2.24.13",
2222
"gatsby-interface": "0.0.173",
2323
"gatsby-plugin-typescript": "^2.4.16",
2424
"gatsby-source-graphql": "^2.6.2",

packages/gatsby/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.24.13](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.12...gatsby@2.24.13) (2020-07-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Delete babel and terser cache dirs ([#26053](https://github.com/gatsbyjs/gatsby/issues/26053)) ([9497c97](https://github.com/gatsbyjs/gatsby/commit/9497c97))
11+
- **gatsby:** Load static query results from its own Db ([#26077](https://github.com/gatsbyjs/gatsby/issues/26077)) ([5cf9687](https://github.com/gatsbyjs/gatsby/commit/5cf9687))
12+
613
## [2.24.12](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.11...gatsby@2.24.12) (2020-07-28)
714

815
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
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.24.12",
4+
"version": "2.24.13",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -68,8 +68,8 @@
6868
"express-graphql": "^0.9.0",
6969
"fast-levenshtein": "^2.0.6",
7070
"file-loader": "^1.1.11",
71-
"fs-exists-cached": "1.0.0",
7271
"find-cache-dir": "^3.3.1",
72+
"fs-exists-cached": "1.0.0",
7373
"fs-extra": "^8.1.0",
7474
"gatsby-cli": "^2.12.67",
7575
"gatsby-core-utils": "^1.3.14",

0 commit comments

Comments
 (0)