Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-manifest@2.3.1
 - gatsby-plugin-sharp@2.5.1
 - gatsby-remark-images-contentful@2.2.1
 - gatsby-source-contentful@2.2.2
 - gatsby-theme-blog-core@1.3.2
 - gatsby-theme-blog@1.4.2
 - gatsby-theme-notes@1.2.2
 - gatsby-transformer-sharp@2.4.1
 - gatsby-transformer-sqip@2.2.1
 - gatsby@2.20.2
  • Loading branch information
sidharthachatterjee committed Mar 20, 2020
1 parent 79e6bbe commit 56023e8
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
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.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.3.0...gatsby-plugin-manifest@2.3.1) (2020-03-20)

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

# [2.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.48...gatsby-plugin-manifest@2.3.0) (2020-03-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.3.0",
"version": "2.3.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
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.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.5.0...gatsby-plugin-sharp@2.5.1) (2020-03-20)

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

# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.13...gatsby-plugin-sharp@2.5.0) (2020-03-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "2.5.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-images-contentful/CHANGELOG.md
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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.2.0...gatsby-remark-images-contentful@2.2.1) (2020-03-20)

**Note:** Version bump only for package gatsby-remark-images-contentful

# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.35...gatsby-remark-images-contentful@2.2.0) (2020-03-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "2.2.0",
"version": "2.2.1",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.2.1...gatsby-source-contentful@2.2.2) (2020-03-20)

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

## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.2.0...gatsby-source-contentful@2.2.1) (2020-03-20)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "2.2.2",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.1.0",
"gatsby-plugin-sharp": "^2.5.0",
"gatsby-plugin-sharp": "^2.5.1",
"gatsby-source-filesystem": "^2.2.1",
"is-online": "^8.2.1",
"json-stringify-safe": "^5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.1...gatsby-theme-blog-core@1.3.2) (2020-03-20)

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

## [1.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.0...gatsby-theme-blog-core@1.3.1) (2020-03-20)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-theme-blog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.3.1",
"version": "1.3.2",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -20,17 +20,17 @@
"@mdx-js/mdx": "^1.5.7",
"gatsby-core-utils": "^1.1.0",
"gatsby-plugin-mdx": "^1.1.0",
"gatsby-plugin-sharp": "^2.5.0",
"gatsby-plugin-sharp": "^2.5.1",
"gatsby-remark-copy-linked-files": "^2.2.0",
"gatsby-remark-images": "^3.2.0",
"gatsby-remark-smartypants": "^2.2.0",
"gatsby-source-filesystem": "^2.2.1",
"gatsby-transformer-sharp": "^2.4.0",
"gatsby-transformer-sharp": "^2.4.1",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.5.7",
"gatsby": "^2.20.1",
"gatsby": "^2.20.2",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
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.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.1...gatsby-theme-blog@1.4.2) (2020-03-20)

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

## [1.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.0...gatsby-theme-blog@1.4.1) (2020-03-20)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.4.1",
"version": "1.4.2",
"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.2.0",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.2.0",
"gatsby-theme-blog-core": "^1.3.1",
"gatsby-theme-blog-core": "^1.3.2",
"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.20.1",
"gatsby": "^2.20.2",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/CHANGELOG.md
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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.1...gatsby-theme-notes@1.2.2) (2020-03-20)

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

## [1.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.0...gatsby-theme-notes@1.2.1) (2020-03-20)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.2.1",
"version": "1.2.2",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.20.1",
"gatsby": "^2.20.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sharp/CHANGELOG.md
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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.4.0...gatsby-transformer-sharp@2.4.1) (2020-03-20)

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

# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.3.19...gatsby-transformer-sharp@2.4.0) (2020-03-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "2.4.0",
"version": "2.4.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.2.0...gatsby-transformer-sqip@2.2.1) (2020-03-20)

**Note:** Version bump only for package gatsby-transformer-sqip

# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.73...gatsby-transformer-sqip@2.2.0) (2020-03-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.2.0",
"version": "2.2.1",
"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.8.7",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.5.0",
"gatsby-plugin-sharp": "^2.5.1",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
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.20.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.1...gatsby@2.20.2) (2020-03-20)

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

## [2.20.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.0...gatsby@2.20.1) (2020-03-20)

**Note:** Version bump only for package gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.20.1",
"version": "2.20.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 56023e8

Please sign in to comment.