Skip to content

Commit effcf8b

Browse files
committedMar 2, 2020
chore(release): Publish
- gatsby-plugin-mdx@1.0.75 - gatsby-plugin-preload-fonts@1.0.29 - gatsby-remark-prismjs@3.3.32 - gatsby-source-medium@2.1.20 - gatsby-theme-blog-core@1.2.8 - gatsby-theme-blog@1.3.9 - gatsby-theme-notes@1.1.6 - gatsby@2.19.25
1 parent b6de2b9 commit effcf8b

File tree

16 files changed

+62
-14
lines changed

16 files changed

+62
-14
lines changed
 

‎packages/gatsby-plugin-mdx/CHANGELOG.md

+4
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.0.75](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.74...gatsby-plugin-mdx@1.0.75) (2020-03-02)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.0.74](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.73...gatsby-plugin-mdx@1.0.74) (2020-02-25)
711

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

‎packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.0.74",
3+
"version": "1.0.75",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

‎packages/gatsby-plugin-preload-fonts/CHANGELOG.md

+6
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.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.28...gatsby-plugin-preload-fonts@1.0.29) (2020-03-02)
7+
8+
### Features
9+
10+
- **gatsby-plugin-preload-fonts:** Add option to run in CI ([#21037](https://github.com/gatsbyjs/gatsby/issues/21037)) ([131f1e8](https://github.com/gatsbyjs/gatsby/commit/131f1e8))
11+
612
## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.27...gatsby-plugin-preload-fonts@1.0.28) (2020-03-02)
713

814
### Bug Fixes

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

+1-1
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.0.28",
4+
"version": "1.0.29",
55
"author": "Aaron Ross <superhawk610@gmail.com>",
66
"main": "index.js",
77
"bin": {

‎packages/gatsby-remark-prismjs/CHANGELOG.md

+6
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+
## [3.3.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.31...gatsby-remark-prismjs@3.3.32) (2020-03-02)
7+
8+
### Features
9+
10+
- **gatsby-remark-prismjs:** add show invisibles plugin ([#21439](https://github.com/gatsbyjs/gatsby/issues/21439)) ([5b523bd](https://github.com/gatsbyjs/gatsby/commit/5b523bd))
11+
612
## [3.3.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.30...gatsby-remark-prismjs@3.3.31) (2020-02-01)
713

814
**Note:** Version bump only for package gatsby-remark-prismjs

‎packages/gatsby-remark-prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-prismjs",
33
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
4-
"version": "3.3.31",
4+
"version": "3.3.32",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-source-medium/CHANGELOG.md

+6
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.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.1.19...gatsby-source-medium@2.1.20) (2020-03-02)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-medium:** fix data fecthing & add limitation to readme ([#17547](https://github.com/gatsbyjs/gatsby/issues/17547)) ([3ba9f9c](https://github.com/gatsbyjs/gatsby/commit/3ba9f9c))
11+
612
## [2.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.1.18...gatsby-source-medium@2.1.19) (2020-02-01)
713

814
**Note:** Version bump only for package gatsby-source-medium

‎packages/gatsby-source-medium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-medium",
33
"description": "Gatsby source plugin for building websites using Medium as a data source",
4-
"version": "2.1.19",
4+
"version": "2.1.20",
55
"author": "Robert Vogt <robert@smartive.ch>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-theme-blog-core/CHANGELOG.md

+4
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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.7...gatsby-theme-blog-core@1.2.8) (2020-03-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.6...gatsby-theme-blog-core@1.2.7) (2020-03-02)
711

812
**Note:** Version bump only for package gatsby-theme-blog-core

‎packages/gatsby-theme-blog-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"main": "index.js",
55
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@mdx-js/mdx": "^1.5.1",
2121
"gatsby-core-utils": "^1.0.28",
22-
"gatsby-plugin-mdx": "^1.0.74",
22+
"gatsby-plugin-mdx": "^1.0.75",
2323
"gatsby-plugin-sharp": "^2.4.5",
2424
"gatsby-remark-copy-linked-files": "^2.1.37",
2525
"gatsby-remark-images": "^3.1.44",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.5.1",
33-
"gatsby": "^2.19.24",
33+
"gatsby": "^2.19.25",
3434
"prettier": "^1.19.1",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

‎packages/gatsby-theme-blog/CHANGELOG.md

+4
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.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.8...gatsby-theme-blog@1.3.9) (2020-03-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.7...gatsby-theme-blog@1.3.8) (2020-03-02)
711

812
**Note:** Version bump only for package gatsby-theme-blog

‎packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.1.22",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.19",
32-
"gatsby-theme-blog-core": "^1.2.7",
32+
"gatsby-theme-blog-core": "^1.2.8",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.19.24",
42+
"gatsby": "^2.19.25",
4343
"prettier": "^1.19.1",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

‎packages/gatsby-theme-notes/CHANGELOG.md

+4
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.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.5...gatsby-theme-notes@1.1.6) (2020-03-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.4...gatsby-theme-notes@1.1.5) (2020-03-02)
711

812
**Note:** Version bump only for package gatsby-theme-notes

‎packages/gatsby-theme-notes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.19.24",
23+
"gatsby": "^2.19.25",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},
@@ -39,7 +39,7 @@
3939
"gatsby-core-utils": "^1.0.28",
4040
"gatsby-plugin-compile-es6-packages": "^2.1.0",
4141
"gatsby-plugin-emotion": "^4.1.23",
42-
"gatsby-plugin-mdx": "^1.0.74",
42+
"gatsby-plugin-mdx": "^1.0.75",
4343
"gatsby-plugin-meta-redirect": "^1.1.1",
4444
"gatsby-plugin-og-image": "0.0.1",
4545
"gatsby-plugin-redirects": "^1.0.0",

‎packages/gatsby/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.19.25](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.24...gatsby@2.19.25) (2020-03-02)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** bump flex-bug postcss-plugin and postcss-loader ([#21398](https://github.com/gatsbyjs/gatsby/issues/21398)) ([47b05fc](https://github.com/gatsbyjs/gatsby/commit/47b05fc))
11+
- **gatsby:** Check for nullable locations in query-runner ([#21839](https://github.com/gatsbyjs/gatsby/issues/21839)) ([dc484eb](https://github.com/gatsbyjs/gatsby/commit/dc484eb))
12+
- **gatsby:** fix codepaths that result in js errors ([#21829](https://github.com/gatsbyjs/gatsby/issues/21829)) ([a87f1bd](https://github.com/gatsbyjs/gatsby/commit/a87f1bd))
13+
- **gatsby:** Improve warning for built-in GraphQL type overrides ([#21899](https://github.com/gatsbyjs/gatsby/issues/21899)) ([1f4db4b](https://github.com/gatsbyjs/gatsby/commit/1f4db4b))
14+
- hot fix for `gatsby develop` when HOME is not set ([#21914](https://github.com/gatsbyjs/gatsby/issues/21914)) ([b6de2b9](https://github.com/gatsbyjs/gatsby/commit/b6de2b9))
15+
16+
### Features
17+
18+
- **gatsby:** Allow silencing the warning for adding resolvers for missing types ([#21769](https://github.com/gatsbyjs/gatsby/issues/21769)) ([6b7ed63](https://github.com/gatsbyjs/gatsby/commit/6b7ed63))
19+
620
## [2.19.24](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.23...gatsby@2.19.24) (2020-03-02)
721

822
### Bug Fixes

‎packages/gatsby/package.json

+1-1
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.19.24",
4+
"version": "2.19.25",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)
Please sign in to comment.