Skip to content

Commit 9c8b442

Browse files
committed
chore(release): Publish
- gatsby-admin@0.1.113 - gatsby-cli@2.12.69 - gatsby-recipes@0.1.59 - gatsby-remark-images@3.3.24 - gatsby-source-wordpress@3.3.27 - gatsby-telemetry@1.3.25 - gatsby@2.24.24
1 parent 43952c6 commit 9c8b442

File tree

14 files changed

+45
-13
lines changed

14 files changed

+45
-13
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.113](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.112...gatsby-admin@0.1.113) (2020-08-03)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.112](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.110...gatsby-admin@0.1.112) (2020-07-31)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.112",
3+
"version": "0.1.113",
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.23",
22+
"gatsby": "^2.24.24",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.16",
2525
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.69](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.68...gatsby-cli@2.12.69) (2020-08-03)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.68](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.67...gatsby-cli@2.12.68) (2020-07-30)
711

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

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
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.68",
4+
"version": "2.12.69",
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.14",
27-
"gatsby-recipes": "^0.1.58",
28-
"gatsby-telemetry": "^1.3.24",
27+
"gatsby-recipes": "^0.1.59",
28+
"gatsby-telemetry": "^1.3.25",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.59](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.58...gatsby-recipes@0.1.59) (2020-08-03)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.1.58](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.57...gatsby-recipes@0.1.58) (2020-07-30)
711

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

packages/gatsby-recipes/package.json

Lines changed: 2 additions & 2 deletions
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.1.58",
4+
"version": "0.1.59",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "dist/index.js",
77
"bugs": {
@@ -32,7 +32,7 @@
3232
"express-graphql": "^0.9.0",
3333
"fs-extra": "^8.1.0",
3434
"gatsby-core-utils": "^1.3.14",
35-
"gatsby-telemetry": "^1.3.24",
35+
"gatsby-telemetry": "^1.3.25",
3636
"glob": "^7.1.6",
3737
"graphql": "^14.6.0",
3838
"graphql-compose": "^6.3.8",

packages/gatsby-remark-images/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.3.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.23...gatsby-remark-images@3.3.24) (2020-08-03)
7+
8+
### Bug Fixes
9+
10+
- **readme:** gatsby-remark-images -> put code in code fences ([#25854](https://github.com/gatsbyjs/gatsby/issues/25854)) ([96fdb6b](https://github.com/gatsbyjs/gatsby/commit/96fdb6b))
11+
612
## [3.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.22...gatsby-remark-images@3.3.23) (2020-07-30)
713

814
**Note:** Version bump only for package gatsby-remark-images

packages/gatsby-remark-images/package.json

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

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.26...gatsby-source-wordpress@3.3.27) (2020-08-03)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.3.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.25...gatsby-source-wordpress@3.3.26) (2020-07-24)
711

812
**Note:** Version bump only for package gatsby-source-wordpress

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.3.26",
4+
"version": "3.3.27",
55
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-telemetry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.24...gatsby-telemetry@1.3.25) (2020-08-03)
7+
8+
### Features
9+
10+
- **gatsby-telemetry:** Add API to track feature usage ([#26071](https://github.com/gatsbyjs/gatsby/issues/26071)) ([22196a1](https://github.com/gatsbyjs/gatsby/commit/22196a1))
11+
612
## [1.3.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.23...gatsby-telemetry@1.3.24) (2020-07-30)
713

814
### Features

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
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.24",
4+
"version": "1.3.25",
55
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.24.24](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.23...gatsby@2.24.24) (2020-08-03)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.24.23](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.21...gatsby@2.24.23) (2020-07-31)
711

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

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
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.23",
4+
"version": "2.24.24",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -71,15 +71,15 @@
7171
"find-cache-dir": "^3.3.1",
7272
"fs-exists-cached": "1.0.0",
7373
"fs-extra": "^8.1.0",
74-
"gatsby-cli": "^2.12.68",
74+
"gatsby-cli": "^2.12.69",
7575
"gatsby-core-utils": "^1.3.14",
7676
"gatsby-graphiql-explorer": "^0.4.12",
7777
"gatsby-legacy-polyfills": "^0.0.2",
7878
"gatsby-link": "^2.4.13",
7979
"gatsby-plugin-page-creator": "^2.3.19",
8080
"gatsby-plugin-typescript": "^2.4.16",
8181
"gatsby-react-router-scroll": "^3.0.12",
82-
"gatsby-telemetry": "^1.3.24",
82+
"gatsby-telemetry": "^1.3.25",
8383
"glob": "^7.1.6",
8484
"got": "8.3.2",
8585
"graphql": "^14.6.0",

0 commit comments

Comments
 (0)