Skip to content

Commit 10c3456

Browse files
committed
1 parent 8543e52 commit 10c3456

File tree

10 files changed

+30
-10
lines changed

10 files changed

+30
-10
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.1.175](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.175) (2020-10-26)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.174](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.174) (2020-10-26)
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.174",
3+
"version": "0.1.175",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.1",
23-
"gatsby": "^2.24.86",
23+
"gatsby": "^2.24.87",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.4.24",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/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+
## [2.12.113](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.113) (2020-10-26)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.112](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.112) (2020-10-26)
711

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

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.112",
4+
"version": "2.12.113",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.23",
27-
"gatsby-recipes": "^0.2.33",
27+
"gatsby-recipes": "^0.2.34",
2828
"gatsby-telemetry": "^1.3.38",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
@@ -60,11 +60,11 @@
6060
"@types/yargs": "^15.0.8",
6161
"babel-preset-gatsby-package": "^0.5.3",
6262
"cross-env": "^7.0.2",
63-
"rimraf": "^3.0.2",
6463
"ink": "^2.7.1",
6564
"ink-spinner": "^3.1.0",
6665
"npm-run-all": "4.1.5",
6766
"react": "^16.8.0",
67+
"rimraf": "^3.0.2",
6868
"rollup": "^2.23.0",
6969
"rollup-plugin-auto-external": "^2.0.0",
7070
"rollup-plugin-internal": "^1.0.0",

packages/gatsby-plugin-preload-fonts/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+
## [1.2.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.29) (2020-10-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
## [1.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.28) (2020-10-06)
711

812
**Note:** Version bump only for package gatsby-plugin-preload-fonts

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "1.2.28",
4+
"version": "1.2.29",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {

packages/gatsby-recipes/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.2.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.34) (2020-10-26)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.33) (2020-10-20)
711

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

packages/gatsby-recipes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.33",
4+
"version": "0.2.34",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -69,10 +69,10 @@
6969
},
7070
"devDependencies": {
7171
"@babel/cli": "^7.11.6",
72+
"@babel/plugin-transform-runtime": "^7.11.5",
7273
"@mdx-js/mdx": "^2.0.0-next.4",
7374
"@mdx-js/react": "^2.0.0-next.4",
7475
"@mdx-js/runtime": "^2.0.0-next.4",
75-
"@babel/plugin-transform-runtime": "^7.11.5",
7676
"@rollup/plugin-babel": "^5.1.0",
7777
"@rollup/plugin-commonjs": "^14.0.0",
7878
"@rollup/plugin-json": "^4.1.0",

packages/gatsby/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+
## [2.24.87](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.87) (2020-10-26)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.24.86](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.86) (2020-10-26)
711

812
### Features

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.86",
4+
"version": "2.24.87",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -76,7 +76,7 @@
7676
"find-cache-dir": "^3.3.1",
7777
"fs-exists-cached": "1.0.0",
7878
"fs-extra": "^8.1.0",
79-
"gatsby-cli": "^2.12.112",
79+
"gatsby-cli": "^2.12.113",
8080
"gatsby-core-utils": "^1.3.23",
8181
"gatsby-graphiql-explorer": "^0.4.15",
8282
"gatsby-legacy-polyfills": "^0.0.5",

0 commit comments

Comments
 (0)