Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed May 14, 2019
1 parent e5a4c3d commit f1e9d97
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 5 deletions.
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.20](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics/compare/gatsby-plugin-google-analytics@[email protected]) (2019-05-14)

**Note:** Version bump only for package gatsby-plugin-google-analytics

## [2.0.19](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics/compare/gatsby-plugin-google-analytics@[email protected]) (2019-04-30)

**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.0.19",
"version": "2.0.20",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-less/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.0.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/[email protected]@2.0.13) (2019-05-14)

### Features

- **gatsby-plugin-less:** allow passing less plugins ([#12898](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/issues/12898)) ([8933ca9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/commit/8933ca9))

## [2.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/[email protected]@2.0.12) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-less
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-less",
"description": "Gatsby plugin to add support for using Less",
"version": "2.0.12",
"version": "2.0.13",
"author": "[email protected]",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify/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.0.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/[email protected]@2.0.17) (2019-05-14)

### Features

- **gatsby-plugin-netlify:** Add caching headers for immutable assets ([#14000](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/issues/14000)) ([e5a4c3d](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/commit/e5a4c3d))

## [2.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/[email protected]@2.0.16) (2019-05-01)

**Note:** Version bump only for package gatsby-plugin-netlify
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "2.0.16",
"version": "2.0.17",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-drupal/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.1.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.1.5) (2019-05-14)

### Bug Fixes

- **gatsby-source-drupal:** limit concurrentFileRequests while downloading remote images ([#13943](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/issues/13943)) ([1f0e0f4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/commit/1f0e0f4))

## [3.1.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.1.4) (2019-04-30)

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.1.4",
"version": "3.1.5",
"author": "Kyle Mathews <[email protected]>",
"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.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.4) (2019-05-14)

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

## [2.4.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.3) (2019-05-09)

**Note:** Version bump only for package gatsby
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3",
"version": "2.4.4",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit f1e9d97

Please sign in to comment.