Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-blog-core@2.1.0
 - gatsby-theme-blog@2.1.0
 - gatsby-starter-theme@0.1.0
  • Loading branch information
LekoArts committed Apr 12, 2021
1 parent 8f1ba38 commit e6d333c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.0.5...gatsby-theme-blog-core@2.1.0) (2021-04-12)

### Features

- **gatsby-theme-blog-core:** Support filter, limit options ([#98](https://github.com/gatsbyjs/themes/issues/98)) ([8f1ba38](https://github.com/gatsbyjs/themes/commit/8f1ba38e4d55503eeae67c10176189b24397de49))

## [2.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.0.4...gatsby-theme-blog-core@2.0.5) (2021-04-09)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.5",
"version": "2.1.0",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down
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.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.6...gatsby-theme-blog@2.1.0) (2021-04-12)

### Features

- **gatsby-theme-blog-core:** Support filter, limit options ([#98](https://github.com/gatsbyjs/themes/issues/98)) ([8f1ba38](https://github.com/gatsbyjs/themes/commit/8f1ba38e4d55503eeae67c10176189b24397de49))

## [2.0.6](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.5...gatsby-theme-blog@2.0.6) (2021-04-09)

**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": "2.0.6",
"version": "2.1.0",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-theme-ui": "0.4.0-alpha.3",
"gatsby-plugin-twitter": "^2.3.10",
"gatsby-theme-blog-core": "^2.0.5",
"gatsby-theme-blog-core": "^2.1.0",
"gatsby-theme-ui-preset": "^1.0.5",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
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.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.8...gatsby-starter-theme@0.1.0) (2021-04-12)

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

## [0.0.8](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.7...gatsby-starter-theme@0.0.8) (2021-04-09)

**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.8",
"version": "0.1.0",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^2.24.10",
"gatsby-theme-blog": "^2.0.6",
"gatsby-theme-blog": "^2.1.0",
"gatsby-theme-notes": "^2.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit e6d333c

Please sign in to comment.