File tree 26 files changed +80
-24
lines changed
gatsby-plugin-page-creator
gatsby-transformer-screenshot
26 files changed +80
-24
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.167] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.166...gatsby-admin@0.1.167 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.1.166] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.165...gatsby-admin@0.1.166 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-admin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-admin" ,
3
- "version" : " 0.1.166 " ,
3
+ "version" : " 0.1.167 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Max Stoiber" ,
6
6
"license" : " MIT" ,
20
20
"@typescript-eslint/parser" : " ^2.34.0" ,
21
21
"csstype" : " ^2.6.13" ,
22
22
"formik" : " ^2.1.5" ,
23
- "gatsby" : " ^2.24.78 " ,
23
+ "gatsby" : " ^2.24.79 " ,
24
24
"gatsby-interface" : " ^0.0.193" ,
25
25
"gatsby-plugin-typescript" : " ^2.4.22" ,
26
26
"gatsby-plugin-webfonts" : " ^1.1.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.12.109] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.108...gatsby-cli@2.12.109 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-cli
9
+
6
10
## [ 2.12.108] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.107...gatsby-cli@2.12.108 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-cli" ,
3
3
"description" : " Gatsby command-line interface for creating new sites and running Gatsby commands" ,
4
- "version" : " 2.12.108 " ,
4
+ "version" : " 2.12.109 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " cli.js"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.0.3] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.0.2...gatsby-plugin-image@0.0.3 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-image
9
+
6
10
## 0.0.2 (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-image
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-image" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"scripts" : {
5
5
"build" : " npm-run-all -s clean -p build:*" ,
6
6
"build:gatsby-node" : " tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/types.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.2.47] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.46...gatsby-plugin-mdx@1.2.47 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-mdx
9
+
6
10
## [ 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
11
8
12
** Note:** Version bump only for package gatsby-plugin-mdx
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-mdx" ,
3
- "version" : " 1.2.46 " ,
3
+ "version" : " 1.2.47 " ,
4
4
"description" : " MDX integration for Gatsby" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
58
58
"devDependencies" : {
59
59
"@mdx-js/mdx" : " ^1.6.16" ,
60
60
"@mdx-js/react" : " ^1.6.16" ,
61
- "gatsby-plugin-utils" : " ^0.2.31 " ,
61
+ "gatsby-plugin-utils" : " ^0.2.33 " ,
62
62
"jest" : " ^24.9.0" ,
63
63
"js-combinatorics" : " ^1.4.5" ,
64
64
"react-test-renderer" : " ^16.13.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.20] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.19...gatsby-plugin-netlify@2.3.20 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-netlify
9
+
6
10
## [ 2.3.19] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.18...gatsby-plugin-netlify@2.3.19 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-netlify
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-netlify" ,
3
3
"description" : " A Gatsby plugin which generates a _headers file for netlify" ,
4
- "version" : " 2.3.19 " ,
4
+ "version" : " 2.3.20 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
24
24
"@babel/core" : " ^7.11.6" ,
25
25
"babel-preset-gatsby-package" : " ^0.5.3" ,
26
26
"cross-env" : " ^7.0.2" ,
27
- "gatsby-plugin-utils" : " ^0.2.32 "
27
+ "gatsby-plugin-utils" : " ^0.2.33 "
28
28
},
29
29
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme" ,
30
30
"keywords" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.33] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.32...gatsby-plugin-offline@3.2.33 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-offline
9
+
6
10
## [ 3.2.32] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.31...gatsby-plugin-offline@3.2.32 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-offline
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-offline" ,
3
3
"description" : " Gatsby plugin which sets up a site to be able to run offline" ,
4
- "version" : " 3.2.32 " ,
4
+ "version" : " 3.2.33 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
21
21
"babel-preset-gatsby-package" : " ^0.5.3" ,
22
22
"cpx" : " ^1.5.0" ,
23
23
"cross-env" : " ^7.0.2" ,
24
- "gatsby-plugin-utils" : " ^0.2.32 " ,
24
+ "gatsby-plugin-utils" : " ^0.2.33 " ,
25
25
"rewire" : " ^4.0.1"
26
26
},
27
27
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.33] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.32...gatsby-plugin-page-creator@2.3.33 ) (2020-10-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-plugin-page-creator:** Use correct queryAll name ([ #27487 ] ( https://github.com/gatsbyjs/gatsby/issues/27487 ) ) ([ a70a66e] ( https://github.com/gatsbyjs/gatsby/commit/a70a66e98ed0a7f8d8af4490d8bfa3fb2e8cb8db ) )
11
+
6
12
## [ 2.3.32] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.31...gatsby-plugin-page-creator@2.3.32 ) (2020-10-08)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-page-creator" ,
3
- "version" : " 2.3.32 " ,
3
+ "version" : " 2.3.33 " ,
4
4
"description" : " Gatsby plugin that automatically creates pages from React components in specified directories" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.2.33] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.32...gatsby-plugin-utils@0.2.33 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-utils
9
+
6
10
## [ 0.2.32] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.31...gatsby-plugin-utils@0.2.32 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-utils" ,
3
- "version" : " 0.2.32 " ,
3
+ "version" : " 0.2.33 " ,
4
4
"description" : " Gatsby utils that help creating plugins" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
28
28
"@babel/core" : " ^7.11.6" ,
29
29
"babel-preset-gatsby-package" : " ^0.5.3" ,
30
30
"cross-env" : " ^7.0.2" ,
31
- "gatsby" : " ^2.24.78 " ,
31
+ "gatsby" : " ^2.24.79 " ,
32
32
"rimraf" : " ^3.0.2" ,
33
33
"typescript" : " ^3.9.5"
34
34
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.3.35] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.34...gatsby-remark-images@3.3.35 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-remark-images
9
+
6
10
## [ 3.3.34] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.33...gatsby-remark-images@3.3.34 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-remark-images
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-remark-images" ,
3
3
"description" : " Processes images in markdown so they can be used in the production build." ,
4
- "version" : " 3.3.34 " ,
4
+ "version" : " 3.3.35 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
24
24
"@babel/core" : " ^7.11.6" ,
25
25
"babel-preset-gatsby-package" : " ^0.5.3" ,
26
26
"cross-env" : " ^7.0.2" ,
27
- "gatsby-plugin-utils" : " ^0.2.32 " ,
27
+ "gatsby-plugin-utils" : " ^0.2.33 " ,
28
28
"hast-util-to-html" : " ^6.1.0" ,
29
29
"mdast-util-to-hast" : " ^6.0.2"
30
30
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.54] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.53...gatsby-source-contentful@2.3.54 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-contentful
9
+
6
10
## [ 2.3.53] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.52...gatsby-source-contentful@2.3.53 ) (2020-10-15)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-contentful" ,
3
3
"description" : " Gatsby source plugin for building websites using the Contentful CMS as a data source" ,
4
- "version" : " 2.3.53 " ,
4
+ "version" : " 2.3.54 " ,
5
5
"author" : " Marcus Ericsson <mericsson@gmail.com> (mericsson.com)" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
17
17
"contentful" : " ^7.14.7" ,
18
18
"fs-extra" : " ^9.0.1" ,
19
19
"gatsby-core-utils" : " ^1.3.23" ,
20
- "gatsby-plugin-utils" : " ^0.2.32 " ,
20
+ "gatsby-plugin-utils" : " ^0.2.33 " ,
21
21
"gatsby-source-filesystem" : " ^2.3.34" ,
22
22
"is-online" : " ^8.5.0" ,
23
23
"json-stringify-safe" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.8.41] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.40...gatsby-transformer-remark@2.8.41 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-transformer-remark
9
+
6
10
## [ 2.8.40] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.39...gatsby-transformer-remark@2.8.40 ) (2020-10-15)
7
11
8
12
** Note:** Version bump only for package gatsby-transformer-remark
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-transformer-remark" ,
3
3
"description" : " Gatsby transformer plugin for Markdown using the Remark library and ecosystem" ,
4
- "version" : " 2.8.40 " ,
4
+ "version" : " 2.8.41 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
34
34
"@babel/core" : " ^7.11.6" ,
35
35
"babel-preset-gatsby-package" : " ^0.5.3" ,
36
36
"cross-env" : " ^7.0.2" ,
37
- "gatsby-plugin-utils" : " ^0.2.32 "
37
+ "gatsby-plugin-utils" : " ^0.2.33 "
38
38
},
39
39
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme" ,
40
40
"keywords" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.3.19] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.18...gatsby-transformer-screenshot@2.3.19 ) (2020-10-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-transformer-screenshot
9
+
6
10
## [ 2.3.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.17...gatsby-transformer-screenshot@2.3.18 ) (2020-09-28)
7
11
8
12
** Note:** Version bump only for package gatsby-transformer-screenshot
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-transformer-screenshot" ,
3
3
"description" : " Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites" ,
4
- "version" : " 2.3.18 " ,
4
+ "version" : " 2.3.19 " ,
5
5
"author" : " David Beckley <beckl.ds@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.24.79] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.78...gatsby@2.24.79 ) (2020-10-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby:** add runtime check for react 17 ([ #27468 ] ( https://github.com/gatsbyjs/gatsby/issues/27468 ) ) ([ 239d539] ( https://github.com/gatsbyjs/gatsby/commit/239d539b76421f210a0db901786021ac45a42ac7 ) )
11
+
6
12
## [ 2.24.78] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.77...gatsby@2.24.78 ) (2020-10-15)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby" ,
3
3
"description" : " Blazing fast modern site generator for React" ,
4
- "version" : " 2.24.78 " ,
4
+ "version" : " 2.24.79 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
76
76
"find-cache-dir" : " ^3.3.1" ,
77
77
"fs-exists-cached" : " 1.0.0" ,
78
78
"fs-extra" : " ^8.1.0" ,
79
- "gatsby-cli" : " ^2.12.108 " ,
79
+ "gatsby-cli" : " ^2.12.109 " ,
80
80
"gatsby-core-utils" : " ^1.3.23" ,
81
81
"gatsby-graphiql-explorer" : " ^0.4.15" ,
82
82
"gatsby-legacy-polyfills" : " ^0.0.5" ,
83
83
"gatsby-link" : " ^2.4.15" ,
84
- "gatsby-plugin-page-creator" : " ^2.3.32 " ,
84
+ "gatsby-plugin-page-creator" : " ^2.3.33 " ,
85
85
"gatsby-plugin-typescript" : " ^2.4.22" ,
86
- "gatsby-plugin-utils" : " ^0.2.32 " ,
86
+ "gatsby-plugin-utils" : " ^0.2.33 " ,
87
87
"gatsby-react-router-scroll" : " ^3.0.14" ,
88
88
"gatsby-telemetry" : " ^1.3.38" ,
89
89
"glob" : " ^7.1.6" ,
You can’t perform that action at this time.
0 commit comments