diff --git a/.changeset/eighty-glasses-know.md b/.changeset/eighty-glasses-know.md deleted file mode 100644 index 50a666d61..000000000 --- a/.changeset/eighty-glasses-know.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@lekoarts/gatsby-theme-minimal-blog-core": patch ---- - -fix: Add support for footnotes - -Fixes https://github.com/LekoArts/gatsby-themes/issues/1107 diff --git a/.changeset/odd-islands-fold.md b/.changeset/odd-islands-fold.md deleted file mode 100644 index 2c6a672c4..000000000 --- a/.changeset/odd-islands-fold.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@lekoarts/gatsby-theme-graphql-playground": patch -"@lekoarts/gatsby-theme-minimal-blog-core": patch -"@lekoarts/gatsby-theme-minimal-blog": patch -"@lekoarts/gatsby-theme-emilia-core": patch -"@lekoarts/gatsby-theme-jodie-core": patch -"@lekoarts/gatsby-theme-emma-core": 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 ---- - -chore(deps): Various dependency updates diff --git a/examples/cara/CHANGELOG.md b/examples/cara/CHANGELOG.md index 345ce4930..16aab8285 100644 --- a/examples/cara/CHANGELOG.md +++ b/examples/cara/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.14 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-cara@5.0.5 + ## 0.2.13 ### Patch Changes diff --git a/examples/cara/package.json b/examples/cara/package.json index c3459d1f7..f3bbffc01 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.13", + "version": "0.2.14", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-cara", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-cara": "^5.0.0", + "@lekoarts/gatsby-theme-cara": "^5.0.5", "gatsby": "^5.5.0", "gatsby-plugin-manifest": "^5.5.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30", diff --git a/examples/emilia/CHANGELOG.md b/examples/emilia/CHANGELOG.md index 7b3ae0979..0a5defaa8 100644 --- a/examples/emilia/CHANGELOG.md +++ b/examples/emilia/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.14 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-emilia@5.0.5 + ## 0.3.13 ### Patch Changes diff --git a/examples/emilia/package.json b/examples/emilia/package.json index 98e2c6a51..bc3c98ac3 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.13", + "version": "0.3.14", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emilia", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emilia": "^5.0.0", + "@lekoarts/gatsby-theme-emilia": "^5.0.5", "gatsby": "^5.5.0", "gatsby-plugin-manifest": "^5.5.0", "gatsby-plugin-sitemap": "^6.5.0", diff --git a/examples/emma/CHANGELOG.md b/examples/emma/CHANGELOG.md index 7450128fe..e05b6e163 100644 --- a/examples/emma/CHANGELOG.md +++ b/examples/emma/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.3.14 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-emma@5.0.4 + ## 0.3.13 ### Patch Changes diff --git a/examples/emma/package.json b/examples/emma/package.json index 766df8e65..37098228a 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.13", + "version": "0.3.14", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emma", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emma": "^5.0.0", + "@lekoarts/gatsby-theme-emma": "^5.0.4", "gatsby": "^5.5.0", "gatsby-plugin-manifest": "^5.5.0", "gatsby-plugin-sitemap": "^6.5.0", diff --git a/examples/graphql-playground/CHANGELOG.md b/examples/graphql-playground/CHANGELOG.md index 11cf8480b..3eae685b8 100644 --- a/examples/graphql-playground/CHANGELOG.md +++ b/examples/graphql-playground/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.15 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-graphql-playground@5.0.4 + ## 0.2.14 ### Patch Changes diff --git a/examples/graphql-playground/package.json b/examples/graphql-playground/package.json index 9bc072790..b94da01ec 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.14", + "version": "0.2.15", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-graphql-playground", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-graphql-playground": "^5.0.3", + "@lekoarts/gatsby-theme-graphql-playground": "^5.0.4", "gatsby": "^5.5.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30", "react": "^18.2.0", diff --git a/examples/jodie/CHANGELOG.md b/examples/jodie/CHANGELOG.md index ba17a6b07..af0a1b657 100644 --- a/examples/jodie/CHANGELOG.md +++ b/examples/jodie/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.1.8 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-jodie@5.0.4 + ## 0.1.7 ### Patch Changes diff --git a/examples/jodie/package.json b/examples/jodie/package.json index e791acd46..a6c053cc6 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.7", + "version": "0.1.8", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-jodie", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-jodie": "^5.0.0", + "@lekoarts/gatsby-theme-jodie": "^5.0.4", "gatsby": "^5.5.0", "gatsby-plugin-manifest": "^5.5.0", "gatsby-plugin-sitemap": "^6.5.0", diff --git a/examples/minimal-blog/CHANGELOG.md b/examples/minimal-blog/CHANGELOG.md index 85734ae82..bcd01450f 100644 --- a/examples/minimal-blog/CHANGELOG.md +++ b/examples/minimal-blog/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.15 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-minimal-blog@6.0.5 + ## 1.3.14 ### Patch Changes diff --git a/examples/minimal-blog/package.json b/examples/minimal-blog/package.json index 8b3b5ce64..ebab6d595 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.14", + "version": "1.3.15", "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.0", + "@lekoarts/gatsby-theme-minimal-blog": "^6.0.5", "gatsby": "^5.5.0", "gatsby-plugin-feed": "^5.5.0", "gatsby-plugin-manifest": "^5.5.0", diff --git a/examples/specimens/CHANGELOG.md b/examples/specimens/CHANGELOG.md index 8b632fbce..02da438ca 100644 --- a/examples/specimens/CHANGELOG.md +++ b/examples/specimens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.18 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 0.3.17 ### Patch Changes diff --git a/examples/specimens/package.json b/examples/specimens/package.json index 2e66a13c9..7a9237407 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.17", + "version": "0.3.18", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-specimens", diff --git a/examples/status-dashboard/CHANGELOG.md b/examples/status-dashboard/CHANGELOG.md index ddca96232..911031eb2 100644 --- a/examples/status-dashboard/CHANGELOG.md +++ b/examples/status-dashboard/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.2.13 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 0.2.12 ### Patch Changes diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index 30e5596c3..202734f65 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.12", + "version": "0.2.13", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-status-dashboard", diff --git a/examples/styleguide/CHANGELOG.md b/examples/styleguide/CHANGELOG.md index b015123da..72904bc55 100644 --- a/examples/styleguide/CHANGELOG.md +++ b/examples/styleguide/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.2.16 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 0.2.15 ### Patch Changes diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 415b93aff..8a56c459e 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.15", + "version": "0.2.16", "author": "LekoArts", "license": "0BSD", "starter-name": "gatsby-starter-styleguide", diff --git a/themes/gatsby-theme-cara/CHANGELOG.md b/themes/gatsby-theme-cara/CHANGELOG.md index aff412042..d904e283c 100755 --- a/themes/gatsby-theme-cara/CHANGELOG.md +++ b/themes/gatsby-theme-cara/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.5 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 5.0.4 ### Patch Changes diff --git a/themes/gatsby-theme-cara/package.json b/themes/gatsby-theme-cara/package.json index 52945aa11..995595168 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.0.4", + "version": "5.0.5", "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 b18e29997..6404f1fde 100755 --- a/themes/gatsby-theme-emilia-core/CHANGELOG.md +++ b/themes/gatsby-theme-emilia-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.5 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 5.0.4 ### Patch Changes diff --git a/themes/gatsby-theme-emilia-core/package.json b/themes/gatsby-theme-emilia-core/package.json index 82f72f7d7..59cf8180a 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.0.4", + "version": "5.0.5", "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 8ee066494..d5c61cdd1 100755 --- a/themes/gatsby-theme-emilia/CHANGELOG.md +++ b/themes/gatsby-theme-emilia/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.0.5 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-emilia-core@5.0.5 + ## 5.0.4 ### Patch Changes diff --git a/themes/gatsby-theme-emilia/package.json b/themes/gatsby-theme-emilia/package.json index 3cd71661e..cccc79b9d 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.0.4", + "version": "5.0.5", "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.10.5", - "@lekoarts/gatsby-theme-emilia-core": "^5.0.4", + "@lekoarts/gatsby-theme-emilia-core": "^5.0.5", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-image": "^3.5.0", diff --git a/themes/gatsby-theme-emma-core/CHANGELOG.md b/themes/gatsby-theme-emma-core/CHANGELOG.md index 0c563386b..f19ddaa32 100755 --- a/themes/gatsby-theme-emma-core/CHANGELOG.md +++ b/themes/gatsby-theme-emma-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.4 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 5.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-emma-core/package.json b/themes/gatsby-theme-emma-core/package.json index 510fe8175..1fe72db66 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.0.3", + "version": "5.0.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 c02a755e9..558f52c3b 100755 --- a/themes/gatsby-theme-emma/CHANGELOG.md +++ b/themes/gatsby-theme-emma/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.0.4 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-emma-core@5.0.4 + ## 5.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-emma/package.json b/themes/gatsby-theme-emma/package.json index b9c846616..d7ac80a91 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.0.3", + "version": "5.0.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.10.5", - "@lekoarts/gatsby-theme-emma-core": "^5.0.3", + "@lekoarts/gatsby-theme-emma-core": "^5.0.4", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-catch-links": "^5.5.0", diff --git a/themes/gatsby-theme-graphql-playground/CHANGELOG.md b/themes/gatsby-theme-graphql-playground/CHANGELOG.md index 7ea6f457c..c445078ab 100755 --- a/themes/gatsby-theme-graphql-playground/CHANGELOG.md +++ b/themes/gatsby-theme-graphql-playground/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.4 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 5.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-graphql-playground/package.json b/themes/gatsby-theme-graphql-playground/package.json index 5621586fc..cf41c5e28 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.0.3", + "version": "5.0.4", "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 941a5c7b1..7c15fc9f0 100755 --- a/themes/gatsby-theme-jodie-core/CHANGELOG.md +++ b/themes/gatsby-theme-jodie-core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.4 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 5.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-jodie-core/package.json b/themes/gatsby-theme-jodie-core/package.json index e4796ddf1..c67acf9c5 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.0.3", + "version": "5.0.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 cd1f9ce2d..d8656db41 100755 --- a/themes/gatsby-theme-jodie/CHANGELOG.md +++ b/themes/gatsby-theme-jodie/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.0.4 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-jodie-core@5.0.4 + ## 5.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-jodie/package.json b/themes/gatsby-theme-jodie/package.json index c245ceb20..5c5cf3e8e 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.0.3", + "version": "5.0.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.10.5", - "@lekoarts/gatsby-theme-jodie-core": "^5.0.3", + "@lekoarts/gatsby-theme-jodie-core": "^5.0.4", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", "gatsby-plugin-image": "^3.5.0", diff --git a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md index e748bc4e9..08adaa69d 100755 --- a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 6.0.5 + +### Patch Changes + +- [#1117](https://github.com/LekoArts/gatsby-themes/pull/1117) [`04980e78`](https://github.com/LekoArts/gatsby-themes/commit/04980e788d71991f859863c58ea376f53e606f00) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Add support for footnotes + + Fixes https://github.com/LekoArts/gatsby-themes/issues/1107 + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + ## 6.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog-core/package.json b/themes/gatsby-theme-minimal-blog-core/package.json index 3d70522d9..d08a36512 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.0.3", + "version": "6.0.5", "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 c46d201a0..cc9287938 100755 --- a/themes/gatsby-theme-minimal-blog/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.0.5 + +### Patch Changes + +- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates + +- Updated dependencies [[`04980e78`](https://github.com/LekoArts/gatsby-themes/commit/04980e788d71991f859863c58ea376f53e606f00), [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]: + - @lekoarts/gatsby-theme-minimal-blog-core@6.0.5 + ## 6.0.4 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index 8d9326ddc..18e50ec3a 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.0.4", + "version": "6.0.5", "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.10.5", - "@lekoarts/gatsby-theme-minimal-blog-core": "^6.0.3", + "@lekoarts/gatsby-theme-minimal-blog-core": "^6.0.5", "@lekoarts/themes-utils": "^2.0.0", "@mdx-js/react": "^2.2.1", "@theme-ui/color": "~0.15.3", diff --git a/yarn.lock b/yarn.lock index 3d16deb27..30a890811 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2994,7 +2994,7 @@ __metadata: languageName: node linkType: hard -"@lekoarts/gatsby-theme-cara@^5.0.0, @lekoarts/gatsby-theme-cara@workspace:themes/gatsby-theme-cara": +"@lekoarts/gatsby-theme-cara@^5.0.5, @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: @@ -3015,7 +3015,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emilia-core@^5.0.4, @lekoarts/gatsby-theme-emilia-core@workspace:themes/gatsby-theme-emilia-core": +"@lekoarts/gatsby-theme-emilia-core@^5.0.5, @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: @@ -3032,12 +3032,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emilia@^5.0.0, @lekoarts/gatsby-theme-emilia@workspace:themes/gatsby-theme-emilia": +"@lekoarts/gatsby-theme-emilia@^5.0.5, @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.10.5 - "@lekoarts/gatsby-theme-emilia-core": ^5.0.4 + "@lekoarts/gatsby-theme-emilia-core": ^5.0.5 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-image: ^3.5.0 @@ -3052,7 +3052,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emma-core@^5.0.3, @lekoarts/gatsby-theme-emma-core@workspace:themes/gatsby-theme-emma-core": +"@lekoarts/gatsby-theme-emma-core@^5.0.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: @@ -3071,12 +3071,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-emma@^5.0.0, @lekoarts/gatsby-theme-emma@workspace:themes/gatsby-theme-emma": +"@lekoarts/gatsby-theme-emma@^5.0.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.10.5 - "@lekoarts/gatsby-theme-emma-core": ^5.0.3 + "@lekoarts/gatsby-theme-emma-core": ^5.0.4 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-catch-links: ^5.5.0 @@ -3092,7 +3092,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-graphql-playground@^5.0.3, @lekoarts/gatsby-theme-graphql-playground@workspace:themes/gatsby-theme-graphql-playground": +"@lekoarts/gatsby-theme-graphql-playground@^5.0.4, @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: @@ -3117,7 +3117,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-jodie-core@^5.0.3, @lekoarts/gatsby-theme-jodie-core@workspace:themes/gatsby-theme-jodie-core": +"@lekoarts/gatsby-theme-jodie-core@^5.0.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: @@ -3135,12 +3135,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-jodie@^5.0.0, @lekoarts/gatsby-theme-jodie@workspace:themes/gatsby-theme-jodie": +"@lekoarts/gatsby-theme-jodie@^5.0.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.10.5 - "@lekoarts/gatsby-theme-jodie-core": ^5.0.3 + "@lekoarts/gatsby-theme-jodie-core": ^5.0.4 "@theme-ui/mdx": ~0.15.3 "@theme-ui/preset-tailwind": 0.15.3 gatsby-plugin-image: ^3.5.0 @@ -3155,7 +3155,7 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-minimal-blog-core@^6.0.3, @lekoarts/gatsby-theme-minimal-blog-core@workspace:themes/gatsby-theme-minimal-blog-core": +"@lekoarts/gatsby-theme-minimal-blog-core@^6.0.5, @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: @@ -3177,12 +3177,12 @@ __metadata: languageName: unknown linkType: soft -"@lekoarts/gatsby-theme-minimal-blog@^6.0.0, @lekoarts/gatsby-theme-minimal-blog@workspace:themes/gatsby-theme-minimal-blog": +"@lekoarts/gatsby-theme-minimal-blog@^6.0.5, @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.10.5 - "@lekoarts/gatsby-theme-minimal-blog-core": ^6.0.3 + "@lekoarts/gatsby-theme-minimal-blog-core": ^6.0.5 "@lekoarts/themes-utils": ^2.0.0 "@mdx-js/react": ^2.2.1 "@theme-ui/color": ~0.15.3 @@ -7456,7 +7456,7 @@ __metadata: version: 0.0.0-use.local resolution: "cara@workspace:examples/cara" dependencies: - "@lekoarts/gatsby-theme-cara": ^5.0.0 + "@lekoarts/gatsby-theme-cara": ^5.0.5 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -9411,7 +9411,7 @@ __metadata: version: 0.0.0-use.local resolution: "emilia@workspace:examples/emilia" dependencies: - "@lekoarts/gatsby-theme-emilia": ^5.0.0 + "@lekoarts/gatsby-theme-emilia": ^5.0.5 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -9430,7 +9430,7 @@ __metadata: version: 0.0.0-use.local resolution: "emma@workspace:examples/emma" dependencies: - "@lekoarts/gatsby-theme-emma": ^5.0.0 + "@lekoarts/gatsby-theme-emma": ^5.0.4 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -12880,7 +12880,7 @@ __metadata: version: 0.0.0-use.local resolution: "graphql-playground@workspace:examples/graphql-playground" dependencies: - "@lekoarts/gatsby-theme-graphql-playground": ^5.0.3 + "@lekoarts/gatsby-theme-graphql-playground": ^5.0.4 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -14571,7 +14571,7 @@ __metadata: version: 0.0.0-use.local resolution: "jodie@workspace:examples/jodie" dependencies: - "@lekoarts/gatsby-theme-jodie": ^5.0.0 + "@lekoarts/gatsby-theme-jodie": ^5.0.4 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -16598,7 +16598,7 @@ __metadata: version: 0.0.0-use.local resolution: "minimal-blog@workspace:examples/minimal-blog" dependencies: - "@lekoarts/gatsby-theme-minimal-blog": ^6.0.0 + "@lekoarts/gatsby-theme-minimal-blog": ^6.0.5 "@types/node": ^18.11.18 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10