Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Apr 24, 2020
1 parent 452afa9 commit c30767a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions examples/minimal-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.17](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.17) (2020-04-24)

**Note:** Version bump only for package minimal-blog





## [1.0.16](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.16) (2020-04-24)

**Note:** Version bump only for package minimal-blog
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "minimal-blog",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"version": "1.0.16",
"version": "1.0.17",
"author": "LekoArts <[email protected]>",
"license": "MIT",
"starter-name": "gatsby-starter-minimal-blog",
Expand All @@ -16,7 +16,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^2.2.10",
"@lekoarts/gatsby-theme-minimal-blog": "^2.2.11",
"gatsby": "^2.13.3",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.3",
Expand Down
11 changes: 11 additions & 0 deletions themes/gatsby-theme-minimal-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/[email protected]...@lekoarts/[email protected]) (2020-04-24)


### Bug Fixes

* **minimal-blog:** remove falsy values from plugins list ([#368](https://github.com/LekoArts/gatsby-themes/issues/368)) ([452afa9](https://github.com/LekoArts/gatsby-themes/commit/452afa9eae6e4a999fd118c8a81881bbe2eacec7))





## [2.2.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/[email protected]...@lekoarts/[email protected]) (2020-04-24)


Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-minimal-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-minimal-blog",
"version": "2.2.10",
"version": "2.2.11",
"author": "LekoArts <[email protected]>",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"license": "MIT",
Expand Down

0 comments on commit c30767a

Please sign in to comment.