Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Apr 4, 2020
1 parent 156d831 commit 7508565
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/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.5.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.4) (2020-04-04)

### Bug Fixes

- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))

## [2.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.3) (2020-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "2.5.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images/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.2.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.2) (2020-04-04)

### Bug Fixes

- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))

## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.1) (2020-03-23)

**Note:** Version bump only for package gatsby-remark-images
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "3.2.1",
"version": "3.2.2",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2020-04-04)

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

## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.6) (2020-04-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.2.6",
"version": "2.2.7",
"author": "Marcus Ericsson <[email protected]> (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.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-source-filesystem": "^2.2.2",
"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
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.3.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.13) (2020-04-04)

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

## [1.3.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.12) (2020-04-03)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.3.12",
"version": "1.3.13",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -20,12 +20,12 @@
"@mdx-js/mdx": "^1.5.7",
"gatsby-core-utils": "^1.1.1",
"gatsby-plugin-mdx": "^1.1.4",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"gatsby-transformer-sharp": "^2.4.4",
"remark-slug": "^5.1.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/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.4.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.13) (2020-04-04)

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

## [1.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.12) (2020-04-03)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
4 changes: 2 additions & 2 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.4.12",
"version": "1.4.13",
"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.1",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.2.1",
"gatsby-theme-blog-core": "^1.3.12",
"gatsby-theme-blog-core": "^1.3.13",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-sharp/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.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.4) (2020-04-04)

### Bug Fixes

- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016))

## [2.4.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.3) (2020-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "2.4.3",
"version": "2.4.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.4) (2020-04-04)

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

## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.3) (2020-03-24)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.2.3",
"version": "2.2.4",
"author": "Benedikt Rötsch <[email protected]>",
"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.3",
"gatsby-plugin-sharp": "^2.5.4",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",
Expand Down

0 comments on commit 7508565

Please sign in to comment.