From ef6f84ccae0f48cf1c9334b50ed58fe145647ba6 Mon Sep 17 00:00:00 2001 From: Anthony Marcar Date: Tue, 16 Apr 2019 18:40:30 -0700 Subject: [PATCH] chore(release): Publish - gatsby-cli@2.5.9 - gatsby-plugin-feed@2.1.1 - gatsby-plugin-sharp@2.0.35 - gatsby-source-contentful@2.0.50 - gatsby-transformer-asciidoc@1.0.4 - gatsby-transformer-sqip@2.0.31 - gatsby@2.3.24 --- packages/gatsby-cli/CHANGELOG.md | 6 ++++++ packages/gatsby-cli/package.json | 4 ++-- packages/gatsby-plugin-feed/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-feed/package.json | 2 +- packages/gatsby-plugin-sharp/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 6 ++++++ packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby-transformer-asciidoc/CHANGELOG.md | 6 ++++++ packages/gatsby-transformer-asciidoc/package.json | 6 +++--- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 6 ++++++ packages/gatsby/package.json | 4 ++-- 14 files changed, 51 insertions(+), 13 deletions(-) diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 9302b24f4f076..21cdf4deb6a1b 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -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.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.5.8...gatsby-cli@2.5.9) (2019-04-17) + +### Bug Fixes + +- **gatsby-cli:** Fix --clipboard on Windows ([#13212](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/13212)) ([a7383c5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/a7383c5)) + ## [2.5.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.5.7...gatsby-cli@2.5.8) (2019-04-15) ### Features diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 2a56e9915fc77..fca75ad050550 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "2.5.8", + "version": "2.5.9", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -13,8 +13,8 @@ "@babel/code-frame": "^7.0.0", "@babel/runtime": "^7.0.0", "bluebird": "^3.5.0", - "clipboardy": "^1.2.3", "ci-info": "^2.0.0", + "clipboardy": "^1.2.3", "common-tags": "^1.4.0", "configstore": "^4.0.0", "convert-hrtime": "^2.0.0", diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index caec738fb0260..5566f2b02fb48 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -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.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.1.0...gatsby-plugin-feed@2.1.1) (2019-04-17) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.0.15...gatsby-plugin-feed@2.1.0) (2019-03-21) ### Features diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 18c19ddd73740..c4c25e8c1099d 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "2.1.0", + "version": "2.1.1", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 21a183c145e0d..4d02b415ce74b 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -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.35](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/gatsby-plugin-sharp@2.0.34...gatsby-plugin-sharp@2.0.35) (2019-04-17) + +### Bug Fixes + +- **gatsby-plugin-sharp:** tracedSVG for `fluid` images should respect forced aspect ratio ([#9337](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/9337)) ([2fed2c7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/2fed2c7)), closes [#9204](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/9204) + ## [2.0.34](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/gatsby-plugin-sharp@2.0.33...gatsby-plugin-sharp@2.0.34) (2019-04-11) ### Features diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 576086361d39d..4710d8402d222 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "2.0.34", + "version": "2.0.35", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 2fc7f64dcd6f9..9804ee19dce7a 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -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.50](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.49...gatsby-source-contentful@2.0.50) (2019-04-17) + +### Features + +- **gatsby-source-contentful:** add locale filter ([#12939](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/issues/12939)) ([6421c5b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/commit/6421c5b)) + ## [2.0.49](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.48...gatsby-source-contentful@2.0.49) (2019-04-15) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index b0c9e2c169e1f..a1f5b4892711a 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -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.0.49", + "version": "2.0.50", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "contentful": "^6.1.0", "deep-map": "^1.5.0", "fs-extra": "^4.0.2", - "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sharp": "^2.0.35", "gatsby-source-filesystem": "^2.0.29", "is-online": "^7.0.0", "json-stringify-safe": "^5.0.1", diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 6fa97492f31f6..38e698d69c1e1 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -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.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc/compare/gatsby-transformer-asciidoc@1.0.3...gatsby-transformer-asciidoc@1.0.4) (2019-04-17) + +### Features + +- **gatsby-transformer-asciidoc:** add pathPrefix handling for images, define supported file extensions and add "page-\*" attributes from asciidoc file to AsciiDoc node ([#13357](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc/issues/13357)) ([9e547c8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc/commit/9e547c8)) + ## [1.0.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc/compare/gatsby-transformer-asciidoc@1.0.2...gatsby-transformer-asciidoc@1.0.3) (2019-04-15) ### Bug Fixes diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 42a9ecd710ccb..ba492e5ae5000 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "1.0.3", + "version": "1.0.4", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", - "lodash": "^4.17.10", "babel-preset-gatsby-package": "^0.1.4", - "cross-env": "^5.1.4" + "cross-env": "^5.1.4", + "lodash": "^4.17.10" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 0b42ee4455322..d1cb07714556c 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -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.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.0.30...gatsby-transformer-sqip@2.0.31) (2019-04-17) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.0.29...gatsby-transformer-sqip@2.0.30) (2019-04-11) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 156ffe85cf4a9..a94772fe6c817 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "2.0.30", + "version": "2.0.31", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.0.0", "axios": "^0.18.0", "fs-extra": "^4.0.2", - "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sharp": "^2.0.35", "mini-svg-data-uri": "^1.0.0", "p-queue": "^2.3.0", "sqip": "^0.3.3" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index d646ea190a1cd..d7f8183c6bcbd 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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.3.24](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.3.23...gatsby@2.3.24) (2019-04-17) + +### Bug Fixes + +- Handle links to array of array of File nodes ([#13295](https://github.com/gatsbyjs/gatsby/issues/13295)) ([ed74ec0](https://github.com/gatsbyjs/gatsby/commit/ed74ec0)), closes [#13272](https://github.com/gatsbyjs/gatsby/issues/13272) + ## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.3.22...gatsby@2.3.23) (2019-04-15) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index a80e6ebfda028..22cf9023cc699 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.3.23", + "version": "2.3.24", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -65,7 +65,7 @@ "flat": "^4.0.0", "fs-exists-cached": "1.0.0", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.5.8", + "gatsby-cli": "^2.5.9", "gatsby-link": "^2.0.16", "gatsby-plugin-page-creator": "^2.0.12", "gatsby-react-router-scroll": "^2.0.7",