From c92b1bb6295506cea5e7a7cd84f5ca015e8d810a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:10:07 +0200 Subject: [PATCH] Changesets: Version Packages (#1236) Co-authored-by: github-actions[bot] --- .changeset/wicked-brooms-behave.md | 26 --------- examples/cara/CHANGELOG.md | 9 ++++ examples/cara/package.json | 4 +- examples/emilia/CHANGELOG.md | 9 ++++ examples/emilia/package.json | 4 +- examples/emma/CHANGELOG.md | 9 ++++ examples/emma/package.json | 4 +- examples/graphql-playground/CHANGELOG.md | 9 ++++ examples/graphql-playground/package.json | 4 +- examples/jodie/CHANGELOG.md | 9 ++++ examples/jodie/package.json | 4 +- examples/minimal-blog/CHANGELOG.md | 9 ++++ examples/minimal-blog/package.json | 4 +- examples/specimens/CHANGELOG.md | 9 ++++ examples/specimens/package.json | 4 +- examples/status-dashboard/CHANGELOG.md | 9 ++++ examples/status-dashboard/package.json | 4 +- examples/styleguide/CHANGELOG.md | 9 ++++ examples/styleguide/package.json | 4 +- themes/gatsby-theme-cara/CHANGELOG.md | 6 +++ themes/gatsby-theme-cara/package.json | 2 +- themes/gatsby-theme-emilia-core/CHANGELOG.md | 6 +++ themes/gatsby-theme-emilia-core/package.json | 2 +- themes/gatsby-theme-emilia/CHANGELOG.md | 9 ++++ themes/gatsby-theme-emilia/package.json | 4 +- themes/gatsby-theme-emma-core/CHANGELOG.md | 6 +++ themes/gatsby-theme-emma-core/package.json | 2 +- themes/gatsby-theme-emma/CHANGELOG.md | 9 ++++ themes/gatsby-theme-emma/package.json | 4 +- .../CHANGELOG.md | 6 +++ .../package.json | 2 +- themes/gatsby-theme-jodie-core/CHANGELOG.md | 6 +++ themes/gatsby-theme-jodie-core/package.json | 2 +- themes/gatsby-theme-jodie/CHANGELOG.md | 9 ++++ themes/gatsby-theme-jodie/package.json | 4 +- .../CHANGELOG.md | 6 +++ .../package.json | 2 +- themes/gatsby-theme-minimal-blog/CHANGELOG.md | 9 ++++ themes/gatsby-theme-minimal-blog/package.json | 4 +- themes/gatsby-theme-specimens/CHANGELOG.md | 6 +++ themes/gatsby-theme-specimens/package.json | 2 +- .../CHANGELOG.md | 6 +++ .../package.json | 2 +- themes/gatsby-theme-styleguide/CHANGELOG.md | 9 ++++ themes/gatsby-theme-styleguide/package.json | 4 +- yarn.lock | 54 +++++++++---------- 46 files changed, 237 insertions(+), 89 deletions(-) delete mode 100644 .changeset/wicked-brooms-behave.md diff --git a/.changeset/wicked-brooms-behave.md b/.changeset/wicked-brooms-behave.md deleted file mode 100644 index 666ba8e69..000000000 --- a/.changeset/wicked-brooms-behave.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"@lekoarts/gatsby-theme-graphql-playground": patch -"@lekoarts/gatsby-theme-minimal-blog-core": patch -"@lekoarts/gatsby-theme-status-dashboard": patch -"@lekoarts/gatsby-theme-minimal-blog": patch -"@lekoarts/gatsby-theme-emilia-core": patch -"@lekoarts/gatsby-theme-jodie-core": patch -"@lekoarts/gatsby-theme-styleguide": patch -"@lekoarts/gatsby-theme-emma-core": patch -"@lekoarts/gatsby-theme-specimens": patch -"graphql-playground": patch -"@lekoarts/gatsby-theme-emilia": patch -"status-dashboard": patch -"@lekoarts/gatsby-theme-jodie": patch -"@lekoarts/gatsby-theme-cara": patch -"@lekoarts/gatsby-theme-emma": patch -"minimal-blog": patch -"styleguide": patch -"specimens": patch -"emilia": patch -"jodie": patch -"cara": patch -"emma": patch ---- - -Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! diff --git a/examples/cara/CHANGELOG.md b/examples/cara/CHANGELOG.md index 16aab8285..360492e2d 100644 --- a/examples/cara/CHANGELOG.md +++ b/examples/cara/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.15 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-cara@5.1.4 + ## 0.2.14 ### Patch Changes diff --git a/examples/cara/package.json b/examples/cara/package.json index 6d22aea5d..a970ddb86 100755 --- a/examples/cara/package.json +++ b/examples/cara/package.json @@ -2,7 +2,7 @@ "private": true, "name": "cara", "description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations", - "version": "0.2.14", + "version": "0.2.15", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-cara", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-cara": "^5.0.5", + "@lekoarts/gatsby-theme-cara": "^5.1.4", "gatsby": "^5.12.3", "gatsby-plugin-manifest": "^5.12.0", "gatsby-plugin-webpack-statoscope": "^1.0.3", diff --git a/examples/emilia/CHANGELOG.md b/examples/emilia/CHANGELOG.md index 0a5defaa8..9634027d1 100644 --- a/examples/emilia/CHANGELOG.md +++ b/examples/emilia/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.15 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-emilia@5.1.4 + ## 0.3.14 ### Patch Changes diff --git a/examples/emilia/package.json b/examples/emilia/package.json index f22d132fd..ecc01033a 100755 --- a/examples/emilia/package.json +++ b/examples/emilia/package.json @@ -2,7 +2,7 @@ "private": true, "name": "emilia", "description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.", - "version": "0.3.14", + "version": "0.3.15", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emilia", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emilia": "^5.0.5", + "@lekoarts/gatsby-theme-emilia": "^5.1.4", "gatsby": "^5.12.3", "gatsby-plugin-manifest": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", diff --git a/examples/emma/CHANGELOG.md b/examples/emma/CHANGELOG.md index e05b6e163..86b42d842 100644 --- a/examples/emma/CHANGELOG.md +++ b/examples/emma/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.15 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-emma@5.1.4 + ## 0.3.14 ### Patch Changes diff --git a/examples/emma/package.json b/examples/emma/package.json index 418a36f19..ec4d4902f 100755 --- a/examples/emma/package.json +++ b/examples/emma/package.json @@ -2,7 +2,7 @@ "private": true, "name": "emma", "description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images", - "version": "0.3.14", + "version": "0.3.15", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emma", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emma": "^5.0.4", + "@lekoarts/gatsby-theme-emma": "^5.1.4", "gatsby": "^5.12.3", "gatsby-plugin-manifest": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", diff --git a/examples/graphql-playground/CHANGELOG.md b/examples/graphql-playground/CHANGELOG.md index 7e383b4b4..c687c53ec 100644 --- a/examples/graphql-playground/CHANGELOG.md +++ b/examples/graphql-playground/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.17 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-graphql-playground@5.1.5 + ## 0.2.16 ### Patch Changes diff --git a/examples/graphql-playground/package.json b/examples/graphql-playground/package.json index e4c3076d4..1b1b15f25 100755 --- a/examples/graphql-playground/package.json +++ b/examples/graphql-playground/package.json @@ -2,7 +2,7 @@ "private": true, "name": "graphql-playground", "description": "Stub description for graphql-playground", - "version": "0.2.16", + "version": "0.2.17", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-graphql-playground", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-graphql-playground": "^5.1.4", + "@lekoarts/gatsby-theme-graphql-playground": "^5.1.5", "gatsby": "^5.12.3", "gatsby-plugin-webpack-statoscope": "^1.0.3", "react": "^18.2.0", diff --git a/examples/jodie/CHANGELOG.md b/examples/jodie/CHANGELOG.md index af0a1b657..16ff4aac7 100644 --- a/examples/jodie/CHANGELOG.md +++ b/examples/jodie/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.1.9 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-jodie@5.1.4 + ## 0.1.8 ### Patch Changes diff --git a/examples/jodie/package.json b/examples/jodie/package.json index 07ae1afa4..df933ef00 100755 --- a/examples/jodie/package.json +++ b/examples/jodie/package.json @@ -2,7 +2,7 @@ "private": true, "name": "jodie", "description": "Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.", - "version": "0.1.8", + "version": "0.1.9", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-jodie", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-jodie": "^5.0.4", + "@lekoarts/gatsby-theme-jodie": "^5.1.4", "gatsby": "^5.12.3", "gatsby-plugin-manifest": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", diff --git a/examples/minimal-blog/CHANGELOG.md b/examples/minimal-blog/CHANGELOG.md index bcd01450f..5b07338c9 100644 --- a/examples/minimal-blog/CHANGELOG.md +++ b/examples/minimal-blog/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.16 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-minimal-blog@6.2.1 + ## 1.3.15 ### Patch Changes diff --git a/examples/minimal-blog/package.json b/examples/minimal-blog/package.json index 907a69c5e..7b3938424 100755 --- a/examples/minimal-blog/package.json +++ b/examples/minimal-blog/package.json @@ -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.3.15", + "version": "1.3.16", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-minimal-blog", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-minimal-blog": "^6.0.5", + "@lekoarts/gatsby-theme-minimal-blog": "^6.2.1", "gatsby": "^5.12.3", "gatsby-plugin-feed": "^5.12.0", "gatsby-plugin-manifest": "^5.12.0", diff --git a/examples/specimens/CHANGELOG.md b/examples/specimens/CHANGELOG.md index 5d0e906a1..7106622b9 100644 --- a/examples/specimens/CHANGELOG.md +++ b/examples/specimens/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.21 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-specimens@6.1.1 + ## 0.3.20 ### Patch Changes diff --git a/examples/specimens/package.json b/examples/specimens/package.json index cb847f2a5..cca2a9801 100755 --- a/examples/specimens/package.json +++ b/examples/specimens/package.json @@ -2,7 +2,7 @@ "private": true, "name": "specimens", "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.", - "version": "0.3.20", + "version": "0.3.21", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-specimens", @@ -17,7 +17,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-specimens": "^6.1.0", + "@lekoarts/gatsby-theme-specimens": "^6.1.1", "@lekoarts/rehype-meta-as-attributes": "^3.0.0", "@lekoarts/themes-utils": "^3.0.0", "@loadable/component": "^5.15.3", diff --git a/examples/status-dashboard/CHANGELOG.md b/examples/status-dashboard/CHANGELOG.md index 90ffc5d37..d69c8f20f 100644 --- a/examples/status-dashboard/CHANGELOG.md +++ b/examples/status-dashboard/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.15 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-status-dashboard@5.1.2 + ## 0.2.14 ### Patch Changes diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index c49210f50..42f129d9e 100755 --- a/examples/status-dashboard/package.json +++ b/examples/status-dashboard/package.json @@ -2,7 +2,7 @@ "private": true, "name": "status-dashboard", "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).", - "version": "0.2.14", + "version": "0.2.15", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-status-dashboard", @@ -17,7 +17,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-status-dashboard": "^5.1.1", + "@lekoarts/gatsby-theme-status-dashboard": "^5.1.2", "gatsby": "^5.12.3", "gatsby-plugin-emotion": "^8.12.0", "gatsby-plugin-manifest": "^5.12.0", diff --git a/examples/styleguide/CHANGELOG.md b/examples/styleguide/CHANGELOG.md index b8b3da736..f9152997c 100644 --- a/examples/styleguide/CHANGELOG.md +++ b/examples/styleguide/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.19 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-styleguide@5.1.2 + ## 0.2.18 ### Patch Changes diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 8e64f08c0..6fb39ccb8 100755 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -2,7 +2,7 @@ "private": true, "name": "styleguide", "description": "Instantly create a styleguide page based on your Theme UI configuration. Zero-config — just install the theme and see your Theme UI config displayed in a beautiful manner.", - "version": "0.2.18", + "version": "0.2.19", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-styleguide", @@ -17,7 +17,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-styleguide": "^5.1.1", + "@lekoarts/gatsby-theme-styleguide": "^5.1.2", "@mdx-js/react": "^2.3.0", "@theme-ui/mdx": "~0.15.3", "gatsby": "^5.12.3", diff --git a/themes/gatsby-theme-cara/CHANGELOG.md b/themes/gatsby-theme-cara/CHANGELOG.md index dc32f40e3..93a987989 100755 --- a/themes/gatsby-theme-cara/CHANGELOG.md +++ b/themes/gatsby-theme-cara/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-cara/package.json b/themes/gatsby-theme-cara/package.json index 04e2c7178..c05a7a9c7 100755 --- a/themes/gatsby-theme-cara/package.json +++ b/themes/gatsby-theme-cara/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-cara", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations", "license": "MIT", diff --git a/themes/gatsby-theme-emilia-core/CHANGELOG.md b/themes/gatsby-theme-emilia-core/CHANGELOG.md index 3b9929edd..0e4c68327 100755 --- a/themes/gatsby-theme-emilia-core/CHANGELOG.md +++ b/themes/gatsby-theme-emilia-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-emilia-core/package.json b/themes/gatsby-theme-emilia-core/package.json index 3c9d43466..11429b4cf 100755 --- a/themes/gatsby-theme-emilia-core/package.json +++ b/themes/gatsby-theme-emilia-core/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-emilia-core", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-emilia/CHANGELOG.md b/themes/gatsby-theme-emilia/CHANGELOG.md index d8cb9ec8d..351a713d6 100755 --- a/themes/gatsby-theme-emilia/CHANGELOG.md +++ b/themes/gatsby-theme-emilia/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-emilia-core@5.1.4 + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-emilia/package.json b/themes/gatsby-theme-emilia/package.json index 4eb091301..aef8c8fa5 100755 --- a/themes/gatsby-theme-emilia/package.json +++ b/themes/gatsby-theme-emilia/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-emilia", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.", "license": "MIT", @@ -21,7 +21,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-emilia-core": "^5.1.3", + "@lekoarts/gatsby-theme-emilia-core": "^5.1.4", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-image": "^3.12.0", diff --git a/themes/gatsby-theme-emma-core/CHANGELOG.md b/themes/gatsby-theme-emma-core/CHANGELOG.md index fd7eefbb3..f09967b76 100755 --- a/themes/gatsby-theme-emma-core/CHANGELOG.md +++ b/themes/gatsby-theme-emma-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-emma-core/package.json b/themes/gatsby-theme-emma-core/package.json index a461e5758..c6348880f 100755 --- a/themes/gatsby-theme-emma-core/package.json +++ b/themes/gatsby-theme-emma-core/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-emma-core", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-emma/CHANGELOG.md b/themes/gatsby-theme-emma/CHANGELOG.md index 3b6e7ba24..adf8aa7fa 100755 --- a/themes/gatsby-theme-emma/CHANGELOG.md +++ b/themes/gatsby-theme-emma/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-emma-core@5.1.4 + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-emma/package.json b/themes/gatsby-theme-emma/package.json index b2a9dd69c..9e8e22615 100755 --- a/themes/gatsby-theme-emma/package.json +++ b/themes/gatsby-theme-emma/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-emma", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images", "license": "MIT", @@ -21,7 +21,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-emma-core": "^5.1.3", + "@lekoarts/gatsby-theme-emma-core": "^5.1.4", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-catch-links": "^5.12.0", diff --git a/themes/gatsby-theme-graphql-playground/CHANGELOG.md b/themes/gatsby-theme-graphql-playground/CHANGELOG.md index e08469917..41bb1c247 100755 --- a/themes/gatsby-theme-graphql-playground/CHANGELOG.md +++ b/themes/gatsby-theme-graphql-playground/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.5 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.4 ### Patch Changes diff --git a/themes/gatsby-theme-graphql-playground/package.json b/themes/gatsby-theme-graphql-playground/package.json index a72c1a112..22c3e9ee4 100755 --- a/themes/gatsby-theme-graphql-playground/package.json +++ b/themes/gatsby-theme-graphql-playground/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-graphql-playground", - "version": "5.1.4", + "version": "5.1.5", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-jodie-core/CHANGELOG.md b/themes/gatsby-theme-jodie-core/CHANGELOG.md index a8f0fdbbe..57d500c53 100755 --- a/themes/gatsby-theme-jodie-core/CHANGELOG.md +++ b/themes/gatsby-theme-jodie-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-jodie-core/package.json b/themes/gatsby-theme-jodie-core/package.json index dc710df37..df0efa10e 100755 --- a/themes/gatsby-theme-jodie-core/package.json +++ b/themes/gatsby-theme-jodie-core/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-jodie-core", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "description": "Core Theme for @lekoarts/gatsby-theme-jodie. This theme implements the Project interface and exports templates (+ queries) which you can shadow.", "license": "MIT", diff --git a/themes/gatsby-theme-jodie/CHANGELOG.md b/themes/gatsby-theme-jodie/CHANGELOG.md index 565eed6f4..1db85684d 100755 --- a/themes/gatsby-theme-jodie/CHANGELOG.md +++ b/themes/gatsby-theme-jodie/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-jodie-core@5.1.4 + ## 5.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-jodie/package.json b/themes/gatsby-theme-jodie/package.json index e7087bd9d..f8ebc7d52 100755 --- a/themes/gatsby-theme-jodie/package.json +++ b/themes/gatsby-theme-jodie/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-jodie", - "version": "5.1.3", + "version": "5.1.4", "author": "LekoArts", "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", @@ -21,7 +21,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-jodie-core": "^5.1.3", + "@lekoarts/gatsby-theme-jodie-core": "^5.1.4", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-image": "^3.12.0", diff --git a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md index 630ae4a18..f480ae99a 100755 --- a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.1 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 6.1.3 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog-core/package.json b/themes/gatsby-theme-minimal-blog-core/package.json index c39e60e70..afd8c784e 100755 --- a/themes/gatsby-theme-minimal-blog-core/package.json +++ b/themes/gatsby-theme-minimal-blog-core/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-minimal-blog-core", - "version": "6.1.3", + "version": "6.2.1", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-minimal-blog/CHANGELOG.md b/themes/gatsby-theme-minimal-blog/CHANGELOG.md index b5755da0a..3fea1d384 100755 --- a/themes/gatsby-theme-minimal-blog/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.2.1 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-minimal-blog-core@6.2.1 + ## 6.2.0 ### Minor Changes diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index 7417c2eee..bef391d96 100755 --- a/themes/gatsby-theme-minimal-blog/package.json +++ b/themes/gatsby-theme-minimal-blog/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-minimal-blog", - "version": "6.2.0", + "version": "6.2.1", "author": "LekoArts", "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", @@ -21,7 +21,7 @@ }, "dependencies": { "@emotion/react": "^11.11.1", - "@lekoarts/gatsby-theme-minimal-blog-core": "^6.1.3", + "@lekoarts/gatsby-theme-minimal-blog-core": "^6.2.1", "@lekoarts/themes-utils": "^3.0.1", "@mdx-js/react": "^2.3.0", "@theme-ui/color": "~0.15.3", diff --git a/themes/gatsby-theme-specimens/CHANGELOG.md b/themes/gatsby-theme-specimens/CHANGELOG.md index 86a15b477..c4f00a1d9 100755 --- a/themes/gatsby-theme-specimens/CHANGELOG.md +++ b/themes/gatsby-theme-specimens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.1 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 6.1.0 ### Minor Changes diff --git a/themes/gatsby-theme-specimens/package.json b/themes/gatsby-theme-specimens/package.json index 48cf7843f..3a8c501f2 100755 --- a/themes/gatsby-theme-specimens/package.json +++ b/themes/gatsby-theme-specimens/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-specimens", - "version": "6.1.0", + "version": "6.1.1", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-status-dashboard/CHANGELOG.md b/themes/gatsby-theme-status-dashboard/CHANGELOG.md index 3c4809a1a..041caf20d 100755 --- a/themes/gatsby-theme-status-dashboard/CHANGELOG.md +++ b/themes/gatsby-theme-status-dashboard/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.2 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + ## 5.1.1 ### Patch Changes diff --git a/themes/gatsby-theme-status-dashboard/package.json b/themes/gatsby-theme-status-dashboard/package.json index 26dd0cdfa..85c84889c 100755 --- a/themes/gatsby-theme-status-dashboard/package.json +++ b/themes/gatsby-theme-status-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-status-dashboard", - "version": "5.1.1", + "version": "5.1.2", "author": "LekoArts", "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", diff --git a/themes/gatsby-theme-styleguide/CHANGELOG.md b/themes/gatsby-theme-styleguide/CHANGELOG.md index 8b5a06611..8d6d3fa73 100755 --- a/themes/gatsby-theme-styleguide/CHANGELOG.md +++ b/themes/gatsby-theme-styleguide/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.1.2 + +### Patch Changes + +- [`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68) Thanks [@LekoArts](https://github.com/LekoArts)! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks! + +- Updated dependencies [[`409bba45`](https://github.com/LekoArts/gatsby-themes/commit/409bba451d8637d04de2efc8199fa662a2595c68)]: + - @lekoarts/gatsby-theme-specimens@6.1.1 + ## 5.1.1 ### Patch Changes diff --git a/themes/gatsby-theme-styleguide/package.json b/themes/gatsby-theme-styleguide/package.json index ec6767847..0b287e6e1 100755 --- a/themes/gatsby-theme-styleguide/package.json +++ b/themes/gatsby-theme-styleguide/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-styleguide", - "version": "5.1.1", + "version": "5.1.2", "author": "LekoArts", "description": "Instantly create a styleguide page based on your Theme UI configuration. Zero-config — just install the theme and see your Theme UI config displayed in a beautiful manner.", "license": "MIT", @@ -22,7 +22,7 @@ "theme-ui": ">=0.15" }, "dependencies": { - "@lekoarts/gatsby-theme-specimens": "^6.1.0" + "@lekoarts/gatsby-theme-specimens": "^6.1.1" }, "keywords": [ "gatsby", diff --git a/yarn.lock b/yarn.lock index 6fbfbdd0c..dc4733d7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2766,7 +2766,7 @@ __metadata: languageName: node linkType: hard -"@lekoarts/gatsby-theme-cara@^5.0.5, @lekoarts/gatsby-theme-cara@workspace:themes/gatsby-theme-cara": +"@lekoarts/gatsby-theme-cara@^5.1.4, @lekoarts/gatsby-theme-cara@workspace:themes/gatsby-theme-cara": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-cara@workspace:themes/gatsby-theme-cara" dependencies: @@ -2787,7 +2787,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emilia-core@^5.1.3, @lekoarts/gatsby-theme-emilia-core@workspace:themes/gatsby-theme-emilia-core": +"@lekoarts/gatsby-theme-emilia-core@^5.1.4, @lekoarts/gatsby-theme-emilia-core@workspace:themes/gatsby-theme-emilia-core": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emilia-core@workspace:themes/gatsby-theme-emilia-core" dependencies: @@ -2804,12 +2804,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emilia@^5.0.5, @lekoarts/gatsby-theme-emilia@workspace:themes/gatsby-theme-emilia": +"@lekoarts/gatsby-theme-emilia@^5.1.4, @lekoarts/gatsby-theme-emilia@workspace:themes/gatsby-theme-emilia": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emilia@workspace:themes/gatsby-theme-emilia" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-emilia-core": ^5.1.3 + "@lekoarts/gatsby-theme-emilia-core": ^5.1.4 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-image: ^3.12.0 @@ -2824,7 +2824,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emma-core@^5.1.3, @lekoarts/gatsby-theme-emma-core@workspace:themes/gatsby-theme-emma-core": +"@lekoarts/gatsby-theme-emma-core@^5.1.4, @lekoarts/gatsby-theme-emma-core@workspace:themes/gatsby-theme-emma-core": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emma-core@workspace:themes/gatsby-theme-emma-core" dependencies: @@ -2843,12 +2843,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emma@^5.0.4, @lekoarts/gatsby-theme-emma@workspace:themes/gatsby-theme-emma": +"@lekoarts/gatsby-theme-emma@^5.1.4, @lekoarts/gatsby-theme-emma@workspace:themes/gatsby-theme-emma": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emma@workspace:themes/gatsby-theme-emma" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-emma-core": ^5.1.3 + "@lekoarts/gatsby-theme-emma-core": ^5.1.4 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-catch-links: ^5.12.0 @@ -2864,7 +2864,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-graphql-playground@^5.1.4, @lekoarts/gatsby-theme-graphql-playground@workspace:themes/gatsby-theme-graphql-playground": +"@lekoarts/gatsby-theme-graphql-playground@^5.1.5, @lekoarts/gatsby-theme-graphql-playground@workspace:themes/gatsby-theme-graphql-playground": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-graphql-playground@workspace:themes/gatsby-theme-graphql-playground" dependencies: @@ -2889,7 +2889,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-jodie-core@^5.1.3, @lekoarts/gatsby-theme-jodie-core@workspace:themes/gatsby-theme-jodie-core": +"@lekoarts/gatsby-theme-jodie-core@^5.1.4, @lekoarts/gatsby-theme-jodie-core@workspace:themes/gatsby-theme-jodie-core": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-jodie-core@workspace:themes/gatsby-theme-jodie-core" dependencies: @@ -2907,12 +2907,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-jodie@^5.0.4, @lekoarts/gatsby-theme-jodie@workspace:themes/gatsby-theme-jodie": +"@lekoarts/gatsby-theme-jodie@^5.1.4, @lekoarts/gatsby-theme-jodie@workspace:themes/gatsby-theme-jodie": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-jodie@workspace:themes/gatsby-theme-jodie" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-jodie-core": ^5.1.3 + "@lekoarts/gatsby-theme-jodie-core": ^5.1.4 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-image: ^3.12.0 @@ -2927,7 +2927,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-minimal-blog-core@^6.1.3, @lekoarts/gatsby-theme-minimal-blog-core@workspace:themes/gatsby-theme-minimal-blog-core": +"@lekoarts/gatsby-theme-minimal-blog-core@^6.2.1, @lekoarts/gatsby-theme-minimal-blog-core@workspace:themes/gatsby-theme-minimal-blog-core": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-minimal-blog-core@workspace:themes/gatsby-theme-minimal-blog-core" dependencies: @@ -2948,12 +2948,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-minimal-blog@^6.0.5, @lekoarts/gatsby-theme-minimal-blog@workspace:themes/gatsby-theme-minimal-blog": +"@lekoarts/gatsby-theme-minimal-blog@^6.2.1, @lekoarts/gatsby-theme-minimal-blog@workspace:themes/gatsby-theme-minimal-blog": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-minimal-blog@workspace:themes/gatsby-theme-minimal-blog" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-minimal-blog-core": ^6.1.3 + "@lekoarts/gatsby-theme-minimal-blog-core": ^6.2.1 "@lekoarts/themes-utils": ^3.0.1 "@mdx-js/react": ^2.3.0 "@theme-ui/color": ~0.15.3 @@ -2970,7 +2970,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-specimens@^6.1.0, @lekoarts/gatsby-theme-specimens@workspace:themes/gatsby-theme-specimens": +"@lekoarts/gatsby-theme-specimens@^6.1.1, @lekoarts/gatsby-theme-specimens@workspace:themes/gatsby-theme-specimens": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-specimens@workspace:themes/gatsby-theme-specimens" dependencies: @@ -2985,7 +2985,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-status-dashboard@^5.1.1, @lekoarts/gatsby-theme-status-dashboard@workspace:themes/gatsby-theme-status-dashboard": +"@lekoarts/gatsby-theme-status-dashboard@^5.1.2, @lekoarts/gatsby-theme-status-dashboard@workspace:themes/gatsby-theme-status-dashboard": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-status-dashboard@workspace:themes/gatsby-theme-status-dashboard" dependencies: @@ -3004,11 +3004,11 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-styleguide@^5.1.1, @lekoarts/gatsby-theme-styleguide@workspace:themes/gatsby-theme-styleguide": +"@lekoarts/gatsby-theme-styleguide@^5.1.2, @lekoarts/gatsby-theme-styleguide@workspace:themes/gatsby-theme-styleguide": version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-styleguide@workspace:themes/gatsby-theme-styleguide" dependencies: - "@lekoarts/gatsby-theme-specimens": ^6.1.0 + "@lekoarts/gatsby-theme-specimens": ^6.1.1 peerDependencies: "@emotion/react": ^11.10.0 gatsby: ^5.0.0 @@ -7429,7 +7429,7 @@ __metadata: version: 0.0.0-use.local resolution: "cara@workspace:examples/cara" dependencies: - "@lekoarts/gatsby-theme-cara": ^5.0.5 + "@lekoarts/gatsby-theme-cara": ^5.1.4 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -9410,7 +9410,7 @@ __metadata: version: 0.0.0-use.local resolution: "emilia@workspace:examples/emilia" dependencies: - "@lekoarts/gatsby-theme-emilia": ^5.0.5 + "@lekoarts/gatsby-theme-emilia": ^5.1.4 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -9429,7 +9429,7 @@ __metadata: version: 0.0.0-use.local resolution: "emma@workspace:examples/emma" dependencies: - "@lekoarts/gatsby-theme-emma": ^5.0.4 + "@lekoarts/gatsby-theme-emma": ^5.1.4 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -12704,7 +12704,7 @@ __metadata: version: 0.0.0-use.local resolution: "graphql-playground@workspace:examples/graphql-playground" dependencies: - "@lekoarts/gatsby-theme-graphql-playground": ^5.1.4 + "@lekoarts/gatsby-theme-graphql-playground": ^5.1.5 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -14417,7 +14417,7 @@ __metadata: version: 0.0.0-use.local resolution: "jodie@workspace:examples/jodie" dependencies: - "@lekoarts/gatsby-theme-jodie": ^5.0.4 + "@lekoarts/gatsby-theme-jodie": ^5.1.4 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -16543,7 +16543,7 @@ __metadata: version: 0.0.0-use.local resolution: "minimal-blog@workspace:examples/minimal-blog" dependencies: - "@lekoarts/gatsby-theme-minimal-blog": ^6.0.5 + "@lekoarts/gatsby-theme-minimal-blog": ^6.2.1 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -20813,7 +20813,7 @@ __metadata: resolution: "specimens@workspace:examples/specimens" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-specimens": ^6.1.0 + "@lekoarts/gatsby-theme-specimens": ^6.1.1 "@lekoarts/rehype-meta-as-attributes": ^3.0.0 "@lekoarts/themes-utils": ^3.0.0 "@loadable/component": ^5.15.3 @@ -20964,7 +20964,7 @@ __metadata: resolution: "status-dashboard@workspace:examples/status-dashboard" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-status-dashboard": ^5.1.1 + "@lekoarts/gatsby-theme-status-dashboard": ^5.1.2 "@types/node": ^18.17.12 "@types/react": ^18.2.21 "@types/react-dom": ^18.2.7 @@ -21384,7 +21384,7 @@ __metadata: resolution: "styleguide@workspace:examples/styleguide" dependencies: "@emotion/react": ^11.11.1 - "@lekoarts/gatsby-theme-styleguide": ^5.1.1 + "@lekoarts/gatsby-theme-styleguide": ^5.1.2 "@mdx-js/react": ^2.3.0 "@theme-ui/mdx": ~0.15.3 "@types/node": ^18.17.12