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 12, 2019
1 parent e040947 commit 8ad4575
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typography/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.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/[email protected]@2.2.13) (2019-04-12)

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

## [2.2.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/[email protected]@2.2.12) (2019-04-09)

**Note:** Version bump only for package gatsby-plugin-typography
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typography",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
"version": "2.2.12",
"version": "2.2.13",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.3.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.21) (2019-04-12)

### Bug Fixes

- **themes:** Restrict the paths that count as shadowable for an issuer ([#12930](https://github.com/gatsbyjs/gatsby/issues/12930)) ([e040947](https://github.com/gatsbyjs/gatsby/commit/e040947))

## [2.3.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.20) (2019-04-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.3.20",
"version": "2.3.21",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 8ad4575

Please sign in to comment.