-
-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @lekoarts/[email protected]
- Loading branch information
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|