Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-notes@1.0.71
  • Loading branch information
wardpeet committed Feb 24, 2020
1 parent 3ed686f commit 40ac9be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-theme-notes/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.71](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.70...gatsby-theme-notes@1.0.71) (2020-02-24)

### Bug Fixes

- **gatsby-theme-notes:** fix styling clash with gatsby-theme-blog ([#21656](https://github.com/gatsbyjs/gatsby/issues/21656)) ([62534f5](https://github.com/gatsbyjs/gatsby/commit/62534f5))

## [1.0.70](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.69...gatsby-theme-notes@1.0.70) (2020-02-24)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.0.70",
"version": "1.0.71",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -33,6 +33,7 @@
"@emotion/core": "^10.0.22",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@theme-ui/prism": "^0.2.50",
"gatsby-core-utils": "^1.0.28",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.1.22",
Expand All @@ -44,7 +45,6 @@
"gatsby-source-filesystem": "^2.1.48",
"is-present": "^1.0.0",
"react-feather": "^1.1.6",
"theme-ui": "^0.2.49",
"@theme-ui/prism": "^0.2.50"
"theme-ui": "^0.2.49"
}
}

0 comments on commit 40ac9be

Please sign in to comment.