Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.2.3
 - gatsby-cli@2.7.11
 - gatsby-plugin-google-analytics@2.1.3
 - gatsby-plugin-mdx@1.0.12
 - gatsby-plugin-sass@2.1.2
 - gatsby-plugin-sharp@2.2.5
 - gatsby-source-contentful@2.1.11
 - gatsby-transformer-sqip@2.1.7
 - gatsby@2.13.16
  • Loading branch information
wardpeet committed Jul 12, 2019
1 parent 3876c11 commit 738cf3b
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/babel-preset-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.

## [0.2.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.2...babel-preset-gatsby@0.2.3) (2019-07-12)

### Bug Fixes

- **babel-preset-gatsby:** Ensure the spread operator works ([#15172](https://github.com/gatsbyjs/gatsby/issues/15172)) ([bd07262](https://github.com/gatsbyjs/gatsby/commit/bd07262))

## [0.2.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.1...babel-preset-gatsby@0.2.2) (2019-07-11)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.2.2",
"version": "0.2.3",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand Down
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.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.10...gatsby-cli@2.7.11) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))
- **gatsby:** Make createPage action errors structured ([#15619](https://github.com/gatsbyjs/gatsby/issues/15619)) ([44654be](https://github.com/gatsbyjs/gatsby/commit/44654be))

## [2.7.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.9...gatsby-cli@2.7.10) (2019-07-11)

**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.10",
"version": "2.7.11",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-google-analytics/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.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.2...gatsby-plugin-google-analytics@2.1.3) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

### Features

- **gatsby-plugin-google-analytics:** Add pageTransitionDelay… ([#15610](https://github.com/gatsbyjs/gatsby/issues/15610)) ([d652496](https://github.com/gatsbyjs/gatsby/commit/d652496))

## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.1...gatsby-plugin-google-analytics@2.1.2) (2019-07-11)

**Note:** Version bump only for package gatsby-plugin-google-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "2.1.2",
"version": "2.1.3",
"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-plugin-mdx/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.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.11...gatsby-plugin-mdx@1.0.12) (2019-07-12)

### Bug Fixes

- **gatsby-plugin-mdx:** Fix Safari 9 `const` syntax error ([#15644](https://github.com/gatsbyjs/gatsby/issues/15644)) ([a823463](https://github.com/gatsbyjs/gatsby/commit/a823463))

## [1.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.10...gatsby-plugin-mdx@1.0.11) (2019-07-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.11",
"version": "1.0.12",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-sass/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.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.1...gatsby-plugin-sass@2.1.2) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

### Features

- **gatsby-plugin-sass:** add option to enable resolve-url-loader ([#14272](https://github.com/gatsbyjs/gatsby/issues/14272)) ([bb31a34](https://github.com/gatsbyjs/gatsby/commit/bb31a34))

## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.0...gatsby-plugin-sass@2.1.1) (2019-07-11)

**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.1",
"version": "2.1.2",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-sharp/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.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.4...gatsby-plugin-sharp@2.2.5) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

### Features

- **gatsby-plugin-sharp:** enable gatsby cloud processing ([#15384](https://github.com/gatsbyjs/gatsby/issues/15384)) ([bfc2891](https://github.com/gatsbyjs/gatsby/commit/bfc2891))

## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.3...gatsby-plugin-sharp@2.2.4) (2019-07-11)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.2.4",
"version": "2.2.5",
"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-source-contentful/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.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.10...gatsby-source-contentful@2.1.11) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.9...gatsby-source-contentful@2.1.10) (2019-07-11)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.1.10",
"version": "2.1.11",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"contentful": "^6.1.0",
"deep-map": "^1.5.0",
"fs-extra": "^4.0.2",
"gatsby-plugin-sharp": "^2.2.4",
"gatsby-plugin-sharp": "^2.2.5",
"gatsby-source-filesystem": "^2.1.4",
"is-online": "^7.0.0",
"json-stringify-safe": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-sqip/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.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.6...gatsby-transformer-sqip@2.1.7) (2019-07-12)

### Bug Fixes

- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))

## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.5...gatsby-transformer-sqip@2.1.6) (2019-07-11)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.1.6",
"version": "2.1.7",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.4",
"fs-extra": "^4.0.2",
"gatsby-plugin-sharp": "^2.2.4",
"gatsby-plugin-sharp": "^2.2.5",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.0.0",
"p-queue": "^2.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/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.13.16](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.15...gatsby@2.13.16) (2019-07-12)

### Bug Fixes

- **gatsby:** Make createPage action errors structured ([#15619](https://github.com/gatsbyjs/gatsby/issues/15619)) ([44654be](https://github.com/gatsbyjs/gatsby/commit/44654be))
- **svg:** don't try to use convertShapeToPath svgo optim ([#15636](https://github.com/gatsbyjs/gatsby/issues/15636)) ([4db78dc](https://github.com/gatsbyjs/gatsby/commit/4db78dc))

## [2.13.15](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.14...gatsby@2.13.15) (2019-07-11)

### Bug Fixes
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.15",
"version": "2.13.16",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.7.1",
"babel-preset-gatsby": "^0.2.2",
"babel-preset-gatsby": "^0.2.3",
"better-opn": "0.1.4",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.7.10",
"gatsby-cli": "^2.7.11",
"gatsby-graphiql-explorer": "^0.2.2",
"gatsby-link": "^2.2.1",
"gatsby-plugin-page-creator": "^2.1.3",
Expand Down

0 comments on commit 738cf3b

Please sign in to comment.