Skip to content

Commit 2fabba8

Browse files
committed
chore(release): Publish
- babel-preset-gatsby@0.5.5 - gatsby-admin@0.1.117 - gatsby-cli@2.12.73 - gatsby-core-utils@1.3.15 - gatsby-page-utils@0.2.20 - gatsby-plugin-manifest@2.4.22 - gatsby-plugin-mdx@1.2.34 - gatsby-plugin-offline@3.2.22 - gatsby-plugin-page-creator@2.3.20 - gatsby-plugin-preload-fonts@1.2.20 - gatsby-plugin-sharp@2.6.25 - gatsby-recipes@0.2.3 - gatsby-remark-images@3.3.25 - gatsby-source-contentful@2.3.35 - gatsby-source-drupal@3.5.27 - gatsby-source-filesystem@2.3.24 - gatsby-source-shopify@3.2.26 - gatsby-source-wordpress@3.3.28 - gatsby-telemetry@1.3.26 - gatsby-transformer-remark@2.8.28 - gatsby-transformer-sqip@2.3.25 - gatsby@2.24.28
1 parent 5bb68ff commit 2fabba8

44 files changed

Lines changed: 146 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/babel-preset-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+
## [0.5.5](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.4...babel-preset-gatsby@0.5.5) (2020-08-05)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.5.4](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.3...babel-preset-gatsby@0.5.4) (2020-07-24)
711

812
### Bug Fixes

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.3.14",
24+
"gatsby-core-utils": "^1.3.15",
2525
"gatsby-legacy-polyfills": "^0.0.2"
2626
},
2727
"peerDependencies": {

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.117](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.116...gatsby-admin@0.1.117) (2020-08-05)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.116](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.115...gatsby-admin@0.1.116) (2020-08-04)
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.116",
3+
"version": "0.1.117",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.27",
22+
"gatsby": "^2.24.28",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.16",
2525
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/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.12.73](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.72...gatsby-cli@2.12.73) (2020-08-05)
7+
8+
### Features
9+
10+
- **gatsby:** Store site metadata ([#26162](https://github.com/gatsbyjs/gatsby/issues/26162)) ([36367c4](https://github.com/gatsbyjs/gatsby/commit/36367c4))
11+
612
## [2.12.72](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.71...gatsby-cli@2.12.72) (2020-08-04)
713

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

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.72",
4+
"version": "2.12.73",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^1.3.14",
27-
"gatsby-recipes": "^0.2.2",
28-
"gatsby-telemetry": "^1.3.25",
26+
"gatsby-core-utils": "^1.3.15",
27+
"gatsby-recipes": "^0.2.3",
28+
"gatsby-telemetry": "^1.3.26",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

packages/gatsby-core-utils/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+
## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.14...gatsby-core-utils@1.3.15) (2020-08-05)
7+
8+
### Features
9+
10+
- **gatsby:** Store site metadata ([#26162](https://github.com/gatsbyjs/gatsby/issues/26162)) ([36367c4](https://github.com/gatsbyjs/gatsby/commit/36367c4))
11+
612
## [1.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.13...gatsby-core-utils@1.3.14) (2020-07-24)
713

814
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.3.14",
3+
"version": "1.3.15",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/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.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.19...gatsby-page-utils@0.2.20) (2020-08-05)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.18...gatsby-page-utils@0.2.19) (2020-07-24)
711

812
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.2.19",
3+
"version": "0.2.20",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "3.4.0",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.14",
27+
"gatsby-core-utils": "^1.3.15",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"

0 commit comments

Comments
 (0)