Skip to content

Commit 63532f7

Browse files
committed
1 parent f50093e commit 63532f7

File tree

14 files changed

+52
-11
lines changed

14 files changed

+52
-11
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.163](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.163) (2020-10-12)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.162](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.162) (2020-10-09)
711

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

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.162",
3+
"version": "0.1.163",
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.73",
23+
"gatsby": "^2.24.74",
2424
"gatsby-interface": "^0.0.193",
2525
"gatsby-plugin-typescript": "^2.4.21",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-plugin-google-analytics/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.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2020-10-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-google-analytics:** remove required on trackingId ([#27398](https://github.com/gatsbyjs/gatsby/issues/27398)) ([3518d10](https://github.com/gatsbyjs/gatsby/commit/3518d10c3541277a3ba2da5bb099a54d02179257))
11+
612
## [2.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2020-10-07)
713

814
### Features

packages/gatsby-plugin-google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "2.3.17",
4+
"version": "2.3.18",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

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

packages/gatsby-plugin-sharp/package.json

+1-1
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.6.40",
4+
"version": "2.6.41",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.16) (2020-10-12)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sitemap
9+
610
## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.15) (2020-10-06)
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.15",
4+
"version": "2.4.16",
55
"author": "Nicholas Young &lt;[email protected]&gt;",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.28) (2020-10-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Make pluginOptionsSchema optional ([#27397](https://github.com/gatsbyjs/gatsby/issues/27397)) ([a67fb02](https://github.com/gatsbyjs/gatsby/commit/a67fb0212ac9bd94964d8d5c256beebe6cb6f253)), closes [#27242](https://github.com/gatsbyjs/gatsby/issues/27242)
11+
12+
### Features
13+
14+
- **gatsby-plugin-utils:** add testPluginOptionsSchema to verify plugin schema options ([#27334](https://github.com/gatsbyjs/gatsby/issues/27334)) ([6f842fb](https://github.com/gatsbyjs/gatsby/commit/6f842fb534d204590ca86e1c297edd4438969ac0))
15+
616
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.27) (2020-10-07)
717

818
### Features

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.27",
3+
"version": "0.2.28",
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.73",
31+
"gatsby": "^2.24.74",
3232
"rimraf": "^3.0.2",
3333
"typescript": "^3.9.5"
3434
},

packages/gatsby-transformer-sqip/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.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.42) (2020-10-12)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.3.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.41) (2020-10-09)
711

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

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.3.41",
4+
"version": "2.3.42",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.11.2",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.6.40",
12+
"gatsby-plugin-sharp": "^2.6.41",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^2.4.2",

packages/gatsby/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.74](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.74) (2020-10-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Make pluginOptionsSchema optional ([#27397](https://github.com/gatsbyjs/gatsby/issues/27397)) ([a67fb02](https://github.com/gatsbyjs/gatsby/commit/a67fb0212ac9bd94964d8d5c256beebe6cb6f253)), closes [#27242](https://github.com/gatsbyjs/gatsby/issues/27242)
11+
- **gatsby:** wait for extracted query enqueuing before running queries ([#27408](https://github.com/gatsbyjs/gatsby/issues/27408)) ([f50093e](https://github.com/gatsbyjs/gatsby/commit/f50093e90c07a9447f72c968a349711806b4f897))
12+
- **gatsby-plugin-google-analytics:** remove required on trackingId ([#27398](https://github.com/gatsbyjs/gatsby/issues/27398)) ([3518d10](https://github.com/gatsbyjs/gatsby/commit/3518d10c3541277a3ba2da5bb099a54d02179257))
13+
- lint ([#27371](https://github.com/gatsbyjs/gatsby/issues/27371)) ([6b37713](https://github.com/gatsbyjs/gatsby/commit/6b3771309459f76071ea239cdd62fda902836d80))
14+
615
## [2.24.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.73) (2020-10-09)
716

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

packages/gatsby/package.json

+2-2
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.73",
4+
"version": "2.24.74",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -83,7 +83,7 @@
8383
"gatsby-link": "^2.4.15",
8484
"gatsby-plugin-page-creator": "^2.3.32",
8585
"gatsby-plugin-typescript": "^2.4.21",
86-
"gatsby-plugin-utils": "^0.2.27",
86+
"gatsby-plugin-utils": "^0.2.28",
8787
"gatsby-react-router-scroll": "^3.0.14",
8888
"gatsby-telemetry": "^1.3.38",
8989
"glob": "^7.1.6",

0 commit comments

Comments
 (0)