Skip to content

File tree

34 files changed

+109
-35
lines changed

34 files changed

+109
-35
lines changed

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.10.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.9) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.10.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.8) (2020-03-12)
711

812
### Bug Fixes

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 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.10.8",
4+
"version": "2.10.9",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -26,7 +26,7 @@
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
2828
"gatsby-core-utils": "^1.0.33",
29-
"gatsby-telemetry": "^1.1.54",
29+
"gatsby-telemetry": "^1.1.55",
3030
"hosted-git-info": "^3.0.2",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-plugin-glamor/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.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.22) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-glamor
9+
610
## [2.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.21) (2020-03-06)
711

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

packages/gatsby-plugin-glamor/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-glamor",
33
"description": "Gatsby plugin to add support for Glamor",
4-
"version": "2.1.21",
4+
"version": "2.1.22",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/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.0.82](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.82) (2020-03-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** make webpack rebuild when new scopes are created ([#22121](https://github.com/gatsbyjs/gatsby/issues/22121)) ([f62001e](https://github.com/gatsbyjs/gatsby/commit/f62001e))
11+
612
## [1.0.81](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.81) (2020-03-12)
713

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

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

packages/gatsby-plugin-sharp/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.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.12) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.4.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.11) (2020-03-11)
711

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

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.4.11",
4+
"version": "2.4.12",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-prismjs/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+
## [3.3.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.34) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-remark-prismjs
9+
610
## [3.3.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.33) (2020-03-06)
711

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

packages/gatsby-remark-prismjs/package.json

Lines changed: 1 addition & 1 deletion
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.33",
4+
"version": "3.3.34",
55
"author": "Kyle Mathews <[email protected]>",
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.1.96](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.96) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.95](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.95) (2020-03-11)
711

812
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

Lines changed: 3 additions & 3 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.1.95",
4+
"version": "2.1.96",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,8 +18,8 @@
1818
"deep-map": "^1.5.0",
1919
"fs-extra": "^8.1.0",
2020
"gatsby-core-utils": "^1.0.33",
21-
"gatsby-plugin-sharp": "^2.4.11",
22-
"gatsby-source-filesystem": "^2.1.53",
21+
"gatsby-plugin-sharp": "^2.4.12",
22+
"gatsby-source-filesystem": "^2.1.54",
2323
"is-online": "^8.2.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.15",

packages/gatsby-source-drupal/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+
## [3.3.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.25) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.24) (2020-03-11)
711

812
**Note:** Version bump only for package gatsby-source-drupal

packages/gatsby-source-drupal/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-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.3.24",
4+
"version": "3.3.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.1.53",
14+
"gatsby-source-filesystem": "^2.1.54",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/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.1.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.54) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.1.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.53) (2020-03-11)
711

812
**Note:** Version bump only for package gatsby-source-filesystem

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.1.53",
4+
"version": "2.1.54",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/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+
## [3.0.49](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.49) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.0.48](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.48) (2020-03-11)
711

812
**Note:** Version bump only for package gatsby-source-shopify

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.0.48",
3+
"version": "3.0.49",
44
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore **/__tests__",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.2.17",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.1.53",
39+
"gatsby-source-filesystem": "^2.1.54",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.15",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/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+
## [3.1.69](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.69) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.1.68](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.68) (2020-03-11)
711

812
**Note:** Version bump only for package gatsby-source-wordpress

packages/gatsby-source-wordpress/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-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.1.68",
4+
"version": "3.1.69",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.2",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.1.53",
17+
"gatsby-source-filesystem": "^2.1.54",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.15",
2020
"minimatch": "^3.0.4",

packages/gatsby-telemetry/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.1.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.55) (2020-03-12)
7+
8+
### Performance Improvements
9+
10+
- **gatsby-telemetry:** Memoize the getRepositoryId ([#20472](https://github.com/gatsbyjs/gatsby/issues/20472)) ([d9b8fe8](https://github.com/gatsbyjs/gatsby/commit/d9b8fe8))
11+
612
## [1.1.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.54) (2020-03-11)
713

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

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.1.54",
4+
"version": "1.1.55",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-theme-blog-core/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.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.24) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.2.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.23) (2020-03-12)
711

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.2.23",
3+
"version": "1.2.24",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -19,18 +19,18 @@
1919
"dependencies": {
2020
"@mdx-js/mdx": "^1.5.1",
2121
"gatsby-core-utils": "^1.0.33",
22-
"gatsby-plugin-mdx": "^1.0.81",
23-
"gatsby-plugin-sharp": "^2.4.11",
22+
"gatsby-plugin-mdx": "^1.0.82",
23+
"gatsby-plugin-sharp": "^2.4.12",
2424
"gatsby-remark-copy-linked-files": "^2.1.39",
2525
"gatsby-remark-images": "^3.1.49",
2626
"gatsby-remark-smartypants": "^2.1.22",
27-
"gatsby-source-filesystem": "^2.1.53",
27+
"gatsby-source-filesystem": "^2.1.54",
2828
"gatsby-transformer-sharp": "^2.3.18",
2929
"remark-slug": "^5.1.2"
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.5.1",
33-
"gatsby": "^2.19.40",
33+
"gatsby": "^2.19.41",
3434
"prettier": "^1.19.1",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

packages/gatsby-theme-blog/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.3.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.25) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.24) (2020-03-12)
711

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

packages/gatsby-theme-blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.3.24",
3+
"version": "1.3.25",
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.23",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.20",
32-
"gatsby-theme-blog-core": "^1.2.23",
32+
"gatsby-theme-blog-core": "^1.2.24",
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.40",
42+
"gatsby": "^2.19.41",
4343
"prettier": "^1.19.1",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

packages/gatsby-theme-notes/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.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.22) (2020-03-12)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.21) (2020-03-12)
711

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

packages/gatsby-theme-notes/package.json

Lines changed: 4 additions & 4 deletions
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.21",
4+
"version": "1.1.22",
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.40",
23+
"gatsby": "^2.19.41",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},
@@ -39,12 +39,12 @@
3939
"gatsby-core-utils": "^1.0.33",
4040
"gatsby-plugin-compile-es6-packages": "^2.1.0",
4141
"gatsby-plugin-emotion": "^4.1.24",
42-
"gatsby-plugin-mdx": "^1.0.81",
42+
"gatsby-plugin-mdx": "^1.0.82",
4343
"gatsby-plugin-meta-redirect": "^1.1.1",
4444
"gatsby-plugin-og-image": "0.0.1",
4545
"gatsby-plugin-redirects": "^1.0.0",
4646
"gatsby-plugin-theme-ui": "^0.2.43",
47-
"gatsby-source-filesystem": "^2.1.53",
47+
"gatsby-source-filesystem": "^2.1.54",
4848
"is-present": "^1.0.0",
4949
"react-feather": "^1.1.6",
5050
"theme-ui": "^0.2.49",

0 commit comments

Comments
 (0)