Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jun 11, 2020
1 parent ab65ecc commit 93e7a69
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions examples/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.

## [1.1.8](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.8) (2020-06-11)


### Bug Fixes

* **gatsby-theme-minimal-blog:** font-size on mobile iOS ([#421](https://github.com/LekoArts/gatsby-themes/issues/421)) ([ab65ecc](https://github.com/LekoArts/gatsby-themes/commit/ab65ecceaabefc0f2f77c6f9602280a7214c34d1))





## [1.1.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.7) (2020-06-08)

**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.1.7",
"version": "1.1.8",
"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.3.7",
"@lekoarts/gatsby-theme-minimal-blog": "^2.3.8",
"gatsby": "^2.20.36",
"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.3.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/[email protected]...@lekoarts/[email protected]) (2020-06-11)


### Bug Fixes

* **gatsby-theme-minimal-blog:** font-size on mobile iOS ([#421](https://github.com/LekoArts/gatsby-themes/issues/421)) ([ab65ecc](https://github.com/LekoArts/gatsby-themes/commit/ab65ecceaabefc0f2f77c6f9602280a7214c34d1))





## [2.3.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/[email protected]...@lekoarts/[email protected]) (2020-06-08)

**Note:** Version bump only for package @lekoarts/gatsby-theme-minimal-blog
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.3.7",
"version": "2.3.8",
"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 93e7a69

Please sign in to comment.