Skip to content

Commit 425db2f

Browse files
committed
chore(release): Publish
- gatsby-admin@0.1.159 - gatsby-cli@2.12.105 - gatsby-plugin-mdx@1.2.46 - gatsby-plugin-preact@4.0.15 - gatsby-source-contentful@2.3.51 - gatsby-source-drupal@3.5.37 - gatsby-source-filesystem@2.3.34 - gatsby-source-shopify@3.2.36 - gatsby-source-wordpress@3.3.38 - gatsby-theme@0.1.6 - gatsby-transformer-sqip@2.3.40 - gatsby@2.24.70
1 parent b64f89e commit 425db2f

File tree

24 files changed

+80
-18
lines changed

24 files changed

+80
-18
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.159](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.158...gatsby-admin@0.1.159) (2020-10-08)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.158](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.157...gatsby-admin@0.1.158) (2020-10-07)
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.158",
3+
"version": "0.1.159",
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.1.5",
23-
"gatsby": "^2.24.69",
23+
"gatsby": "^2.24.70",
2424
"gatsby-interface": "^0.0.193",
2525
"gatsby-plugin-typescript": "^2.4.21",
2626
"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.105](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.104...gatsby-cli@2.12.105) (2020-10-08)
7+
8+
### Features
9+
10+
- **gatsby,gatsby-cli:** Pass an errorMap to reporter.error ([#27176](https://github.com/gatsbyjs/gatsby/issues/27176)) ([56402db](https://github.com/gatsbyjs/gatsby/commit/56402dbb26aa56f8f1d69a0d4e2d079efccec669))
11+
612
## [2.12.104](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.103...gatsby-cli@2.12.104) (2020-10-07)
713

814
### Features

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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.104",
4+
"version": "2.12.105",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-mdx/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.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.45...gatsby-plugin-mdx@1.2.46) (2020-10-08)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.44...gatsby-plugin-mdx@1.2.45) (2020-10-07)
711

812
### Bug Fixes

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": "1.2.45",
3+
"version": "1.2.46",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-preact/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+
## [4.0.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.14...gatsby-plugin-preact@4.0.15) (2020-10-08)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-preact:** add babel-plugin properly ([#27165](https://github.com/gatsbyjs/gatsby/issues/27165)) ([91a5876](https://github.com/gatsbyjs/gatsby/commit/91a5876f13091dd4c5e690362d03f93885c3bcd7))
11+
612
## [4.0.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.13...gatsby-plugin-preact@4.0.14) (2020-10-06)
713

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

packages/gatsby-plugin-preact/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-preact",
33
"description": "A Gatsby plugin which replaces React with Preact",
4-
"version": "4.0.14",
4+
"version": "4.0.15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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.3.51](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.50...gatsby-source-contentful@2.3.51) (2020-10-08)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.49...gatsby-source-contentful@2.3.50) (2020-10-06)
711

812
### Performance Improvements

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.3.50",
4+
"version": "2.3.51",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"contentful": "^7.14.6",
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.3.23",
20-
"gatsby-source-filesystem": "^2.3.33",
20+
"gatsby-source-filesystem": "^2.3.34",
2121
"is-online": "^8.4.0",
2222
"json-stringify-safe": "^5.0.1",
2323
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)