Skip to content

Commit 733fabf

Browse files
committedSep 14, 2020
chore(release): Publish
- gatsby-admin@0.1.147 - gatsby-cli@2.12.96 - gatsby-plugin-preact@4.0.11 - gatsby-recipes@0.2.25 - gatsby-remark-prismjs@3.5.12 - gatsby-telemetry@1.3.33 - gatsby@2.24.58
1 parent fd15a92 commit 733fabf

File tree

14 files changed

+53
-15
lines changed

14 files changed

+53
-15
lines changed
 

‎packages/gatsby-admin/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+
## [0.1.147](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.146...gatsby-admin@0.1.147) (2020-09-14)
7+
8+
### Features
9+
10+
- **gatsby-admin:** track plugin telemetry ([#26885](https://github.com/gatsbyjs/gatsby/issues/26885)) ([bf61854](https://github.com/gatsbyjs/gatsby/commit/bf61854dc5bb87911825f925fe839d67e44da986)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853)
11+
612
## [0.1.146](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.145...gatsby-admin@0.1.146) (2020-09-10)
713

814
**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.146",
3+
"version": "0.1.147",
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.57",
22+
"gatsby": "^2.24.58",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.19",
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.96](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.95...gatsby-cli@2.12.96) (2020-09-14)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.95](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.94...gatsby-cli@2.12.95) (2020-09-10)
711

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

‎packages/gatsby-cli/package.json

+3-3
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.95",
4+
"version": "2.12.96",
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.19",
27-
"gatsby-recipes": "^0.2.24",
28-
"gatsby-telemetry": "^1.3.32",
27+
"gatsby-recipes": "^0.2.25",
28+
"gatsby-telemetry": "^1.3.33",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

‎packages/gatsby-plugin-preact/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.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.10...gatsby-plugin-preact@4.0.11) (2020-09-14)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preact
9+
610
## [4.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.9...gatsby-plugin-preact@4.0.10) (2020-08-28)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preact",
33
"description": "A Gatsby plugin which replaces React with Preact",
4-
"version": "4.0.10",
4+
"version": "4.0.11",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -43,4 +43,4 @@
4343
"engines": {
4444
"node": ">=10.13.0"
4545
}
46-
}
46+
}

‎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.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.24...gatsby-recipes@0.2.25) (2020-09-14)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.23...gatsby-recipes@0.2.24) (2020-09-10)
711

812
### Bug Fixes

‎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.24",
4+
"version": "0.2.25",
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.19",
4747
"gatsby-interface": "^0.0.166",
48-
"gatsby-telemetry": "^1.3.32",
48+
"gatsby-telemetry": "^1.3.33",
4949
"glob": "^7.1.6",
5050
"graphql": "^14.6.0",
5151
"graphql-compose": "^6.3.8",

‎packages/gatsby-remark-prismjs/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+
## [3.5.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.5.11...gatsby-remark-prismjs@3.5.12) (2020-09-14)
7+
8+
### Features
9+
10+
- **gatsby-remark-prismjs:** syntax highlighting inside diffs ([#26525](https://github.com/gatsbyjs/gatsby/issues/26525)) ([60fdd22](https://github.com/gatsbyjs/gatsby/commit/60fdd228c67e19538fd66d298ccddb0a08f5cda8)), closes [#20630](https://github.com/gatsbyjs/gatsby/issues/20630)
11+
612
## [3.5.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.5.10...gatsby-remark-prismjs@3.5.11) (2020-08-25)
713

814
### Bug Fixes

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

+1-1
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.5.11",
4+
"version": "3.5.12",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎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.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.32...gatsby-telemetry@1.3.33) (2020-09-14)
7+
8+
### Features
9+
10+
- **gatsby:** create telemetry service and start it during develop ([#26832](https://github.com/gatsbyjs/gatsby/issues/26832)) ([6132b95](https://github.com/gatsbyjs/gatsby/commit/6132b9517f2d4668c55e98fe63f2509fdb3d130a)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853)
11+
612
## [1.3.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.31...gatsby-telemetry@1.3.32) (2020-09-08)
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.32",
4+
"version": "1.3.33",
55
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.58](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.57...gatsby@2.24.58) (2020-09-14)
7+
8+
### Features
9+
10+
- **gatsby:** create telemetry service and start it during develop ([#26832](https://github.com/gatsbyjs/gatsby/issues/26832)) ([6132b95](https://github.com/gatsbyjs/gatsby/commit/6132b9517f2d4668c55e98fe63f2509fdb3d130a)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853)
11+
- **gatsby:** merge GraphQL types defined by different plugins (with a warning) ([#26864](https://github.com/gatsbyjs/gatsby/issues/26864)) ([0bc63fe](https://github.com/gatsbyjs/gatsby/commit/0bc63fe533f8419708a34b962339f43f4955355d))
12+
- **gatsby-admin:** track plugin telemetry ([#26885](https://github.com/gatsbyjs/gatsby/issues/26885)) ([bf61854](https://github.com/gatsbyjs/gatsby/commit/bf61854dc5bb87911825f925fe839d67e44da986)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853)
13+
614
## [2.24.57](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.56...gatsby@2.24.57) (2020-09-10)
715

816
### Bug Fixes

‎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.57",
4+
"version": "2.24.58",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -37,8 +37,8 @@
3737
"better-opn": "1.0.0",
3838
"better-queue": "^3.8.10",
3939
"bluebird": "^3.7.2",
40-
"browserslist": "^4.12.2",
4140
"body-parser": "^1.19.0",
41+
"browserslist": "^4.12.2",
4242
"cache-manager": "^2.11.1",
4343
"cache-manager-fs-hash": "^0.0.9",
4444
"chalk": "^2.4.2",
@@ -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.95",
77+
"gatsby-cli": "^2.12.96",
7878
"gatsby-core-utils": "^1.3.19",
7979
"gatsby-graphiql-explorer": "^0.4.13",
8080
"gatsby-legacy-polyfills": "^0.0.4",
8181
"gatsby-link": "^2.4.13",
8282
"gatsby-plugin-page-creator": "^2.3.27",
8383
"gatsby-plugin-typescript": "^2.4.19",
8484
"gatsby-react-router-scroll": "^3.0.12",
85-
"gatsby-telemetry": "^1.3.32",
85+
"gatsby-telemetry": "^1.3.33",
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.