Skip to content

Commit 12a78af

Browse files
committed
chore(release): Publish
- babel-preset-gatsby@0.9.1 - gatsby-admin@0.5.2 - gatsby-cli@2.16.2 - gatsby-core-utils@1.7.1 - gatsby-page-utils@0.6.1 - gatsby-plugin-image@0.4.1 - gatsby-plugin-manifest@2.9.1 - gatsby-plugin-mdx@1.7.1 - gatsby-plugin-offline@3.7.1 - gatsby-plugin-page-creator@2.7.2 - gatsby-plugin-preload-fonts@1.6.1 - gatsby-plugin-sharp@2.11.2 - gatsby-recipes@0.6.1 - gatsby-remark-images@3.8.1 - gatsby-source-contentful@4.3.1 - gatsby-source-drupal@3.10.1 - gatsby-source-filesystem@2.8.1 - gatsby-source-shopify@3.7.1 - gatsby-source-wordpress@3.8.1 - gatsby-telemetry@1.7.1 - gatsby-transformer-remark@2.13.1 - gatsby-transformer-sqip@2.8.2 - gatsby@2.29.2
1 parent e3992ab commit 12a78af

File tree

46 files changed

+152
-56
lines changed

Some content is hidden

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

46 files changed

+152
-56
lines changed

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.9.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.9.0...babel-preset-gatsby@0.9.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.9.0-next.0...babel-preset-gatsby@0.9.0) (2020-12-15)
711

812
**Note:** Version bump only for package babel-preset-gatsby

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.9.0",
3+
"version": "0.9.1",
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.7.0",
24+
"gatsby-core-utils": "^1.7.1",
2525
"gatsby-legacy-polyfills": "^0.4.0"
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.5.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.1...gatsby-admin@0.5.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0...gatsby-admin@0.5.1) (2020-12-16)
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.5.1",
3+
"version": "0.5.2",
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.5",
23-
"gatsby": "^2.29.1",
23+
"gatsby": "^2.29.2",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.9.0",
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.16.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.1...gatsby-cli@2.16.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0...gatsby-cli@2.16.1) (2020-12-16)
711

812
**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.16.1",
4+
"version": "2.16.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,9 +24,9 @@
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
27-
"gatsby-core-utils": "^1.7.0",
28-
"gatsby-recipes": "^0.6.0",
29-
"gatsby-telemetry": "^1.7.0",
27+
"gatsby-core-utils": "^1.7.1",
28+
"gatsby-recipes": "^0.6.1",
29+
"gatsby-telemetry": "^1.7.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-core-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+
## [1.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.7.0...gatsby-core-utils@1.7.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.7.0-next.0...gatsby-core-utils@1.7.0) (2020-12-15)
711

812
**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.7.0",
3+
"version": "1.7.1",
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.6.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0...gatsby-page-utils@0.6.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0-next.1...gatsby-page-utils@0.6.0) (2020-12-15)
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.6.0",
3+
"version": "0.6.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.4.3",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^1.7.0",
29+
"gatsby-core-utils": "^1.7.1",
3030
"glob": "^7.1.6",
3131
"lodash": "^4.17.20",
3232
"micromatch": "^4.0.2"

0 commit comments

Comments
 (0)