Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-cli@2.7.32
 - gatsby-plugin-sass@2.1.9
 - gatsby-telemetry@1.1.13
 - gatsby@2.13.68
  • Loading branch information
m-allanson committed Aug 19, 2019
1 parent 1a9739b commit 1ba873d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-cli/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.7.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.31...gatsby-cli@2.7.32) (2019-08-19)

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

## [2.7.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.30...gatsby-cli@2.7.31) (2019-08-16)

**Note:** Version bump only for package gatsby-cli
Expand Down
4 changes: 2 additions & 2 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.31",
"version": "2.7.32",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -26,7 +26,7 @@
"execa": "^0.8.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.1",
"gatsby-telemetry": "^1.1.12",
"gatsby-telemetry": "^1.1.13",
"hosted-git-info": "^2.6.0",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.14",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sass/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.8...gatsby-plugin-sass@2.1.9) (2019-08-19)

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

## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.7...gatsby-plugin-sass@2.1.8) (2019-08-12)

**Note:** Version bump only for package gatsby-plugin-sass
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "2.1.8",
"version": "2.1.9",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-telemetry/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.

## [1.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.12...gatsby-telemetry@1.1.13) (2019-08-19)

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

## [1.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.11...gatsby-telemetry@1.1.12) (2019-08-16)

**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.12",
"version": "1.1.13",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.68](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.67...gatsby@2.13.68) (2019-08-19)

### Bug Fixes

- **gatsby:** remove finally to enable ie11 + firefox support ([#16734](https://github.com/gatsbyjs/gatsby/issues/16734)) ([a4c97e3](https://github.com/gatsbyjs/gatsby/commit/a4c97e3))

### Features

- **gatsby:** Allow specifying type on link extension ([#16680](https://github.com/gatsbyjs/gatsby/issues/16680)) ([f9bbb55](https://github.com/gatsbyjs/gatsby/commit/f9bbb55))

## [2.13.67](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.66...gatsby@2.13.67) (2019-08-16)

**Note:** Version bump only for package gatsby
Expand Down
6 changes: 3 additions & 3 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.13.67",
"version": "2.13.68",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -67,13 +67,13 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.7.31",
"gatsby-cli": "^2.7.32",
"gatsby-core-utils": "^1.0.4",
"gatsby-graphiql-explorer": "^0.2.3",
"gatsby-link": "^2.2.5",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-react-router-scroll": "^2.1.3",
"gatsby-telemetry": "^1.1.12",
"gatsby-telemetry": "^1.1.13",
"glob": "^7.1.1",
"got": "8.0.0",
"graphql": "^14.2.0",
Expand Down

0 comments on commit 1ba873d

Please sign in to comment.