From e9c8e8a6628b1d325c5ae15ebbceec73cc1226e4 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Thu, 22 Aug 2019 10:50:30 +0300 Subject: [PATCH] chore(release): Publish - babel-plugin-remove-graphql-queries@2.7.4 - gatsby-cli@2.7.37 - gatsby-dev-cli@2.5.12 - gatsby-image@2.2.12 - gatsby-plugin-google-analytics@2.1.9 - gatsby-plugin-mdx@1.0.28 - gatsby-plugin-sharp@2.2.16 - gatsby-plugin-typescript@2.1.4 - gatsby-remark-code-repls@3.0.5 - gatsby-remark-images-contentful@2.1.8 - gatsby-remark-images@3.1.16 - gatsby-remark-prismjs@3.3.8 - gatsby-source-contentful@2.1.25 - gatsby-source-drupal@3.2.19 - gatsby-source-filesystem@2.1.14 - gatsby-source-mongodb@2.1.7 - gatsby-source-shopify@3.0.5 - gatsby-source-wordpress@3.1.21 - gatsby-transformer-excel@2.2.5 - gatsby-transformer-react-docgen@5.0.5 - gatsby-transformer-remark@2.6.18 - gatsby-transformer-sharp@2.2.10 - gatsby-transformer-sqip@2.1.19 - gatsby@2.13.76 --- packages/babel-plugin-remove-graphql-queries/CHANGELOG.md | 4 ++++ packages/babel-plugin-remove-graphql-queries/package.json | 2 +- packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-cli/package.json | 2 +- packages/gatsby-dev-cli/CHANGELOG.md | 4 ++++ packages/gatsby-dev-cli/package.json | 2 +- packages/gatsby-image/CHANGELOG.md | 4 ++++ packages/gatsby-image/package.json | 2 +- packages/gatsby-plugin-google-analytics/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-google-analytics/package.json | 2 +- packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-plugin-typescript/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-typescript/package.json | 4 ++-- packages/gatsby-remark-code-repls/CHANGELOG.md | 6 ++++++ packages/gatsby-remark-code-repls/package.json | 2 +- packages/gatsby-remark-images-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/package.json | 2 +- packages/gatsby-remark-prismjs/CHANGELOG.md | 4 ++++ packages/gatsby-remark-prismjs/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 6 +++--- packages/gatsby-source-drupal/CHANGELOG.md | 4 ++++ packages/gatsby-source-drupal/package.json | 4 ++-- packages/gatsby-source-filesystem/CHANGELOG.md | 4 ++++ packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-mongodb/CHANGELOG.md | 4 ++++ packages/gatsby-source-mongodb/package.json | 2 +- packages/gatsby-source-shopify/CHANGELOG.md | 4 ++++ packages/gatsby-source-shopify/package.json | 4 ++-- packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/package.json | 4 ++-- packages/gatsby-transformer-excel/CHANGELOG.md | 6 ++++++ packages/gatsby-transformer-excel/package.json | 2 +- packages/gatsby-transformer-react-docgen/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-react-docgen/package.json | 2 +- packages/gatsby-transformer-remark/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-remark/package.json | 2 +- packages/gatsby-transformer-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 7 +++++++ packages/gatsby/package.json | 6 +++--- 48 files changed, 136 insertions(+), 33 deletions(-) diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 6c9f64baa5b61..9d9bd7e10f2d5 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.7.4](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.3...babel-plugin-remove-graphql-queries@2.7.4) (2019-08-22) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ## [2.7.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.2...babel-plugin-remove-graphql-queries@2.7.3) (2019-08-20) **Note:** Version bump only for package babel-plugin-remove-graphql-queries diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 1d79edca727e8..01045a9a5b0d9 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "2.7.3", + "version": "2.7.4", "author": "Jason Quense ", "repository": { "type": "git", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 015f905367c26..4d30a2aa7cf4d 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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.7.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.36...gatsby-cli@2.7.37) (2019-08-22) + +**Note:** Version bump only for package gatsby-cli + ## [2.7.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.35...gatsby-cli@2.7.36) (2019-08-22) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 4426547982a0e..1246494510737 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.7.36", + "version": "2.7.37", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index f4fd62213210d..65d86abdb097b 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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.5.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.11...gatsby-dev-cli@2.5.12) (2019-08-22) + +**Note:** Version bump only for package gatsby-dev-cli + ## [2.5.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.10...gatsby-dev-cli@2.5.11) (2019-08-22) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 4cc7cdd1f36c9..2e8b7cdfe61b1 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.5.11", + "version": "2.5.12", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index 5cb8e751f399f..ef77154be289e 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/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.2.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.11...gatsby-image@2.2.12) (2019-08-22) + +**Note:** Version bump only for package gatsby-image + ## [2.2.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.10...gatsby-image@2.2.11) (2019-08-22) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 32c0c139cf623..719f9df639862 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-image", "description": "Lazy-loading React image component with optional support for the blur-up effect.", - "version": "2.2.11", + "version": "2.2.12", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index f832e23344e30..edb3806ed909d 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.8...gatsby-plugin-google-analytics@2.1.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.7...gatsby-plugin-google-analytics@2.1.8) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index d7f725dfeb406..af1839999c2c6 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "2.1.8", + "version": "2.1.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index a38644d003ddd..b2f0bff17f8bc 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/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. +## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.27...gatsby-plugin-mdx@1.0.28) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.26...gatsby-plugin-mdx@1.0.27) (2019-08-22) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 44db0559eaf48..2f6b9b2547085 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "1.0.27", + "version": "1.0.28", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index e587cdf267662..f24ba236ffdb3 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.2.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.15...gatsby-plugin-sharp@2.2.16) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.2.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.14...gatsby-plugin-sharp@2.2.15) (2019-08-22) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index a805c1e9253c1..b3da2c78eee80 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.2.15", + "version": "2.2.16", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 9d4ed5c2859b2..a841e17255956 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.3...gatsby-plugin-typescript@2.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-typescript + ## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.2...gatsby-plugin-typescript@2.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-typescript diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index f1f2d90245daf..ce5099d583f1d 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "2.1.3", + "version": "2.1.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "dependencies": { "@babel/preset-typescript": "^7.0.0", "@babel/runtime": "^7.0.0", - "babel-plugin-remove-graphql-queries": "^2.7.3" + "babel-plugin-remove-graphql-queries": "^2.7.4" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 38f98683d3cb3..76f6bb3f355a8 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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. +## [3.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.4...gatsby-remark-code-repls@3.0.5) (2019-08-22) + +### Bug Fixes + +- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b)) + ## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.3...gatsby-remark-code-repls@3.0.4) (2019-08-22) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index ec59622688435..3d4915373c19e 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "3.0.4", + "version": "3.0.5", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 6371ce98e8d3e..4e7c85cb24ab5 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.7...gatsby-remark-images-contentful@2.1.8) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.6...gatsby-remark-images-contentful@2.1.7) (2019-08-22) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index f0212bb08b448..d3742e8870676 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "2.1.7", + "version": "2.1.8", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 91ad73493ec70..49c3aaa599969 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +## [3.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.15...gatsby-remark-images@3.1.16) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-images + ## [3.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.14...gatsby-remark-images@3.1.15) (2019-08-22) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index a5d9a4ca2a0a3..bd5abe1d5f939 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "3.1.15", + "version": "3.1.16", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 97af731f1b995..5227b3e279ec0 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +## [3.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.7...gatsby-remark-prismjs@3.3.8) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-prismjs + ## [3.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.6...gatsby-remark-prismjs@3.3.7) (2019-08-22) **Note:** Version bump only for package gatsby-remark-prismjs diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index f021babc72b66..fdd30d53bf90a 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "3.3.7", + "version": "3.3.8", "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 ff7cff1cbf223..031954c750f97 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.24...gatsby-source-contentful@2.1.25) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.1.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.23...gatsby-source-contentful@2.1.24) (2019-08-22) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 0dc9bb3e3bca3..b5af2d133b0e8 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.1.24", + "version": "2.1.25", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,8 +16,8 @@ "contentful": "^6.1.3", "deep-map": "^1.5.0", "fs-extra": "^4.0.3", - "gatsby-plugin-sharp": "^2.2.15", - "gatsby-source-filesystem": "^2.1.13", + "gatsby-plugin-sharp": "^2.2.16", + "gatsby-source-filesystem": "^2.1.14", "is-online": "^7.0.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 1c28817b3fa0b..f5f5edacdfafa 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +## [3.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.18...gatsby-source-drupal@3.2.19) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.17...gatsby-source-drupal@3.2.18) (2019-08-22) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 073fc2d87077d..16e22448079e2 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -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.2.18", + "version": "3.2.19", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.19.0", "bluebird": "^3.5.5", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.1.13", + "gatsby-source-filesystem": "^2.1.14", "lodash": "^4.17.15", "tiny-async-pool": "^1.0.4" }, diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index bf3f35f6313db..e6faf8c5b30c8 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.13...gatsby-source-filesystem@2.1.14) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.12...gatsby-source-filesystem@2.1.13) (2019-08-22) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index b5b9a3302ef7a..fd1ff806a82ec 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", - "version": "2.1.13", + "version": "2.1.14", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 79b34e3fbf2ca..e58b4ce9328fc 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.6...gatsby-source-mongodb@2.1.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.5...gatsby-source-mongodb@2.1.6) (2019-08-22) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 791322f10d599..1ab898f0ce81a 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-mongodb", "description": "Source plugin for pulling data into Gatsby from MongoDB collections", - "version": "2.1.6", + "version": "2.1.7", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index d3e4d1ede26bf..150a0451b7908 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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. +## [3.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.4...gatsby-source-shopify@3.0.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.3...gatsby-source-shopify@3.0.4) (2019-08-22) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 7567714a0e536..89b22d00fa105 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "3.0.4", + "version": "3.0.5", "description": "Gatsby source plugin for building websites using Shopfiy as a data source.", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", @@ -36,7 +36,7 @@ "babel-preset-gatsby-package": "^0.2.2", "chalk": "^2.4.2", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.1.13", + "gatsby-source-filesystem": "^2.1.14", "graphql-request": "^1.8.2", "lodash": "^4.17.15", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index f8c510046c020..d08e65ae8935f 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +## [3.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.20...gatsby-source-wordpress@3.1.21) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.19...gatsby-source-wordpress@3.1.20) (2019-08-22) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 5a7605f27a28a..13157c22339e8 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-wordpress", "description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.", - "version": "3.1.20", + "version": "3.1.21", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "bluebird": "^3.5.5", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^2.1.13", + "gatsby-source-filesystem": "^2.1.14", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", "minimatch": "^3.0.4", diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index 81948804ec54c..1a7a226102edc 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.4...gatsby-transformer-excel@2.2.5) (2019-08-22) + +### Bug Fixes + +- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b)) + ## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.3...gatsby-transformer-excel@2.2.4) (2019-08-22) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 546126fe043ca..b4b58420aac07 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "2.2.4", + "version": "2.2.5", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index ccee36c478d3a..7a1bb14f70450 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +## [5.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.4...gatsby-transformer-react-docgen@5.0.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [5.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.3...gatsby-transformer-react-docgen@5.0.4) (2019-08-22) **Note:** Version bump only for package gatsby-transformer-react-docgen diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index eb014130e85d1..763820fc838aa 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "5.0.4", + "version": "5.0.5", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 9fb156599e3e9..9ed9b9f97c495 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/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.6.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.17...gatsby-transformer-remark@2.6.18) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.6.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.16...gatsby-transformer-remark@2.6.17) (2019-08-22) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 88109eda02be0..a3e38ea0e8047 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.6.17", + "version": "2.6.18", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index a81042d95e8e9..3eed131382d06 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.9...gatsby-transformer-sharp@2.2.10) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.8...gatsby-transformer-sharp@2.2.9) (2019-08-22) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 2257919dc8659..9d6fa0894e0da 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "2.2.9", + "version": "2.2.10", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 70e878c941eaf..b61e4d38abc6f 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.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.18...gatsby-transformer-sqip@2.1.19) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.1.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.17...gatsby-transformer-sqip@2.1.18) (2019-08-22) **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 e3d514179c365..d5dcff82c2083 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.1.18", + "version": "2.1.19", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.0.0", "bluebird": "^3.5.5", "fs-extra": "^4.0.3", - "gatsby-plugin-sharp": "^2.2.15", + "gatsby-plugin-sharp": "^2.2.16", "md5-file": "^4.0.0", "mini-svg-data-uri": "^1.1.3", "p-queue": "^2.4.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index f50d131b3ef0c..71961d634728a 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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.76](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.75...gatsby@2.13.76) (2019-08-22) + +### Bug Fixes + +- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b)) +- **gatsby:** Remove deprecation warning from express-graphql ([#16956](https://github.com/gatsbyjs/gatsby/issues/16956)) ([58ed3ca](https://github.com/gatsbyjs/gatsby/commit/58ed3ca)) + ## [2.13.75](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.74...gatsby@2.13.75) (2019-08-22) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6c000b507c2a6..08306354ef355 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.13.75", + "version": "2.13.76", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -31,7 +31,7 @@ "babel-loader": "^8.0.6", "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^1.2.0", - "babel-plugin-remove-graphql-queries": "^2.7.3", + "babel-plugin-remove-graphql-queries": "^2.7.4", "babel-preset-gatsby": "^0.2.10", "better-opn": "0.1.4", "better-queue": "^3.8.10", @@ -70,7 +70,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.7.36", + "gatsby-cli": "^2.7.37", "gatsby-core-utils": "^1.0.5", "gatsby-graphiql-explorer": "^0.2.6", "gatsby-link": "^2.2.7",