Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@2.7.13
 - gatsby-cli@2.8.0
 - gatsby-plugin-typescript@2.1.14
 - gatsby-telemetry@1.1.32
 - gatsby@2.16.0
  • Loading branch information
sidharthachatterjee committed Oct 14, 2019
1 parent eafb8c6 commit b2fb805
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.13](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.12...babel-plugin-remove-graphql-queries@2.7.13) (2019-10-14)

### Features

- **gatsby:** structured logging ([#14973](https://github.com/gatsbyjs/gatsby/issues/14973)) ([eafb8c6](https://github.com/gatsbyjs/gatsby/commit/eafb8c6))

## [2.7.12](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.11...babel-plugin-remove-graphql-queries@2.7.12) (2019-10-14)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.7.12",
"version": "2.7.13",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.59...gatsby-cli@2.8.0) (2019-10-14)

### Features

- **gatsby:** structured logging ([#14973](https://github.com/gatsbyjs/gatsby/issues/14973)) ([eafb8c6](https://github.com/gatsbyjs/gatsby/commit/eafb8c6))

## [2.7.59](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.58...gatsby-cli@2.7.59) (2019-10-14)

**Note:** Version bump only for package gatsby-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.7.59",
"version": "2.8.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -26,7 +26,7 @@
"execa": "^2.1.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-telemetry": "^1.1.31",
"gatsby-telemetry": "^1.1.32",
"hosted-git-info": "^3.0.2",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
Expand All @@ -37,9 +37,9 @@
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
"prompts": "^2.2.1",
"react": "^16.10.2",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"react": "^16.10.2",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
"signal-exit": "^3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.13...gatsby-plugin-typescript@2.1.14) (2019-10-14)

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

## [2.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.12...gatsby-plugin-typescript@2.1.13) (2019-10-14)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.1.13",
"version": "2.1.14",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.3",
"babel-plugin-remove-graphql-queries": "^2.7.12"
"babel-plugin-remove-graphql-queries": "^2.7.13"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.31...gatsby-telemetry@1.1.32) (2019-10-14)

### Features

- **gatsby:** structured logging ([#14973](https://github.com/gatsbyjs/gatsby/issues/14973)) ([eafb8c6](https://github.com/gatsbyjs/gatsby/commit/eafb8c6))

## [1.1.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.30...gatsby-telemetry@1.1.31) (2019-10-14)

**Note:** Version bump only for package gatsby-telemetry
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "1.1.31",
"version": "1.1.32",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.37...gatsby@2.16.0) (2019-10-14)

### Features

- **gatsby:** structured logging ([#14973](https://github.com/gatsbyjs/gatsby/issues/14973)) ([eafb8c6](https://github.com/gatsbyjs/gatsby/commit/eafb8c6))

## [2.15.37](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.36...gatsby@2.15.37) (2019-10-14)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.15.37",
"version": "2.16.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.7.12",
"babel-plugin-remove-graphql-queries": "^2.7.13",
"babel-preset-gatsby": "^0.2.19",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
Expand Down Expand Up @@ -70,13 +70,13 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.7.59",
"gatsby-cli": "^2.8.0",
"gatsby-core-utils": "^1.0.14",
"gatsby-graphiql-explorer": "^0.2.24",
"gatsby-link": "^2.2.21",
"gatsby-plugin-page-creator": "^2.1.26",
"gatsby-react-router-scroll": "^2.1.13",
"gatsby-telemetry": "^1.1.31",
"gatsby-telemetry": "^1.1.32",
"glob": "^7.1.4",
"got": "8.3.2",
"graphql": "^14.5.8",
Expand Down

0 comments on commit b2fb805

Please sign in to comment.