Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-blog-core@1.0.5
 - gatsby-theme-blog@1.1.5
 - gatsby-transformer-sharp@2.3.0
  • Loading branch information
Madalyn Parker committed Oct 21, 2019
1 parent ba3e861 commit 2f4c460
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.4...gatsby-theme-blog-core@1.0.5) (2019-10-21)

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

## [1.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.3...gatsby-theme-blog-core@1.0.4) (2019-10-21)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "1.0.5",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-smartypants": "^2.1.14",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.2.23",
"gatsby-transformer-sharp": "^2.3.0",
"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.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.4...gatsby-theme-blog@1.1.5) (2019-10-21)

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

## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.3...gatsby-theme-blog@1.1.4) (2019-10-21)

**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.1.4",
"version": "1.1.5",
"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.4",
"gatsby-theme-blog-core": "^1.0.5",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-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.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.23...gatsby-transformer-sharp@2.3.0) (2019-10-21)

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

## [2.2.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.22...gatsby-transformer-sharp@2.2.23) (2019-10-14)

**Note:** Version bump only for package gatsby-transformer-sharp
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.2.23",
"version": "2.3.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit 2f4c460

Please sign in to comment.