Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-cli@2.8.7
 - gatsby-core-utils@1.0.17
 - gatsby-plugin-manifest@2.2.25
 - gatsby-plugin-sharp@2.2.34
 - gatsby-source-contentful@2.1.52
 - gatsby-source-drupal@3.3.2
 - gatsby-source-filesystem@2.1.35
 - gatsby-source-shopify@3.0.26
 - gatsby-source-wordpress@3.1.46
 - gatsby-telemetry@1.1.35
 - gatsby-theme-blog-core@1.0.11
 - gatsby-theme-blog@1.1.11
 - gatsby-theme-notes@1.0.11
 - gatsby-transformer-remark@2.6.32
 - gatsby-transformer-sqip@2.1.38
 - gatsby@2.17.6
  • Loading branch information
sidharthachatterjee committed Oct 28, 2019
1 parent 7c82385 commit c5dbf0d
Show file tree
Hide file tree
Showing 32 changed files with 114 additions and 40 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-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.8.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.8.6...gatsby-cli@2.8.7) (2019-10-28)

### Features

- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))

## [2.8.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.8.5...gatsby-cli@2.8.6) (2019-10-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions 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.8.6",
"version": "2.8.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -25,8 +25,8 @@
"execa": "^2.1.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.15",
"gatsby-telemetry": "^1.1.34",
"gatsby-core-utils": "^1.0.17",
"gatsby-telemetry": "^1.1.35",
"hosted-git-info": "^3.0.2",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-core-utils/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.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.16...gatsby-core-utils@1.0.17) (2019-10-28)

### Features

- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))

## [1.0.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.15...gatsby-core-utils@1.0.16) (2019-10-28)

**Note:** Version bump only for package gatsby-core-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.0.16",
"version": "1.0.17",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/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.2.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.24...gatsby-plugin-manifest@2.2.25) (2019-10-28)

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

## [2.2.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.23...gatsby-plugin-manifest@2.2.24) (2019-10-28)

**Note:** Version bump only for package gatsby-plugin-manifest
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.2.24",
"version": "2.2.25",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"gatsby-core-utils": "^1.0.16",
"gatsby-core-utils": "^1.0.17",
"semver": "^5.7.1",
"sharp": "^0.23.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/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.2.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.33...gatsby-plugin-sharp@2.2.34) (2019-10-28)

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

## [2.2.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.32...gatsby-plugin-sharp@2.2.33) (2019-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.33",
"version": "2.2.34",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"async": "^2.6.3",
"bluebird": "^3.7.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.16",
"gatsby-core-utils": "^1.0.17",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/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.52](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.51...gatsby-source-contentful@2.1.52) (2019-10-28)

**Note:** Version bump only for package gatsby-source-contentful

## [2.1.51](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.50...gatsby-source-contentful@2.1.51) (2019-10-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.51",
"version": "2.1.52",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,8 +16,8 @@
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.2.33",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-plugin-sharp": "^2.2.34",
"gatsby-source-filesystem": "^2.1.35",
"is-online": "^8.2.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.1...gatsby-source-drupal@3.3.2) (2019-10-28)

**Note:** Version bump only for package gatsby-source-drupal

## [3.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.0...gatsby-source-drupal@3.3.1) (2019-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "3.3.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.0",
"bluebird": "^3.7.1",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-source-filesystem": "^2.1.35",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.0.4"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-filesystem/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.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.34...gatsby-source-filesystem@2.1.35) (2019-10-28)

**Note:** Version bump only for package gatsby-source-filesystem

## [2.1.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.33...gatsby-source-filesystem@2.1.34) (2019-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -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.34",
"version": "2.1.35",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"chokidar": "3.2.3",
"file-type": "^12.3.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.16",
"gatsby-core-utils": "^1.0.17",
"got": "^7.1.0",
"md5-file": "^3.2.3",
"mime": "^2.4.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/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.0.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.25...gatsby-source-shopify@3.0.26) (2019-10-28)

**Note:** Version bump only for package gatsby-source-shopify

## [3.0.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.24...gatsby-source-shopify@3.0.25) (2019-10-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.0.25",
"version": "3.0.26",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.2.9",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-source-filesystem": "^2.1.35",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/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.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.45...gatsby-source-wordpress@3.1.46) (2019-10-28)

**Note:** Version bump only for package gatsby-source-wordpress

## [3.1.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.44...gatsby-source-wordpress@3.1.45) (2019-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -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.45",
"version": "3.1.46",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.7.1",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-source-filesystem": "^2.1.35",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-telemetry/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.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.34...gatsby-telemetry@1.1.35) (2019-10-28)

### Features

- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))

## [1.1.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.33...gatsby-telemetry@1.1.34) (2019-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "1.1.34",
"version": "1.1.35",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"configstore": "^5.0.0",
"envinfo": "^5.12.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.15",
"gatsby-core-utils": "^1.0.17",
"git-up": "4.0.1",
"is-docker": "2.0.0",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/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.

## [1.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.10...gatsby-theme-blog-core@1.0.11) (2019-10-28)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.9...gatsby-theme-blog-core@1.0.10) (2019-10-28)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.0.10",
"version": "1.0.11",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -19,17 +19,17 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"gatsby-plugin-mdx": "^1.0.54",
"gatsby-plugin-sharp": "^2.2.33",
"gatsby-plugin-sharp": "^2.2.34",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-smartypants": "^2.1.14",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.1",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.17.5",
"gatsby": "^2.17.6",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog/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.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.10...gatsby-theme-blog@1.1.11) (2019-10-28)

### Bug Fixes

- update minor updates in packages ([#19086](https://github.com/gatsbyjs/gatsby/issues/19086)) ([54565f0](https://github.com/gatsbyjs/gatsby/commit/54565f0))

## [1.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.9...gatsby-theme-blog@1.1.10) (2019-10-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.1.10",
"version": "1.1.11",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.12",
"gatsby-theme-blog-core": "^1.0.10",
"gatsby-theme-blog-core": "^1.0.11",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.17.5",
"gatsby": "^2.17.6",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/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.

## [1.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.10...gatsby-theme-notes@1.0.11) (2019-10-28)

**Note:** Version bump only for package gatsby-theme-notes

## [1.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.9...gatsby-theme-notes@1.0.10) (2019-10-28)

### Bug Fixes
Expand Down
Loading

0 comments on commit c5dbf0d

Please sign in to comment.