Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-cli@2.7.58
 - gatsby-dev-cli@2.5.33
 - gatsby-image@2.2.26
 - gatsby-link@2.2.20
 - gatsby-plugin-guess-js@1.1.19
 - gatsby-plugin-offline@3.0.14
 - gatsby-plugin-preact@3.1.17
 - gatsby-transformer-screenshot@2.1.33
 - gatsby@2.15.35
  • Loading branch information
m-allanson committed Oct 10, 2019
1 parent 3c18b9f commit 8e6d1fd
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 11 deletions.
7 changes: 7 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- fixed warning componentWillUpdate has been renamed ([#18026](https://github.com/gatsbyjs/gatsby/issues/18026)) ([53473cc](https://github.com/gatsbyjs/gatsby/commit/53473cc)), closes [#17994](https://github.com/gatsbyjs/gatsby/issues/17994)
- update dependency execa to ^2.1.0 ([#18369](https://github.com/gatsbyjs/gatsby/issues/18369)) ([e05096e](https://github.com/gatsbyjs/gatsby/commit/e05096e))

## [2.7.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.56...gatsby-cli@2.7.57) (2019-10-09)

**Note:** Version bump only for package gatsby-cli
Expand Down
2 changes: 1 addition & 1 deletion 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.57",
"version": "2.7.58",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-dev-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.5.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.32...gatsby-dev-cli@2.5.33) (2019-10-10)

### Bug Fixes

- update dependency execa to ^2.1.0 ([#18369](https://github.com/gatsbyjs/gatsby/issues/18369)) ([e05096e](https://github.com/gatsbyjs/gatsby/commit/e05096e))

## [2.5.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.31...gatsby-dev-cli@2.5.32) (2019-10-09)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.5.32",
"version": "2.5.33",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-image/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.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.25...gatsby-image@2.2.26) (2019-10-10)

### Bug Fixes

- **gatsby-image:** add itemprop on placeholder images ([#18035](https://github.com/gatsbyjs/gatsby/issues/18035)) ([aa8b2fb](https://github.com/gatsbyjs/gatsby/commit/aa8b2fb)), closes [#17419](https://github.com/gatsbyjs/gatsby/issues/17419)

## [2.2.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.24...gatsby-image@2.2.25) (2019-10-09)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.2.25",
"version": "2.2.26",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-link/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.2.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.19...gatsby-link@2.2.20) (2019-10-10)

### Bug Fixes

- update dependency @types/reach\_\_router to ^1.2.6 ([#18405](https://github.com/gatsbyjs/gatsby/issues/18405)) ([6c37aa3](https://github.com/gatsbyjs/gatsby/commit/6c37aa3))

## [2.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.18...gatsby-link@2.2.19) (2019-10-09)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "2.2.19",
"version": "2.2.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-guess-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.18...gatsby-plugin-guess-js@1.1.19) (2019-10-10)

### Bug Fixes

- **gatsby-plugin-guess-js:** don't leak jwt in gatsby-browser ([#18434](https://github.com/gatsbyjs/gatsby/issues/18434)) ([e99b961](https://github.com/gatsbyjs/gatsby/commit/e99b961))
- **gatsby-plugin-guess-js:** Sanitise pluginOptions to remove jwt tokens ([#18397](https://github.com/gatsbyjs/gatsby/issues/18397)) ([5637cd6](https://github.com/gatsbyjs/gatsby/commit/5637cd6))

## [1.1.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.17...gatsby-plugin-guess-js@1.1.18) (2019-10-09)

**Note:** Version bump only for package gatsby-plugin-guess-js
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-guess-js",
"version": "1.1.18",
"version": "1.1.19",
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-offline/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.

## [3.0.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.13...gatsby-plugin-offline@3.0.14) (2019-10-10)

### Features

- **gatsby-plugin-offline:** Allow configuring Workbox debug m… ([#18123](https://github.com/gatsbyjs/gatsby/issues/18123)) ([3c18b9f](https://github.com/gatsbyjs/gatsby/commit/3c18b9f))

## [3.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.12...gatsby-plugin-offline@3.0.13) (2019-10-09)

**Note:** Version bump only for package gatsby-plugin-offline
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "3.0.13",
"version": "3.0.14",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-preact/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.

## [3.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.1.16...gatsby-plugin-preact@3.1.17) (2019-10-10)

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

## [3.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.1.15...gatsby-plugin-preact@3.1.16) (2019-10-09)

**Note:** Version bump only for package gatsby-plugin-preact
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preact",
"description": "A Gatsby plugin which replaces React with Preact",
"version": "3.1.16",
"version": "3.1.17",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-screenshot/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.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.32...gatsby-transformer-screenshot@2.1.33) (2019-10-10)

**Note:** Version bump only for package gatsby-transformer-screenshot

## [2.1.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.31...gatsby-transformer-screenshot@2.1.32) (2019-10-09)

**Note:** Version bump only for package gatsby-transformer-screenshot
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-screenshot",
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
"version": "2.1.32",
"version": "2.1.33",
"author": "David Beckley <beckl.ds@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/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.15.35](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.34...gatsby@2.15.35) (2019-10-10)

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

## [2.15.34](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.33...gatsby@2.15.34) (2019-10-09)

**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.15.34",
"version": "2.15.35",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -70,10 +70,10 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.7.57",
"gatsby-cli": "^2.7.58",
"gatsby-core-utils": "^1.0.13",
"gatsby-graphiql-explorer": "^0.2.23",
"gatsby-link": "^2.2.19",
"gatsby-link": "^2.2.20",
"gatsby-plugin-page-creator": "^2.1.25",
"gatsby-react-router-scroll": "^2.1.12",
"gatsby-telemetry": "^1.1.30",
Expand Down

0 comments on commit 8e6d1fd

Please sign in to comment.