Skip to content

Commit 2494ae1

Browse files
committedOct 15, 2020
chore(release): Publish
- gatsby-admin@0.1.166 - gatsby-cli@2.12.108 - gatsby-plugin-emotion@4.3.14 - gatsby-plugin-image@0.0.2 - gatsby-plugin-netlify@2.3.19 - gatsby-plugin-offline@3.2.32 - gatsby-plugin-sitemap@2.4.17 - gatsby-plugin-typescript@2.4.22 - gatsby-plugin-utils@0.2.32 - gatsby-remark-images@3.3.34 - gatsby-source-contentful@2.3.53 - gatsby-transformer-remark@2.8.40 - gatsby@2.24.78
1 parent 840f00d commit 2494ae1

File tree

26 files changed

+96
-29
lines changed

26 files changed

+96
-29
lines changed
 

‎packages/gatsby-admin/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+
## [0.1.166](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.165...gatsby-admin@0.1.166) (2020-10-15)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.165](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.164...gatsby-admin@0.1.165) (2020-10-13)
711

812
**Note:** Version bump only for package gatsby-admin

‎packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.165",
3+
"version": "0.1.166",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.1.5",
23-
"gatsby": "^2.24.76",
23+
"gatsby": "^2.24.78",
2424
"gatsby-interface": "^0.0.193",
25-
"gatsby-plugin-typescript": "^2.4.21",
25+
"gatsby-plugin-typescript": "^2.4.22",
2626
"gatsby-plugin-webfonts": "^1.1.3",
2727
"gatsby-source-graphql": "^2.7.6",
2828
"lodash-es": "^4.17.15",

‎packages/gatsby-cli/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+
## [2.12.108](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.107...gatsby-cli@2.12.108) (2020-10-15)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.107](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.106...gatsby-cli@2.12.107) (2020-10-09)
711

812
**Note:** Version bump only for package gatsby-cli

‎packages/gatsby-cli/package.json

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

‎packages/gatsby-plugin-emotion/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+
## [4.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.3.13...gatsby-plugin-emotion@4.3.14) (2020-10-15)
7+
8+
**Note:** Version bump only for package gatsby-plugin-emotion
9+
610
## [4.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.3.12...gatsby-plugin-emotion@4.3.13) (2020-10-06)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-emotion",
33
"description": "Gatsby plugin to add support for Emotion",
4-
"version": "4.3.13",
4+
"version": "4.3.14",
55
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.2 (2020-10-15)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",
@@ -46,26 +46,26 @@
4646
"types": "dist/src/index.d.ts",
4747
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-image#readme",
4848
"devDependencies": {
49-
"@types/react": "^16.9.50",
50-
"@types/node": "^14.10.2",
5149
"@babel/cli": "^7.8.7",
5250
"@babel/core": "^7.8.7",
5351
"@types/babel__core": "^7.1.6",
5452
"@types/babel__traverse": "^7.0.9",
5553
"@types/fs-extra": "^8.1.0",
56-
"cross-env": "^7.0.2",
57-
"typescript": "^3.9.5",
54+
"@types/node": "^14.10.2",
5855
"@types/prop-types": "^15.7.3",
56+
"@types/react": "^16.9.50",
5957
"@types/react-dom": "^16.9.8",
6058
"ast-pretty-print": "^2.0.1",
6159
"babel-plugin-macros": "^2.8.0",
60+
"cross-env": "^7.0.2",
6261
"cssnano": "^4.1.10",
6362
"del-cli": "^3.0.1",
6463
"do-sync": "^2.2.0",
6564
"microbundle": "^0.12.3",
6665
"npm-run-all": "^4.1.5",
6766
"postcss": "^8.1.1",
68-
"terser": "^5.3.3"
67+
"terser": "^5.3.3",
68+
"typescript": "^3.9.5"
6969
},
7070
"peerDependencies": {
7171
"gatsby": ">=2",

‎packages/gatsby-plugin-netlify/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+
## [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+
8+
**Note:** Version bump only for package gatsby-plugin-netlify
9+
610
## [2.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.17...gatsby-plugin-netlify@2.3.18) (2020-10-14)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "2.3.18",
4+
"version": "2.3.19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
2626
"cross-env": "^7.0.2",
27-
"gatsby-plugin-utils": "^0.2.31"
27+
"gatsby-plugin-utils": "^0.2.32"
2828
},
2929
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
3030
"keywords": [

‎packages/gatsby-plugin-offline/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+
## [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+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.30...gatsby-plugin-offline@3.2.31) (2020-10-06)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.2.31",
4+
"version": "3.2.32",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^0.5.3",
2222
"cpx": "^1.5.0",
2323
"cross-env": "^7.0.2",
24-
"gatsby-plugin-utils": "^0.2.31",
24+
"gatsby-plugin-utils": "^0.2.32",
2525
"rewire": "^4.0.1"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

‎packages/gatsby-plugin-sitemap/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+
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.4.16...gatsby-plugin-sitemap@2.4.17) (2020-10-15)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sitemap
9+
610
## [2.4.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.4.15...gatsby-plugin-sitemap@2.4.16) (2020-10-12)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "2.4.16",
4+
"version": "2.4.17",
55
"author": "Nicholas Young &lt;nicholas@nicholaswyoung.com&gt;",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-typescript/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.4.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.21...gatsby-plugin-typescript@2.4.22) (2020-10-15)
7+
8+
### Features
9+
10+
- **gatsby-plugin-typescript:** Add schema ([#27361](https://github.com/gatsbyjs/gatsby/issues/27361)) ([072ef6c](https://github.com/gatsbyjs/gatsby/commit/072ef6c992168c89505143670013d5d8147f4ab4))
11+
612
## [2.4.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.20...gatsby-plugin-typescript@2.4.21) (2020-09-28)
713

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.4.21",
4+
"version": "2.4.22",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-utils/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+
## [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+
8+
**Note:** Version bump only for package gatsby-plugin-utils
9+
610
## [0.2.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.30...gatsby-plugin-utils@0.2.31) (2020-10-14)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-utils",
3-
"version": "0.2.31",
3+
"version": "0.2.32",
44
"description": "Gatsby utils that help creating plugins",
55
"main": "dist/index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.11.6",
2929
"babel-preset-gatsby-package": "^0.5.3",
3030
"cross-env": "^7.0.2",
31-
"gatsby": "^2.24.77",
31+
"gatsby": "^2.24.78",
3232
"rimraf": "^3.0.2",
3333
"typescript": "^3.9.5"
3434
},

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

812
### Bug Fixes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.3.33",
4+
"version": "3.3.34",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
2626
"cross-env": "^7.0.2",
27-
"gatsby-plugin-utils": "^0.2.31",
27+
"gatsby-plugin-utils": "^0.2.32",
2828
"hast-util-to-html": "^6.1.0",
2929
"mdast-util-to-hast": "^6.0.2"
3030
},

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.52...gatsby-source-contentful@2.3.53) (2020-10-15)
7+
8+
### Features
9+
10+
- **gatsby-source-contentful:** add tool to force-cache remote data to debug ([#27404](https://github.com/gatsbyjs/gatsby/issues/27404)) ([2964b62](https://github.com/gatsbyjs/gatsby/commit/2964b62962f51a738d907bbcd03811595907fc18))
11+
12+
### Performance Improvements
13+
14+
- **gatsby-source-contentful:** change O(n\*m) loop to O(n+m) ([#27448](https://github.com/gatsbyjs/gatsby/issues/27448)) ([e6162dd](https://github.com/gatsbyjs/gatsby/commit/e6162dd97ee90d4f1ffab58ea8a70e1c8bbff292))
15+
- **gatsby-source-contentful:** do not linear search on a potentially large set ([#27447](https://github.com/gatsbyjs/gatsby/issues/27447)) ([9d304ed](https://github.com/gatsbyjs/gatsby/commit/9d304ed3c63069a976bc4be85df2e876512149e0))
16+
617
## [2.3.52](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.51...gatsby-source-contentful@2.3.52) (2020-10-13)
718

819
### Bug Fixes

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

+2-2
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.52",
4+
"version": "2.3.53",
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.7",
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.3.23",
20-
"gatsby-plugin-utils": "^0.2.27",
20+
"gatsby-plugin-utils": "^0.2.32",
2121
"gatsby-source-filesystem": "^2.3.34",
2222
"is-online": "^8.5.0",
2323
"json-stringify-safe": "^5.0.1",

‎packages/gatsby-transformer-remark/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+
## [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+
8+
**Note:** Version bump only for package gatsby-transformer-remark
9+
610
## [2.8.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.38...gatsby-transformer-remark@2.8.39) (2020-10-14)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.8.39",
4+
"version": "2.8.40",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.11.6",
3535
"babel-preset-gatsby-package": "^0.5.3",
3636
"cross-env": "^7.0.2",
37-
"gatsby-plugin-utils": "^0.2.31"
37+
"gatsby-plugin-utils": "^0.2.32"
3838
},
3939
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
4040
"keywords": [

‎packages/gatsby/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.24.78](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.77...gatsby@2.24.78) (2020-10-15)
7+
8+
### Features
9+
10+
- **gatsby-plugin-typescript:** Add schema ([#27361](https://github.com/gatsbyjs/gatsby/issues/27361)) ([072ef6c](https://github.com/gatsbyjs/gatsby/commit/072ef6c992168c89505143670013d5d8147f4ab4))
11+
612
## [2.24.77](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.76...gatsby@2.24.77) (2020-10-14)
713

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

‎packages/gatsby/package.json

+4-4
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.24.77",
4+
"version": "2.24.78",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -76,14 +76,14 @@
7676
"find-cache-dir": "^3.3.1",
7777
"fs-exists-cached": "1.0.0",
7878
"fs-extra": "^8.1.0",
79-
"gatsby-cli": "^2.12.107",
79+
"gatsby-cli": "^2.12.108",
8080
"gatsby-core-utils": "^1.3.23",
8181
"gatsby-graphiql-explorer": "^0.4.15",
8282
"gatsby-legacy-polyfills": "^0.0.5",
8383
"gatsby-link": "^2.4.15",
8484
"gatsby-plugin-page-creator": "^2.3.32",
85-
"gatsby-plugin-typescript": "^2.4.21",
86-
"gatsby-plugin-utils": "^0.2.31",
85+
"gatsby-plugin-typescript": "^2.4.22",
86+
"gatsby-plugin-utils": "^0.2.32",
8787
"gatsby-react-router-scroll": "^3.0.14",
8888
"gatsby-telemetry": "^1.3.38",
8989
"glob": "^7.1.6",

0 commit comments

Comments
 (0)
Please sign in to comment.