Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-blog@2.0.4
 - gatsby-starter-theme@0.0.6
  • Loading branch information
LekoArts committed Jan 6, 2021
1 parent 60d8928 commit 7b3b008
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog/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.0.4](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.3...gatsby-theme-blog@2.0.4) (2021-01-06)

### Bug Fixes

- **gatsby-theme-blog:** Remove console.log ([60d8928](https://github.com/gatsbyjs/themes/commit/60d892858d100ae0b6726d30a2e75375cc2121c1))

## [2.0.3](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.2...gatsby-theme-blog@2.0.3) (2021-01-06)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.3",
"version": "2.0.4",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions starters/theme/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.

## [0.0.6](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.5...gatsby-starter-theme@0.0.6) (2021-01-06)

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

## [0.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.4...gatsby-starter-theme@0.0.5) (2021-01-06)

**Note:** Version bump only for package gatsby-starter-theme
Expand Down
2 changes: 1 addition & 1 deletion starters/theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starters/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-starter-theme",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^2.24.10",
"gatsby-theme-blog": "^2.0.3",
"gatsby-theme-blog": "^2.0.4",
"gatsby-theme-notes": "^2.0.4",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit 7b3b008

Please sign in to comment.