-
-
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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
47f747e
commit 70f502e
Showing
25 changed files
with
100 additions
and
32 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-cara", | ||
"version": "1.2.19", | ||
"version": "1.2.20", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations", | ||
"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-emilia-core", | ||
"version": "1.3.20", | ||
"version": "1.3.21", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Core Theme for @lekoarts/gatsby-theme-emilia. This theme implements the Project node interface 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-emilia", | ||
"version": "1.3.20", | ||
"version": "1.3.21", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.", | ||
"license": "MIT", | ||
|
@@ -20,7 +20,7 @@ | |
"react-dom": "^16.13.1" | ||
}, | ||
"dependencies": { | ||
"@lekoarts/gatsby-theme-emilia-core": "^1.3.20", | ||
"@lekoarts/gatsby-theme-emilia-core": "^1.3.21", | ||
"@theme-ui/presets": "^0.3.5", | ||
"colorthief": "^2.3.2", | ||
"gatsby-core-utils": "^1.9.0", | ||
|
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-emma-core", | ||
"version": "1.4.20", | ||
"version": "1.4.21", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Core Theme for @lekoarts/gatsby-theme-emma. This theme implements the Project 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-emma", | ||
"version": "1.4.20", | ||
"version": "1.4.21", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images", | ||
"license": "MIT", | ||
|
@@ -20,7 +20,7 @@ | |
"react-dom": "^16.9.0" | ||
}, | ||
"dependencies": { | ||
"@lekoarts/gatsby-theme-emma-core": "^1.4.20", | ||
"@lekoarts/gatsby-theme-emma-core": "^1.4.21", | ||
"@mdx-js/mdx": "^1.6.22", | ||
"@theme-ui/presets": "^0.3.5", | ||
"gatsby-image": "^2.10.0", | ||
|
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-graphql-playground", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "GraphQL Playground to showcase the power of GraphQL. Write your queries and documentation with MDX and display queries in an interactive GraphiQL window. It can source from your localhost or a remote URL (e.g. Codesandbox).", | ||
"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-jodie-core", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Core Theme for @lekoarts/gatsby-theme-jodie. This theme implements the Project interface 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-jodie", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.", | ||
"license": "MIT", | ||
|
@@ -20,7 +20,7 @@ | |
"react-dom": "^16.13.1" | ||
}, | ||
"dependencies": { | ||
"@lekoarts/gatsby-theme-jodie-core": "^1.1.0", | ||
"@lekoarts/gatsby-theme-jodie-core": "^1.1.1", | ||
"@theme-ui/presets": "^0.3.5", | ||
"@theme-ui/prism": "^0.3.5", | ||
"fontsource-work-sans": "^3.1.6", | ||
|
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": "2.7.5", | ||
"version": "2.7.6", | ||
"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": "2.7.5", | ||
"version": "2.7.6", | ||
"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": "^16.9.0" | ||
}, | ||
"dependencies": { | ||
"@lekoarts/gatsby-theme-minimal-blog-core": "^2.7.5", | ||
"@lekoarts/gatsby-theme-minimal-blog-core": "^2.7.6", | ||
"@loadable/component": "^5.14.1", | ||
"@theme-ui/color": "^0.3.5", | ||
"@theme-ui/components": "^0.3.5", | ||
|
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-specimens", | ||
"version": "2.3.9", | ||
"version": "2.3.10", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Leverage the wide variety of powerful React components to build your design system. Display your colors, typography or any other design tokens with ease and focus on the design system itself, not on how to showcase it. Works seamlessly with MDX.", | ||
"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-status-dashboard", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"author": "LekoArts <[email protected]>", | ||
"description": "Show the live statuses of your Netlify and CircleCI builds on your website! Easily integrate the customizable components into your site and adapt them to your theme (utilizing Theme UI).", | ||
"license": "MIT", | ||
|