-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
22 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,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 | ||
|
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.0.16", | ||
"version": "1.0.17", | ||
"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.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", | ||
|
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.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) | ||
|
||
|
||
|
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.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", | ||
|