-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4fccc44
commit d33f796
Showing
5 changed files
with
116 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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-core", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Core Theme for @lekoarts/gatsby-theme-minimal-blog. This theme implements the Post and Page node interfaces and exports templates (+ queries) which you can shadow.", | ||
"license": "MIT", | ||
|
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
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": "3.0.3", | ||
"version": "3.1.0", | ||
"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", | ||
|
@@ -20,7 +20,7 @@ | |
"react-dom": "^17.0.1" | ||
}, | ||
"dependencies": { | ||
"@lekoarts/gatsby-theme-minimal-blog-core": "^3.0.3", | ||
"@lekoarts/gatsby-theme-minimal-blog-core": "^3.1.0", | ||
"@loadable/component": "^5.15.0", | ||
"@theme-ui/color": "^0.9.1", | ||
"@theme-ui/presets": "^0.9.1", | ||
|