Skip to content

Commit 8168079

Browse files
committedSep 16, 2020
chore(release): Publish
- gatsby-admin@0.1.150 - gatsby-cli@2.12.98 - gatsby-image@2.4.19 - gatsby-plugin-manifest@2.4.30 - gatsby-recipes@0.2.27 - gatsby-telemetry@1.3.35 - gatsby@2.24.61
1 parent 70a6120 commit 8168079

File tree

14 files changed

+57
-14
lines changed

14 files changed

+57
-14
lines changed
 

‎packages/gatsby-admin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.150](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.149...gatsby-admin@0.1.150) (2020-09-16)
7+
8+
### Features
9+
10+
- **gatsby-admin:** track errors ([#26903](https://github.com/gatsbyjs/gatsby/issues/26903)) ([617cc1d](https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142))
11+
- **gatsby-admin:** track pageviews to telemetry ([#26902](https://github.com/gatsbyjs/gatsby/issues/26902)) ([f61b19b](https://github.com/gatsbyjs/gatsby/commit/f61b19be4779f37e959d5169c40299bbd655585a))
12+
613
## [0.1.149](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.148...gatsby-admin@0.1.149) (2020-09-15)
714

815
**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.149",
3+
"version": "0.1.150",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.60",
22+
"gatsby": "^2.24.61",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.20",
2525
"gatsby-plugin-webfonts": "^1.1.3",

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

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

‎packages/gatsby-cli/package.json

+4-4
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.97",
4+
"version": "2.12.98",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,8 +24,8 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.20",
27-
"gatsby-recipes": "^0.2.26",
28-
"gatsby-telemetry": "^1.3.34",
27+
"gatsby-recipes": "^0.2.27",
28+
"gatsby-telemetry": "^1.3.35",
2929
"hosted-git-info": "^3.0.4",
3030
"is-valid-path": "^0.1.1",
3131
"lodash": "^4.17.20",
@@ -61,10 +61,10 @@
6161
"babel-preset-gatsby-package": "^0.5.3",
6262
"concurrently": "^5.0.0",
6363
"cross-env": "^5.2.1",
64-
"rimraf": "^3.0.2",
6564
"ink": "^2.7.1",
6665
"ink-spinner": "^3.1.0",
6766
"react": "^16.8.0",
67+
"rimraf": "^3.0.2",
6868
"rollup": "^2.23.0",
6969
"rollup-plugin-auto-external": "^2.0.0",
7070
"rollup-plugin-internal": "^1.0.0",

‎packages/gatsby-image/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.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.18...gatsby-image@2.4.19) (2020-09-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-image:** Don't assume DOM state is valid at hydration stage ([#26097](https://github.com/gatsbyjs/gatsby/issues/26097)) ([cf34304](https://github.com/gatsbyjs/gatsby/commit/cf3430462748cecdfb4b9f6b61285534fb4a2ea9))
11+
612
## [2.4.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.17...gatsby-image@2.4.18) (2020-09-15)
713

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

‎packages/gatsby-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "2.4.18",
4+
"version": "2.4.19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-manifest/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.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.29...gatsby-plugin-manifest@2.4.30) (2020-09-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.4.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.28...gatsby-plugin-manifest@2.4.29) (2020-09-15)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.4.29",
4+
"version": "2.4.30",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-recipes/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.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.26...gatsby-recipes@0.2.27) (2020-09-16)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.25...gatsby-recipes@0.2.26) (2020-09-15)
711

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

‎packages/gatsby-recipes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.26",
4+
"version": "0.2.27",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -45,7 +45,7 @@
4545
"fs-extra": "^8.1.0",
4646
"gatsby-core-utils": "^1.3.20",
4747
"gatsby-interface": "^0.0.166",
48-
"gatsby-telemetry": "^1.3.34",
48+
"gatsby-telemetry": "^1.3.35",
4949
"glob": "^7.1.6",
5050
"graphql": "^14.6.0",
5151
"graphql-compose": "^6.3.8",

‎packages/gatsby-telemetry/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.3.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.34...gatsby-telemetry@1.3.35) (2020-09-16)
7+
8+
### Features
9+
10+
- **gatsby-admin:** track errors ([#26903](https://github.com/gatsbyjs/gatsby/issues/26903)) ([617cc1d](https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142))
11+
612
## [1.3.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.33...gatsby-telemetry@1.3.34) (2020-09-15)
713

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

‎packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.3.34",
4+
"version": "1.3.35",
55
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.61](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.60...gatsby@2.24.61) (2020-09-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** pass --verbose flag to gatsby build properly ([#26904](https://github.com/gatsbyjs/gatsby/issues/26904)) ([55e82f3](https://github.com/gatsbyjs/gatsby/commit/55e82f3e90adc87750aedcc00fe52ec1ca9de38f))
11+
12+
### Features
13+
14+
- **gatsby:** add `Site` and `SiteSiteMetadata` to built-in GraphQL types ([#26866](https://github.com/gatsbyjs/gatsby/issues/26866)) ([8636370](https://github.com/gatsbyjs/gatsby/commit/8636370ceeb0443f56dea4797157ec8887301e6b))
15+
- **gatsby:** print node counts in CLI ([#26907](https://github.com/gatsbyjs/gatsby/issues/26907)) ([34f7a5a](https://github.com/gatsbyjs/gatsby/commit/34f7a5a1ed79cd2cc167502f2f07dffff3088766))
16+
- **gatsby-admin:** track errors ([#26903](https://github.com/gatsbyjs/gatsby/issues/26903)) ([617cc1d](https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142))
17+
618
## [2.24.60](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.59...gatsby@2.24.60) (2020-09-15)
719

820
### Bug Fixes

‎packages/gatsby/package.json

+3-3
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.60",
4+
"version": "2.24.61",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -74,15 +74,15 @@
7474
"find-cache-dir": "^3.3.1",
7575
"fs-exists-cached": "1.0.0",
7676
"fs-extra": "^8.1.0",
77-
"gatsby-cli": "^2.12.97",
77+
"gatsby-cli": "^2.12.98",
7878
"gatsby-core-utils": "^1.3.20",
7979
"gatsby-graphiql-explorer": "^0.4.14",
8080
"gatsby-legacy-polyfills": "^0.0.4",
8181
"gatsby-link": "^2.4.14",
8282
"gatsby-plugin-page-creator": "^2.3.28",
8383
"gatsby-plugin-typescript": "^2.4.20",
8484
"gatsby-react-router-scroll": "^3.0.13",
85-
"gatsby-telemetry": "^1.3.34",
85+
"gatsby-telemetry": "^1.3.35",
8686
"glob": "^7.1.6",
8787
"got": "8.3.2",
8888
"graphql": "^14.6.0",

0 commit comments

Comments
 (0)
Please sign in to comment.