From 7a2bb324a6255de2c3a6be5d519945cd53856a79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:03:47 +0200 Subject: [PATCH] Changesets: Version Packages (#604) Co-authored-by: github-actions[bot] Co-authored-by: LekoArts --- .changeset/clever-items-march.md | 39 - .changeset/clever-toys-thank.md | 24 - .changeset/light-birds-beam.md | 36 - .changeset/metal-badgers-fail.md | 23 - .changeset/nervous-falcons-lie.md | 19 - .changeset/quick-socks-relax.md | 25 - .changeset/tame-stingrays-compete.md | 37 - .changeset/thick-donuts-juggle.md | 43 - .changeset/tricky-glasses-love.md | 37 - examples/cara/CHANGELOG.md | 7 + examples/cara/package.json | 4 +- examples/emilia/CHANGELOG.md | 7 + examples/emilia/package.json | 4 +- examples/emma/CHANGELOG.md | 7 + examples/emma/package.json | 4 +- examples/graphql-playground/CHANGELOG.md | 7 + examples/graphql-playground/package.json | 4 +- examples/jodie/CHANGELOG.md | 7 + examples/jodie/package.json | 4 +- examples/minimal-blog/CHANGELOG.md | 7 + examples/minimal-blog/package.json | 4 +- examples/specimens/CHANGELOG.md | 7 + examples/specimens/package.json | 4 +- examples/status-dashboard/CHANGELOG.md | 7 + examples/status-dashboard/package.json | 4 +- examples/styleguide/CHANGELOG.md | 7 + examples/styleguide/package.json | 4 +- themes/gatsby-theme-cara/CHANGELOG.md | 817 +++++++++--------- themes/gatsby-theme-cara/package.json | 2 +- themes/gatsby-theme-emilia-core/CHANGELOG.md | 45 + themes/gatsby-theme-emilia-core/package.json | 2 +- themes/gatsby-theme-emilia/CHANGELOG.md | 50 ++ themes/gatsby-theme-emilia/package.json | 4 +- themes/gatsby-theme-emma-core/CHANGELOG.md | 41 + themes/gatsby-theme-emma-core/package.json | 2 +- themes/gatsby-theme-emma/CHANGELOG.md | 46 + themes/gatsby-theme-emma/package.json | 4 +- .../CHANGELOG.md | 27 + .../package.json | 2 +- themes/gatsby-theme-jodie-core/CHANGELOG.md | 39 + themes/gatsby-theme-jodie-core/package.json | 2 +- themes/gatsby-theme-jodie/CHANGELOG.md | 44 + themes/gatsby-theme-jodie/package.json | 4 +- .../CHANGELOG.md | 39 + .../package.json | 2 +- themes/gatsby-theme-minimal-blog/CHANGELOG.md | 44 + themes/gatsby-theme-minimal-blog/package.json | 4 +- themes/gatsby-theme-specimens/CHANGELOG.md | 26 + themes/gatsby-theme-specimens/package.json | 2 +- .../CHANGELOG.md | 28 + .../package.json | 2 +- themes/gatsby-theme-styleguide/CHANGELOG.md | 161 +--- themes/gatsby-theme-styleguide/package.json | 4 +- 53 files changed, 982 insertions(+), 843 deletions(-) delete mode 100755 .changeset/clever-items-march.md delete mode 100755 .changeset/clever-toys-thank.md delete mode 100755 .changeset/light-birds-beam.md delete mode 100755 .changeset/metal-badgers-fail.md delete mode 100755 .changeset/nervous-falcons-lie.md delete mode 100755 .changeset/quick-socks-relax.md delete mode 100755 .changeset/tame-stingrays-compete.md delete mode 100755 .changeset/thick-donuts-juggle.md delete mode 100755 .changeset/tricky-glasses-love.md mode change 100644 => 100755 themes/gatsby-theme-cara/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-emilia-core/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-emilia/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-emma-core/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-emma/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-graphql-playground/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-jodie-core/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-jodie/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-minimal-blog-core/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-minimal-blog/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-specimens/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-status-dashboard/CHANGELOG.md mode change 100644 => 100755 themes/gatsby-theme-styleguide/CHANGELOG.md diff --git a/.changeset/clever-items-march.md b/.changeset/clever-items-march.md deleted file mode 100755 index e87a8778a..000000000 --- a/.changeset/clever-items-march.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -"@lekoarts/gatsby-theme-emma": major -"@lekoarts/gatsby-theme-emma-core": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Updating `react-spring` from v8 to v9 -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 -1. Removed `@emotion/styled` -1. Updating all Gatsby related packages to latest -1. Migrated from `gatsby-image` to `gatsby-plugin-image` -1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900 -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 -1. If you still want to use `@emotion/styled` you'll need to install it separately now -1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ -1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself - -### Improvements - -- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) -- Performance improvements from `react-spring` and `theme-ui` upgrades -- Eagerly load the first image in the grid (better lighthouse score) -- Update header/navigation for better mobile view - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emma) and didn't change anything else this section will be more relevant to you. - -- Conditionally add `gatsby-plugin-google-analytics` -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions diff --git a/.changeset/clever-toys-thank.md b/.changeset/clever-toys-thank.md deleted file mode 100755 index 8c87ff3d6..000000000 --- a/.changeset/clever-toys-thank.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@lekoarts/gatsby-theme-graphql-playground": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 - -### Improvements - -- Performance improvements from `theme-ui` upgrade - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-graphql-playground) and didn't change anything else this section will be more relevant to you. - -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions diff --git a/.changeset/light-birds-beam.md b/.changeset/light-birds-beam.md deleted file mode 100755 index a944a18f8..000000000 --- a/.changeset/light-birds-beam.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -"@lekoarts/gatsby-theme-cara": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Updating `react-spring` from v8 to v9 -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 -1. Removed `@emotion/styled` -1. Updating all Gatsby related packages to latest -1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900. The most notable change is the import that was used inside the components. From `import { ParallaxLayer } from "react-spring/renderprops-addons.cjs"` to `import { ParallaxLayer } from "@react-spring/parallax"` -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 -1. If you still want to use `@emotion/styled` you'll need to install it separately now -1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself - -### Improvements - -- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) -- Performance improvements from `react-spring` and `theme-ui` upgrades -- Additional props to the `ProjectCard` component are now spread by default in the `components` config of `gatsby-plugin-theme-ui` - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-cara) and didn't change anything else this section will be more relevant to you. - -- Conditionally add `gatsby-plugin-google-analytics` -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Add 404 page diff --git a/.changeset/metal-badgers-fail.md b/.changeset/metal-badgers-fail.md deleted file mode 100755 index 6e2619a44..000000000 --- a/.changeset/metal-badgers-fail.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@lekoarts/gatsby-theme-specimens": major ---- - -### Breaking Changes - -1. Removed `gatsby-plugin-typescript` -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 - -#### Migrating - -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-specimens) and didn't change anything else this section will be more relevant to you. - -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Add `lessBabel` option to `gatsby-plugin-mdx` -- Update usage of `wrapPageElement` API in `gatsby-browser.js` and `gatsby-ssr.js` -- Update `theme-ui` from v0.3 to v0.9 diff --git a/.changeset/nervous-falcons-lie.md b/.changeset/nervous-falcons-lie.md deleted file mode 100755 index 32c090bfd..000000000 --- a/.changeset/nervous-falcons-lie.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@lekoarts/gatsby-theme-styleguide": major ---- - -### Breaking Changes - -1. `peerDependencies` of `theme-ui` v0.9, React v17 and Gatsby v3 - -#### Migrating - -1. Update your packages to the necessary `peerDependency` versions - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-styleguide) and didn't change anything else this section will be more relevant to you. - -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Update `emotion` from v10 to v11 diff --git a/.changeset/quick-socks-relax.md b/.changeset/quick-socks-relax.md deleted file mode 100755 index 2bc28c326..000000000 --- a/.changeset/quick-socks-relax.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@lekoarts/gatsby-theme-status-dashboard": major ---- - -### Breaking Changes - -1. Removed `gatsby-plugin-typescript` -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 - -#### Migrating - -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 - -### Improvements - -- Performance improvements from `theme-ui` upgrade - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-status-dashboard) and didn't change anything else this section will be more relevant to you. - -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Update `emotion` from v10 to v11 diff --git a/.changeset/tame-stingrays-compete.md b/.changeset/tame-stingrays-compete.md deleted file mode 100755 index 23bdfb4e7..000000000 --- a/.changeset/tame-stingrays-compete.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -"@lekoarts/gatsby-theme-jodie": major -"@lekoarts/gatsby-theme-jodie-core": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 -1. Updating all Gatsby related packages to latest -1. Migrated from `gatsby-image` to `gatsby-plugin-image` -1. Removed `fontsource-work-sans` npm package - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 -1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ -1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ -1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` - -### Improvements - -- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) -- Performance improvements from `theme-ui` upgrade -- Eagerly load the first image in the grid (better lighthouse score) - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-jodie) and didn't change anything else this section will be more relevant to you. - -- Conditionally add `gatsby-plugin-google-analytics` -- Conditionally add `gatsby-plugin-webpack-bundle-analyser-v2` -- Use `gatsby-omni-font-loader` to load the primary font ("Work Sans") instead of in the theme itself -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Remove `gatsby-source-instagram` as Instagram locked down its API (and public scraping methods) even further. The page is now called `/art` and showcases the custom page in the same way diff --git a/.changeset/thick-donuts-juggle.md b/.changeset/thick-donuts-juggle.md deleted file mode 100755 index 91dd9343a..000000000 --- a/.changeset/thick-donuts-juggle.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -"@lekoarts/gatsby-theme-emilia": major -"@lekoarts/gatsby-theme-emilia-core": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Updating `react-spring` from v8 to v9 -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 -1. Removed `@emotion/styled` -1. Updating all Gatsby related packages to latest -1. Migrated from `gatsby-image` to `gatsby-plugin-image` -1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` -1. Removed the `colorThief` node field -1. Normal CSS grid layout (instead of Masonry layout) - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900. The most notable change is the import that was used inside the components. From `import { ParallaxLayer } from "react-spring/renderprops-addons.cjs"` to `import { ParallaxLayer } from "@react-spring/parallax"` -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 -1. If you still want to use `@emotion/styled` you'll need to install it separately now -1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ -1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself -1. The `gatsby-plugin-image` now exposes the dominant color via the `placeholder` itself -1. The Masonry layout was a bit hacky, so I switched it to a normal CSS grid layout. You could shadow the `card` component to try something on your own. Once the CSS spec itself has a native masonry layout I'll add it back - -### Improvements - -- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) -- Performance improvements from `react-spring` and `theme-ui` upgrades -- Eagerly load the first image in the grid (better lighthouse score) - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emilia) and didn't change anything else this section will be more relevant to you. - -- Conditionally add `gatsby-plugin-google-analytics` -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Add 404 page diff --git a/.changeset/tricky-glasses-love.md b/.changeset/tricky-glasses-love.md deleted file mode 100755 index 0ecee0818..000000000 --- a/.changeset/tricky-glasses-love.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -"@lekoarts/gatsby-theme-minimal-blog": major -"@lekoarts/gatsby-theme-minimal-blog-core": major ---- - -### Breaking Changes - -1. Using `lessBabel` option for `gatsby-plugin-mdx` -1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 -1. Updating all Gatsby related packages to latest -1. Removed `gatsby-plugin-typescript` -1. Removed `gatsby-plugin-feed` -1. Removed `typeface-ibm-plex-sans` npm package - -#### Migrating - -1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` -1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 -1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ -1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -1. The plugin and its config was moved to the starter. You can copy the configuration from there into your own `gatsby-config.js` -1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` - -### Improvements - -- Performance improvements from `theme-ui` upgrade -- Fixed https://github.com/LekoArts/gatsby-themes/issues/415 - -### Updates to Starter - -If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-minimal-blog) and didn't change anything else this section will be more relevant to you. - -- Conditionally add `gatsby-plugin-google-analytics` -- Add `FAST_DEV` flag -- Update to all latest Gatsby (+ plugins) versions -- Move `gatsby-plugin-feed` from theme to starter -- Use `gatsby-omni-font-loader` to load the primary font ("IBM Plex Sans") instead of in the theme itself diff --git a/examples/cara/CHANGELOG.md b/examples/cara/CHANGELOG.md index c6c3715f0..9998d0e3a 100644 --- a/examples/cara/CHANGELOG.md +++ b/examples/cara/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.10 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-cara@2.0.0 + ## 0.2.9 ### Patch Changes diff --git a/examples/cara/package.json b/examples/cara/package.json index 05ae3e1ec..b8165526e 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.9", + "version": "0.2.10", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-cara", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-cara": "^1.2.18", + "@lekoarts/gatsby-theme-cara": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", "gatsby-plugin-google-analytics": "^3.6.0", diff --git a/examples/emilia/CHANGELOG.md b/examples/emilia/CHANGELOG.md index feef97bee..efeb33a0b 100644 --- a/examples/emilia/CHANGELOG.md +++ b/examples/emilia/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.3.10 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-emilia@2.0.0 + ## 0.3.9 ### Patch Changes diff --git a/examples/emilia/package.json b/examples/emilia/package.json index 4d2050ed3..8103823ba 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.9", + "version": "0.3.10", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emilia", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emilia": "^1.3.19", + "@lekoarts/gatsby-theme-emilia": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", "gatsby-plugin-google-analytics": "^3.6.0", diff --git a/examples/emma/CHANGELOG.md b/examples/emma/CHANGELOG.md index 0ffea8bab..8c4b9e621 100644 --- a/examples/emma/CHANGELOG.md +++ b/examples/emma/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.3.10 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-emma@2.0.0 + ## 0.3.9 ### Patch Changes diff --git a/examples/emma/package.json b/examples/emma/package.json index df2c593a8..5334246a3 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.9", + "version": "0.3.10", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-emma", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-emma": "^1.4.19", + "@lekoarts/gatsby-theme-emma": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", "gatsby-plugin-google-analytics": "^3.6.0", diff --git a/examples/graphql-playground/CHANGELOG.md b/examples/graphql-playground/CHANGELOG.md index a3a6e4b61..465c04b01 100644 --- a/examples/graphql-playground/CHANGELOG.md +++ b/examples/graphql-playground/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.10 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-graphql-playground@2.0.0 + ## 0.2.9 ### Patch Changes diff --git a/examples/graphql-playground/package.json b/examples/graphql-playground/package.json index 366721c87..87b2f6ec0 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.9", + "version": "0.2.10", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-graphql-playground", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-graphql-playground": "^1.1.19", + "@lekoarts/gatsby-theme-graphql-playground": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", "gatsby-plugin-netlify": "^3.6.1", diff --git a/examples/jodie/CHANGELOG.md b/examples/jodie/CHANGELOG.md index a7bc66ec1..647870474 100644 --- a/examples/jodie/CHANGELOG.md +++ b/examples/jodie/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.1.4 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-jodie@2.0.0 + ## 0.1.3 ### Patch Changes diff --git a/examples/jodie/package.json b/examples/jodie/package.json index e65f4b0d6..f93933f05 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.3", + "version": "0.1.4", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-portfolio-jodie", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-jodie": "^1.0.3", + "@lekoarts/gatsby-theme-jodie": "^2.0.0", "gatsby": "^3.6.1", "gatsby-omni-font-loader": "^1.3.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", diff --git a/examples/minimal-blog/CHANGELOG.md b/examples/minimal-blog/CHANGELOG.md index fb22cc861..308843807 100644 --- a/examples/minimal-blog/CHANGELOG.md +++ b/examples/minimal-blog/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.11 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-minimal-blog@3.0.0 + ## 1.3.10 ### Patch Changes diff --git a/examples/minimal-blog/package.json b/examples/minimal-blog/package.json index 819adb76b..4bfb6cfa6 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.10", + "version": "1.3.11", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-minimal-blog", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-minimal-blog": "^2.7.3", + "@lekoarts/gatsby-theme-minimal-blog": "^3.0.0", "gatsby": "^3.6.1", "gatsby-omni-font-loader": "^1.3.1", "gatsby-plugin-feed": "^3.6.0", diff --git a/examples/specimens/CHANGELOG.md b/examples/specimens/CHANGELOG.md index 5f8599492..607e75569 100644 --- a/examples/specimens/CHANGELOG.md +++ b/examples/specimens/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.3.11 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-specimens@3.0.0 + ## 0.3.10 ### Patch Changes diff --git a/examples/specimens/package.json b/examples/specimens/package.json index 313aa57a2..02c74f341 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.10", + "version": "0.3.11", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-specimens", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-specimens": "^2.3.8", + "@lekoarts/gatsby-theme-specimens": "^3.0.0", "@loadable/component": "5.13.1", "@mdx-js/mdx": "^1.6.22", "@theme-ui/presets": "^0.9.1", diff --git a/examples/status-dashboard/CHANGELOG.md b/examples/status-dashboard/CHANGELOG.md index ff553fc64..3074fb468 100644 --- a/examples/status-dashboard/CHANGELOG.md +++ b/examples/status-dashboard/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.9 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-status-dashboard@2.0.0 + ## 0.2.8 ### Patch Changes diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index bbcab69fb..78bbf2dc5 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.8", + "version": "0.2.9", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-status-dashboard", @@ -17,7 +17,7 @@ }, "dependencies": { "@emotion/react": "^11.4.0", - "@lekoarts/gatsby-theme-status-dashboard": "^1.1.14", + "@lekoarts/gatsby-theme-status-dashboard": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-emotion": "^6.6.0", "gatsby-plugin-gatsby-cloud": "^2.6.1", diff --git a/examples/styleguide/CHANGELOG.md b/examples/styleguide/CHANGELOG.md index 2f0513b88..787ae4c3d 100644 --- a/examples/styleguide/CHANGELOG.md +++ b/examples/styleguide/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.10 + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-styleguide@2.0.0 + ## 0.2.9 ### Patch Changes diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index c7602ece7..d2f5fdab0 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.9", + "version": "0.2.10", "author": "LekoArts ", "license": "0BSD", "starter-name": "gatsby-starter-styleguide", @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@lekoarts/gatsby-theme-styleguide": "^1.1.18", + "@lekoarts/gatsby-theme-styleguide": "^2.0.0", "gatsby": "^3.6.1", "gatsby-plugin-gatsby-cloud": "^2.6.1", "gatsby-plugin-netlify": "^3.6.1", diff --git a/themes/gatsby-theme-cara/CHANGELOG.md b/themes/gatsby-theme-cara/CHANGELOG.md old mode 100644 new mode 100755 index c50b0ee6d..befceaa3c --- a/themes/gatsby-theme-cara/CHANGELOG.md +++ b/themes/gatsby-theme-cara/CHANGELOG.md @@ -1,389 +1,428 @@ -# Change Log - -## 1.2.20 - -### Patch Changes - -- [`47f747e`](https://github.com/LekoArts/gatsby-themes/commit/47f747e045962996503bf4043b0adc5a2527a855) [#559](https://github.com/LekoArts/gatsby-themes/pull/559) Thanks [@renovate](https://github.com/apps/renovate)! - Dependency updates for various packages, including theme-ui and gatsby related packages (includes improvements for `gatsby-plugin-image`) - -## 1.2.19 - -### Patch Changes - -- [`9d25527`](https://github.com/LekoArts/gatsby-themes/commit/9d25527cf2372d24682d85c44ecca02675019774) [#551](https://github.com/LekoArts/gatsby-themes/pull/551) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update packages - - You can see the details of the update here: https://github.com/LekoArts/gatsby-themes/pull/551 - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [1.2.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.17...@lekoarts/gatsby-theme-cara@1.2.18) (2020-11-11) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [1.2.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.16...@lekoarts/gatsby-theme-cara@1.2.17) (2020-11-02) - -### Bug Fixes - -- **deps:** update packages ([#530](https://github.com/LekoArts/gatsby-themes/issues/530)) ([2125d8e](https://github.com/LekoArts/gatsby-themes/commit/2125d8ec904388c66d821a7db7ebca6adc9ff73c)) - -## [1.2.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.15...@lekoarts/gatsby-theme-cara@1.2.16) (2020-10-25) - -### Bug Fixes - -- **deps:** update packages ([#510](https://github.com/LekoArts/gatsby-themes/issues/510)) ([06ecc65](https://github.com/LekoArts/gatsby-themes/commit/06ecc65b784e8fd27d5354761211df14f7a72749)) - -## [1.2.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.14...@lekoarts/gatsby-theme-cara@1.2.15) (2020-10-10) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [1.2.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.13...@lekoarts/gatsby-theme-cara@1.2.14) (2020-09-25) - -### Bug Fixes - -- **deps:** update packages ([#490](https://github.com/LekoArts/gatsby-themes/issues/490)) ([b3af934](https://github.com/LekoArts/gatsby-themes/commit/b3af934ac68b4f9fb7492cc3da7707392325175b)) - -## [1.2.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.12...@lekoarts/gatsby-theme-cara@1.2.13) (2020-09-16) - -### Bug Fixes - -- **deps:** update packages ([#484](https://github.com/LekoArts/gatsby-themes/issues/484)) ([006cdc4](https://github.com/LekoArts/gatsby-themes/commit/006cdc4b8623595b14f6571fe694671a77a6a9dc)) - -## [1.2.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.11...@lekoarts/gatsby-theme-cara@1.2.12) (2020-09-10) - -### Bug Fixes - -- **deps:** update packages ([#481](https://github.com/LekoArts/gatsby-themes/issues/481)) ([cf206a2](https://github.com/LekoArts/gatsby-themes/commit/cf206a241867ede738be2b3a1b856ec3e85c010e)) - -## [1.2.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.10...@lekoarts/gatsby-theme-cara@1.2.11) (2020-08-27) - -### Bug Fixes - -- **deps:** update packages ([#458](https://github.com/LekoArts/gatsby-themes/issues/458)) ([dcfb106](https://github.com/LekoArts/gatsby-themes/commit/dcfb1060ee90a928ae28840906b6f3b706218ad8)) -- **deps:** update packages ([#461](https://github.com/LekoArts/gatsby-themes/issues/461)) ([6e4e35e](https://github.com/LekoArts/gatsby-themes/commit/6e4e35e21b502a9a3b9305785b372f03a7741ce7)) -- **deps:** update packages ([#464](https://github.com/LekoArts/gatsby-themes/issues/464)) ([cfa1d43](https://github.com/LekoArts/gatsby-themes/commit/cfa1d43fd03d860930005359907b0bab1278e243)) - -## [1.2.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.9...@lekoarts/gatsby-theme-cara@1.2.10) (2020-07-09) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [1.2.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.8...@lekoarts/gatsby-theme-cara@1.2.9) (2020-07-03) - -### Bug Fixes - -- **deps:** update packages ([#437](https://github.com/LekoArts/gatsby-themes/issues/437)) ([5e27caf](https://github.com/LekoArts/gatsby-themes/commit/5e27caf74c2eae0e7c158fa5a15bd52ae2069ee7)) -- Set default values and replace defaultProps ([#436](https://github.com/LekoArts/gatsby-themes/issues/436)) ([d62857f](https://github.com/LekoArts/gatsby-themes/commit/d62857ffd1d2d97cfa31cb6ca37cb39db48467d0)) - -## [1.2.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.7...@lekoarts/gatsby-theme-cara@1.2.8) (2020-07-02) - -### Bug Fixes - -- **deps:** update packages ([#429](https://github.com/LekoArts/gatsby-themes/issues/429)) ([f25dfb6](https://github.com/LekoArts/gatsby-themes/commit/f25dfb6105669f62468abc63ceb73c2fbbb73065)) - -## [1.2.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.6...@lekoarts/gatsby-theme-cara@1.2.7) (2020-06-11) - -### Bug Fixes - -- Normalize CSS in themes & examples ([#422](https://github.com/LekoArts/gatsby-themes/issues/422)) ([9a2600c](https://github.com/LekoArts/gatsby-themes/commit/9a2600cc45d0f6729799183116f1b87d3c943749)) - -## [1.2.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.5...@lekoarts/gatsby-theme-cara@1.2.6) (2020-06-08) - -### Bug Fixes - -- **deps:** update packages ([#408](https://github.com/LekoArts/gatsby-themes/issues/408)) ([11b89ad](https://github.com/LekoArts/gatsby-themes/commit/11b89ad8bb0a59dc3fe95941bca57d83a1716e80)) - -## [1.2.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.4...@lekoarts/gatsby-theme-cara@1.2.5) (2020-05-29) - -### Bug Fixes - -- **deps:** update packages ([#403](https://github.com/LekoArts/gatsby-themes/issues/403)) ([4275401](https://github.com/LekoArts/gatsby-themes/commit/427540138f6c8687dfff4163679a222ba5d49c8f)) - -## [1.2.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.3...@lekoarts/gatsby-theme-cara@1.2.4) (2020-05-12) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [1.2.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.2...@lekoarts/gatsby-theme-cara@1.2.3) (2020-05-04) - -### Bug Fixes - -- **deps:** update packages ([#394](https://github.com/LekoArts/gatsby-themes/issues/394)) ([c047fce](https://github.com/LekoArts/gatsby-themes/commit/c047fce748e9c85604a5fb2f104918d455b96580)) - -## [1.2.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.1...@lekoarts/gatsby-theme-cara@1.2.2) (2020-05-02) - -### Bug Fixes - -- Use correct ::selection colors ([f311851](https://github.com/LekoArts/gatsby-themes/commit/f311851e25c0c7bf40299ec3a7a430dc210bbdc9)) - -## [1.2.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.0...@lekoarts/gatsby-theme-cara@1.2.1) (2020-04-28) - -### Bug Fixes - -- **deps:** update gatsby ([#378](https://github.com/LekoArts/gatsby-themes/issues/378)) ([8238565](https://github.com/LekoArts/gatsby-themes/commit/82385658f18c983b4ca4d83233660e9f4492a4a9)) - -# [1.2.0](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.8...@lekoarts/gatsby-theme-cara@1.2.0) (2020-04-27) - -### Features - -- Update theme-ui to v0.3.x ([#371](https://github.com/LekoArts/gatsby-themes/issues/371)) ([67a05ac](https://github.com/LekoArts/gatsby-themes/commit/67a05ac3e1deaddfe38591739e7f50f56d49d109)), closes [/theme-ui.com/migrating#v03](https://github.com//theme-ui.com/migrating/issues/v03) [#262](https://github.com/LekoArts/gatsby-themes/issues/262) - -## [1.1.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.7...@lekoarts/gatsby-theme-cara@1.1.8) (2020-04-24) - -### Bug Fixes - -- **deps:** update gatsby ([#364](https://github.com/LekoArts/gatsby-themes/issues/364)) ([aac08a8](https://github.com/LekoArts/gatsby-themes/commit/aac08a809b86de28f78d2db95dc5651a0a8e640b)) - -## [1.1.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.6...@lekoarts/gatsby-theme-cara@1.1.7) (2020-04-13) - -### Bug Fixes - -- **deps:** update dependency react-helmet to v6 ([#354](https://github.com/LekoArts/gatsby-themes/issues/354)) ([117d1d5](https://github.com/LekoArts/gatsby-themes/commit/117d1d5a6989d763c89137d8a9f0fb55f55efdee)) - -## [1.1.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.5...@lekoarts/gatsby-theme-cara@1.1.6) (2020-04-13) - -### Bug Fixes - -- **deps:** update gatsby ([#353](https://github.com/LekoArts/gatsby-themes/issues/353)) ([4550ff3](https://github.com/LekoArts/gatsby-themes/commit/4550ff3a79ba415a4f019019300fea47d24b16c8)) - -## [1.1.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.4...@lekoarts/gatsby-theme-cara@1.1.5) (2020-04-12) - -### Bug Fixes - -- Use withPrefix helper in SEO component ([#346](https://github.com/LekoArts/gatsby-themes/issues/346)) ([91fc16c](https://github.com/LekoArts/gatsby-themes/commit/91fc16c3c725a2d858ee093d761530975e2173d9)) - -## [1.1.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.3...@lekoarts/gatsby-theme-cara@1.1.4) (2020-04-12) - -### Bug Fixes - -- **deps:** update gatsby ([#343](https://github.com/LekoArts/gatsby-themes/issues/343)) ([6f4f07f](https://github.com/LekoArts/gatsby-themes/commit/6f4f07f0d6570610a3d17bb60472a52ac402693d)) - -## [1.1.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.2...@lekoarts/gatsby-theme-cara@1.1.3) (2020-04-01) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [1.1.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.1...@lekoarts/gatsby-theme-cara@1.1.2) (2020-03-31) - -### Bug Fixes - -- **deps:** update gatsby ([#305](https://github.com/LekoArts/gatsby-themes/issues/305)) ([f3a5e36](https://github.com/LekoArts/gatsby-themes/commit/f3a5e369b6ce1e3b6c046287fe0c1511fa9db758)) -- **deps:** update gatsby ([#312](https://github.com/LekoArts/gatsby-themes/issues/312)) ([5a93a50](https://github.com/LekoArts/gatsby-themes/commit/5a93a509d33cc1738de8cfb54a1690ae8dba3151)) -- **deps:** update gatsby ([#319](https://github.com/LekoArts/gatsby-themes/issues/319)) ([b7c3dcd](https://github.com/LekoArts/gatsby-themes/commit/b7c3dcdfd54a3cd8291b3dca3868be2af738c1a5)) -- **deps:** update gatsby ([#330](https://github.com/LekoArts/gatsby-themes/issues/330)) ([af9b834](https://github.com/LekoArts/gatsby-themes/commit/af9b834102b2e15689557c861f83902b3cb2a728)) -- **deps:** update mdx to ^1.5.8 ([#331](https://github.com/LekoArts/gatsby-themes/issues/331)) ([9580e68](https://github.com/LekoArts/gatsby-themes/commit/9580e681f589d60aa1384c5b8d9049ecbde70ea2)) - -## [1.1.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.0...@lekoarts/gatsby-theme-cara@1.1.1) (2020-03-04) - -### Bug Fixes - -- **deps:** update dependency @emotion/core to ^10.0.28 ([#296](https://github.com/LekoArts/gatsby-themes/issues/296)) ([8f92e72](https://github.com/LekoArts/gatsby-themes/commit/8f92e726a198026e1aa7917ab1161a941e166dbe)) -- **deps:** update gatsby ([#297](https://github.com/LekoArts/gatsby-themes/issues/297)) ([1c2cd69](https://github.com/LekoArts/gatsby-themes/commit/1c2cd695d7e2abbc820ce81a37fc20f23ab9f7ce)) -- **deps:** update gatsby ([#298](https://github.com/LekoArts/gatsby-themes/issues/298)) ([a904526](https://github.com/LekoArts/gatsby-themes/commit/a904526aed9c86fa291866fc85f0d0bca11112b6)) - -# [1.1.0](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.20...@lekoarts/gatsby-theme-cara@1.1.0) (2020-02-29) - -### Features - -- Add factor prop to all sections ([e893a9b](https://github.com/LekoArts/gatsby-themes/commit/e893a9b60911f475017931ecd9841321cb3d4fa8)) - -## [1.0.20](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.19...@lekoarts/gatsby-theme-cara@1.0.20) (2020-02-27) - -### Bug Fixes - -- **deps:** update gatsby ([#278](https://github.com/LekoArts/gatsby-themes/issues/278)) ([8d8d8e4](https://github.com/LekoArts/gatsby-themes/commit/8d8d8e48bdeac04a07a74682cbadd4927b3ec101)) -- **deps:** update mdx to ^1.5.7 ([#288](https://github.com/LekoArts/gatsby-themes/issues/288)) ([feac925](https://github.com/LekoArts/gatsby-themes/commit/feac9250092047dce9a2d9bfe0fe56a53a547256)) - -## [1.0.19](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.18...@lekoarts/gatsby-theme-cara@1.0.19) (2020-02-16) - -### Bug Fixes - -- **deps:** update gatsby ([#260](https://github.com/LekoArts/gatsby-themes/issues/260)) ([5a779f3](https://github.com/LekoArts/gatsby-themes/commit/5a779f32d548e0f4cfb63f6534f81c949123fa67)) - -## [1.0.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.17...@lekoarts/gatsby-theme-cara@1.0.18) (2020-01-23) - -### Bug Fixes - -- Various fixes about TypeScript, typos, comments ([#235](https://github.com/LekoArts/gatsby-themes/issues/235)) ([2a429c2](https://github.com/LekoArts/gatsby-themes/commit/2a429c2c49ed7a07ec231248372929bb2f18ab91)) - -## [1.0.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.16...@lekoarts/gatsby-theme-cara@1.0.17) (2020-01-17) - -### Bug Fixes - -- **deps:** update gatsby ([#224](https://github.com/LekoArts/gatsby-themes/issues/224)) ([b8c544a](https://github.com/LekoArts/gatsby-themes/commit/b8c544a0172180b246cd17c3385dc8e55efef981)) -- **deps:** update mdx to ^1.5.5 ([#198](https://github.com/LekoArts/gatsby-themes/issues/198)) ([052d711](https://github.com/LekoArts/gatsby-themes/commit/052d711c2a56ecaf7a0f10f308b525cd963a9bc2)) - -## [1.0.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.15...@lekoarts/gatsby-theme-cara@1.0.16) (2020-01-04) - -### Bug Fixes - -- Various styling issues in different browsers ([#210](https://github.com/LekoArts/gatsby-themes/issues/210)) ([a4ce528](https://github.com/LekoArts/gatsby-themes/commit/a4ce528151c3ef227beec66162804d6ed88dd33b)) - -## [1.0.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.14...@lekoarts/gatsby-theme-cara@1.0.15) (2020-01-04) - -### Bug Fixes - -- MDX option ([#209](https://github.com/LekoArts/gatsby-themes/issues/209)) ([dcc99b7](https://github.com/LekoArts/gatsby-themes/commit/dcc99b72c7db440162874547e11eba498fb7762e)) - -## [1.0.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.13...@lekoarts/gatsby-theme-cara@1.0.14) (2019-12-31) - -### Bug Fixes - -- **deps:** update emotion monorepo to ^10.0.27 ([#196](https://github.com/LekoArts/gatsby-themes/issues/196)) ([53f019e](https://github.com/LekoArts/gatsby-themes/commit/53f019ed5e0718367dcb2458480f42795cfa4efe)) -- **deps:** update gatsby ([#192](https://github.com/LekoArts/gatsby-themes/issues/192)) ([77916ac](https://github.com/LekoArts/gatsby-themes/commit/77916acb51169bbc2e79af70d0b5ee93d1592a2f)) -- **deps:** update gatsby ([#197](https://github.com/LekoArts/gatsby-themes/issues/197)) ([a194a3a](https://github.com/LekoArts/gatsby-themes/commit/a194a3a9e8e5ef034189a51e69624700408caebd)) -- **deps:** update theme ui ([#199](https://github.com/LekoArts/gatsby-themes/issues/199)) ([47bb84a](https://github.com/LekoArts/gatsby-themes/commit/47bb84a5b8da618e8b083632493c97a91c442a89)) - -## [1.0.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.12...@lekoarts/gatsby-theme-cara@1.0.13) (2019-12-03) - -### Bug Fixes - -- **deps:** update gatsby ([#178](https://github.com/LekoArts/gatsby-themes/issues/178)) ([6ede2c3](https://github.com/LekoArts/gatsby-themes/commit/6ede2c3654f5baa6f1c53f5bb73d046fc257c0af)) - -## [1.0.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.11...@lekoarts/gatsby-theme-cara@1.0.12) (2019-11-25) - -### Bug Fixes - -- **deps:** Update all dependencies ([#159](https://github.com/LekoArts/gatsby-themes/issues/159)) ([6047e50](https://github.com/LekoArts/gatsby-themes/commit/6047e5005f5b1ea3438ec99c0aea1cd1febf20b0)) -- **deps:** update gatsby ([#166](https://github.com/LekoArts/gatsby-themes/issues/166)) ([8b5cd32](https://github.com/LekoArts/gatsby-themes/commit/8b5cd32222495e1433b6c508697b1853ba99b939)) -- **deps:** update theme ui ([#158](https://github.com/LekoArts/gatsby-themes/issues/158)) ([ef07342](https://github.com/LekoArts/gatsby-themes/commit/ef07342deed95faf403f3ce07fe5b2a8f9996ef0)) - -## [1.0.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.10...@lekoarts/gatsby-theme-cara@1.0.11) (2019-11-16) - -### Bug Fixes - -- **deps:** update gatsby ([#149](https://github.com/LekoArts/gatsby-themes/issues/149)) ([307df50](https://github.com/LekoArts/gatsby-themes/commit/307df50)) - -## [1.0.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.9...@lekoarts/gatsby-theme-cara@1.0.10) (2019-11-04) - -### Bug Fixes - -- **deps:** update dependency @emotion/styled to ^10.0.23 ([#133](https://github.com/LekoArts/gatsby-themes/issues/133)) ([5bebd52](https://github.com/LekoArts/gatsby-themes/commit/5bebd52)) -- **deps:** update dependency theme-ui to ^0.2.46 ([#136](https://github.com/LekoArts/gatsby-themes/issues/136)) ([328eedd](https://github.com/LekoArts/gatsby-themes/commit/328eedd)) -- **deps:** update gatsby ([#137](https://github.com/LekoArts/gatsby-themes/issues/137)) ([8619dc2](https://github.com/LekoArts/gatsby-themes/commit/8619dc2)) - -## [1.0.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.8...@lekoarts/gatsby-theme-cara@1.0.9) (2019-10-31) - -### Bug Fixes - -- **deps:** update emotion monorepo to ^10.0.22 ([#125](https://github.com/LekoArts/gatsby-themes/issues/125)) ([7e5eb60](https://github.com/LekoArts/gatsby-themes/commit/7e5eb60)) -- **deps:** update gatsby ([#126](https://github.com/LekoArts/gatsby-themes/issues/126)) ([0e8ca8b](https://github.com/LekoArts/gatsby-themes/commit/0e8ca8b)) - -## [1.0.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.7...@lekoarts/gatsby-theme-cara@1.0.8) (2019-10-17) - -### Bug Fixes - -- **deps:** update gatsby ([#112](https://github.com/LekoArts/gatsby-themes/issues/112)) ([24dcb25](https://github.com/LekoArts/gatsby-themes/commit/24dcb25)) -- **deps:** update mdx to ^1.5.1 ([#113](https://github.com/LekoArts/gatsby-themes/issues/113)) ([31276f9](https://github.com/LekoArts/gatsby-themes/commit/31276f9)) -- **deps:** update theme ui to ^0.2.44 ([#114](https://github.com/LekoArts/gatsby-themes/issues/114)) ([13e0a45](https://github.com/LekoArts/gatsby-themes/commit/13e0a45)) - -## [1.0.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.6...@lekoarts/gatsby-theme-cara@1.0.7) (2019-10-11) - -### Bug Fixes - -- **deps:** update dependency @emotion/core to ^10.0.21 ([#104](https://github.com/LekoArts/gatsby-themes/issues/104)) ([d3b29a9](https://github.com/LekoArts/gatsby-themes/commit/d3b29a9)) -- **deps:** update gatsby ([#105](https://github.com/LekoArts/gatsby-themes/issues/105)) ([b345ce0](https://github.com/LekoArts/gatsby-themes/commit/b345ce0)) -- **deps:** update gatsby ([#98](https://github.com/LekoArts/gatsby-themes/issues/98)) ([ea669d1](https://github.com/LekoArts/gatsby-themes/commit/ea669d1)) -- **deps:** update mdx to ^1.5.0 ([#99](https://github.com/LekoArts/gatsby-themes/issues/99)) ([76c4a9a](https://github.com/LekoArts/gatsby-themes/commit/76c4a9a)) - -## [1.0.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.5...@lekoarts/gatsby-theme-cara@1.0.6) (2019-09-24) - -### Bug Fixes - -- **deps:** update gatsby ([#89](https://github.com/LekoArts/gatsby-themes/issues/89)) ([94be8d9](https://github.com/LekoArts/gatsby-themes/commit/94be8d9)) -- **deps:** update theme ui to ^0.2.43 ([#90](https://github.com/LekoArts/gatsby-themes/issues/90)) ([eac0272](https://github.com/LekoArts/gatsby-themes/commit/eac0272)) - -## [1.0.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.4...@lekoarts/gatsby-theme-cara@1.0.5) (2019-09-16) - -### Bug Fixes - -- **deps:** update gatsby ([#82](https://github.com/LekoArts/gatsby-themes/issues/82)) ([283ef30](https://github.com/LekoArts/gatsby-themes/commit/283ef30)) -- **deps:** update mdx to ^1.4.5 ([#83](https://github.com/LekoArts/gatsby-themes/issues/83)) ([4ee0644](https://github.com/LekoArts/gatsby-themes/commit/4ee0644)) -- **deps:** update theme ui to ^0.2.42 ([#84](https://github.com/LekoArts/gatsby-themes/issues/84)) ([931c598](https://github.com/LekoArts/gatsby-themes/commit/931c598)) - -## [1.0.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.3...@lekoarts/gatsby-theme-cara@1.0.4) (2019-09-09) - -### Bug Fixes - -- **deps:** update gatsby ([#73](https://github.com/LekoArts/gatsby-themes/issues/73)) ([c0b86e6](https://github.com/LekoArts/gatsby-themes/commit/c0b86e6)) -- **deps:** update mdx to ^1.4.4 ([#74](https://github.com/LekoArts/gatsby-themes/issues/74)) ([b28517b](https://github.com/LekoArts/gatsby-themes/commit/b28517b)) -- **deps:** update theme ui ([#75](https://github.com/LekoArts/gatsby-themes/issues/75)) ([f76ddba](https://github.com/LekoArts/gatsby-themes/commit/f76ddba)) - -## [1.0.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.2...@lekoarts/gatsby-theme-cara@1.0.3) (2019-09-02) - -### Bug Fixes - -- **deps:** update emotion monorepo to ^10.0.17 ([#64](https://github.com/LekoArts/gatsby-themes/issues/64)) ([34041e8](https://github.com/LekoArts/gatsby-themes/commit/34041e8)) -- **deps:** update mdx to ^1.4.0 ([#65](https://github.com/LekoArts/gatsby-themes/issues/65)) ([5d37985](https://github.com/LekoArts/gatsby-themes/commit/5d37985)) - -## [1.0.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.1...@lekoarts/gatsby-theme-cara@1.0.2) (2019-08-29) - -### Bug Fixes - -- Correct link to theme in footer ([ad8bc44](https://github.com/LekoArts/gatsby-themes/commit/ad8bc44)) - -## [1.0.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.11...@lekoarts/gatsby-theme-cara@1.0.1) (2019-08-24) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -There are **NO** breaking changes, this is just a bump to stable version since the theme is established now. - -## [0.0.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.10...@lekoarts/gatsby-theme-cara@0.0.11) (2019-08-24) - -### Bug Fixes - -- Modify footer links ([#52](https://github.com/LekoArts/gatsby-themes/issues/52)) ([793c94a](https://github.com/LekoArts/gatsby-themes/commit/793c94a)) - -## [0.0.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.9...@lekoarts/gatsby-theme-cara@0.0.10) (2019-08-20) - -### Bug Fixes - -- **deps:** update dependency @emotion/core to ^10.0.16 ([#41](https://github.com/LekoArts/gatsby-themes/issues/41)) ([074a79b](https://github.com/LekoArts/gatsby-themes/commit/074a79b)) -- **deps:** update gatsby ([#42](https://github.com/LekoArts/gatsby-themes/issues/42)) ([46f9332](https://github.com/LekoArts/gatsby-themes/commit/46f9332)) -- **deps:** update theme ui ([#44](https://github.com/LekoArts/gatsby-themes/issues/44)) ([81a7f6c](https://github.com/LekoArts/gatsby-themes/commit/81a7f6c)) -- Dependency & renovate updates ([#48](https://github.com/LekoArts/gatsby-themes/issues/48)) ([208cc23](https://github.com/LekoArts/gatsby-themes/commit/208cc23)) - -## [0.0.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.8...@lekoarts/gatsby-theme-cara@0.0.9) (2019-08-12) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [0.0.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.7...@lekoarts/gatsby-theme-cara@0.0.8) (2019-08-12) - -### Bug Fixes - -- **deps:** update mdx to ^1.2.2 ([#36](https://github.com/LekoArts/gatsby-themes/issues/36)) ([f574230](https://github.com/LekoArts/gatsby-themes/commit/f574230)) -- **deps:** update theme ui ([#37](https://github.com/LekoArts/gatsby-themes/issues/37)) ([970a9f3](https://github.com/LekoArts/gatsby-themes/commit/970a9f3)) - -## [0.0.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.6...@lekoarts/gatsby-theme-cara@0.0.7) (2019-08-06) - -### Bug Fixes - -- Type errors, typings ([07429da](https://github.com/LekoArts/gatsby-themes/commit/07429da)) - -## [0.0.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.5...@lekoarts/gatsby-theme-cara@0.0.6) (2019-08-05) - -### Bug Fixes - -- **deps:** update emotion monorepo to ^10.0.15 ([#20](https://github.com/LekoArts/gatsby-themes/issues/20)) ([a7ac838](https://github.com/LekoArts/gatsby-themes/commit/a7ac838)) -- **deps:** update mdx to ^1.1.5 ([#21](https://github.com/LekoArts/gatsby-themes/issues/21)) ([d35c4d2](https://github.com/LekoArts/gatsby-themes/commit/d35c4d2)) - -## [0.0.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.4...@lekoarts/gatsby-theme-cara@0.0.5) (2019-08-02) - -**Note:** Version bump only for package @lekoarts/gatsby-theme-cara - -## [0.0.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.3...@lekoarts/gatsby-theme-cara@0.0.4) (2019-07-31) - -### Bug Fixes - -- Remove white-space from Footer component ([2fa77a1](https://github.com/LekoArts/gatsby-themes/commit/2fa77a1)) -- Colors in Contact section ([6d2d5dd](https://github.com/LekoArts/gatsby-themes/commit/6d2d5dd)) - -## [0.0.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.2...@lekoarts/gatsby-theme-cara@0.0.3) (2019-07-31) - -### Bug Fixes - -- Add shortcodes again ([e41da33](https://github.com/LekoArts/gatsby-themes/commit/e41da33)) -- right colors in both modes ([0e3872b](https://github.com/LekoArts/gatsby-themes/commit/0e3872b)) - -## 0.0.2 (2019-07-31) - -### Features - -- Add gatsby-theme-cara ([#12](https://github.com/LekoArts/gatsby-themes/issues/12)) ([e798a7d](https://github.com/LekoArts/gatsby-themes/commit/e798a7d)) +# Change Log + +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `react-spring` from v8 to v9 +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Removed `@emotion/styled` +1. Updating all Gatsby related packages to latest +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900. The most notable change is the import that was used inside the components. From `import { ParallaxLayer } from "react-spring/renderprops-addons.cjs"` to `import { ParallaxLayer } from "@react-spring/parallax"` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. If you still want to use `@emotion/styled` you'll need to install it separately now +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `react-spring` and `theme-ui` upgrades +- Additional props to the `ProjectCard` component are now spread by default in the `components` config of `gatsby-plugin-theme-ui` + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-cara) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Add 404 page + +## 1.2.20 + +### Patch Changes + +- [`47f747e`](https://github.com/LekoArts/gatsby-themes/commit/47f747e045962996503bf4043b0adc5a2527a855) [#559](https://github.com/LekoArts/gatsby-themes/pull/559) Thanks [@renovate](https://github.com/apps/renovate)! - Dependency updates for various packages, including theme-ui and gatsby related packages (includes improvements for `gatsby-plugin-image`) + +## 1.2.19 + +### Patch Changes + +- [`9d25527`](https://github.com/LekoArts/gatsby-themes/commit/9d25527cf2372d24682d85c44ecca02675019774) [#551](https://github.com/LekoArts/gatsby-themes/pull/551) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update packages + + You can see the details of the update here: https://github.com/LekoArts/gatsby-themes/pull/551 + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.2.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.17...@lekoarts/gatsby-theme-cara@1.2.18) (2020-11-11) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [1.2.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.16...@lekoarts/gatsby-theme-cara@1.2.17) (2020-11-02) + +### Bug Fixes + +- **deps:** update packages ([#530](https://github.com/LekoArts/gatsby-themes/issues/530)) ([2125d8e](https://github.com/LekoArts/gatsby-themes/commit/2125d8ec904388c66d821a7db7ebca6adc9ff73c)) + +## [1.2.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.15...@lekoarts/gatsby-theme-cara@1.2.16) (2020-10-25) + +### Bug Fixes + +- **deps:** update packages ([#510](https://github.com/LekoArts/gatsby-themes/issues/510)) ([06ecc65](https://github.com/LekoArts/gatsby-themes/commit/06ecc65b784e8fd27d5354761211df14f7a72749)) + +## [1.2.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.14...@lekoarts/gatsby-theme-cara@1.2.15) (2020-10-10) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [1.2.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.13...@lekoarts/gatsby-theme-cara@1.2.14) (2020-09-25) + +### Bug Fixes + +- **deps:** update packages ([#490](https://github.com/LekoArts/gatsby-themes/issues/490)) ([b3af934](https://github.com/LekoArts/gatsby-themes/commit/b3af934ac68b4f9fb7492cc3da7707392325175b)) + +## [1.2.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.12...@lekoarts/gatsby-theme-cara@1.2.13) (2020-09-16) + +### Bug Fixes + +- **deps:** update packages ([#484](https://github.com/LekoArts/gatsby-themes/issues/484)) ([006cdc4](https://github.com/LekoArts/gatsby-themes/commit/006cdc4b8623595b14f6571fe694671a77a6a9dc)) + +## [1.2.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.11...@lekoarts/gatsby-theme-cara@1.2.12) (2020-09-10) + +### Bug Fixes + +- **deps:** update packages ([#481](https://github.com/LekoArts/gatsby-themes/issues/481)) ([cf206a2](https://github.com/LekoArts/gatsby-themes/commit/cf206a241867ede738be2b3a1b856ec3e85c010e)) + +## [1.2.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.10...@lekoarts/gatsby-theme-cara@1.2.11) (2020-08-27) + +### Bug Fixes + +- **deps:** update packages ([#458](https://github.com/LekoArts/gatsby-themes/issues/458)) ([dcfb106](https://github.com/LekoArts/gatsby-themes/commit/dcfb1060ee90a928ae28840906b6f3b706218ad8)) +- **deps:** update packages ([#461](https://github.com/LekoArts/gatsby-themes/issues/461)) ([6e4e35e](https://github.com/LekoArts/gatsby-themes/commit/6e4e35e21b502a9a3b9305785b372f03a7741ce7)) +- **deps:** update packages ([#464](https://github.com/LekoArts/gatsby-themes/issues/464)) ([cfa1d43](https://github.com/LekoArts/gatsby-themes/commit/cfa1d43fd03d860930005359907b0bab1278e243)) + +## [1.2.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.9...@lekoarts/gatsby-theme-cara@1.2.10) (2020-07-09) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [1.2.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.8...@lekoarts/gatsby-theme-cara@1.2.9) (2020-07-03) + +### Bug Fixes + +- **deps:** update packages ([#437](https://github.com/LekoArts/gatsby-themes/issues/437)) ([5e27caf](https://github.com/LekoArts/gatsby-themes/commit/5e27caf74c2eae0e7c158fa5a15bd52ae2069ee7)) +- Set default values and replace defaultProps ([#436](https://github.com/LekoArts/gatsby-themes/issues/436)) ([d62857f](https://github.com/LekoArts/gatsby-themes/commit/d62857ffd1d2d97cfa31cb6ca37cb39db48467d0)) + +## [1.2.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.7...@lekoarts/gatsby-theme-cara@1.2.8) (2020-07-02) + +### Bug Fixes + +- **deps:** update packages ([#429](https://github.com/LekoArts/gatsby-themes/issues/429)) ([f25dfb6](https://github.com/LekoArts/gatsby-themes/commit/f25dfb6105669f62468abc63ceb73c2fbbb73065)) + +## [1.2.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.6...@lekoarts/gatsby-theme-cara@1.2.7) (2020-06-11) + +### Bug Fixes + +- Normalize CSS in themes & examples ([#422](https://github.com/LekoArts/gatsby-themes/issues/422)) ([9a2600c](https://github.com/LekoArts/gatsby-themes/commit/9a2600cc45d0f6729799183116f1b87d3c943749)) + +## [1.2.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.5...@lekoarts/gatsby-theme-cara@1.2.6) (2020-06-08) + +### Bug Fixes + +- **deps:** update packages ([#408](https://github.com/LekoArts/gatsby-themes/issues/408)) ([11b89ad](https://github.com/LekoArts/gatsby-themes/commit/11b89ad8bb0a59dc3fe95941bca57d83a1716e80)) + +## [1.2.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.4...@lekoarts/gatsby-theme-cara@1.2.5) (2020-05-29) + +### Bug Fixes + +- **deps:** update packages ([#403](https://github.com/LekoArts/gatsby-themes/issues/403)) ([4275401](https://github.com/LekoArts/gatsby-themes/commit/427540138f6c8687dfff4163679a222ba5d49c8f)) + +## [1.2.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.3...@lekoarts/gatsby-theme-cara@1.2.4) (2020-05-12) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [1.2.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.2...@lekoarts/gatsby-theme-cara@1.2.3) (2020-05-04) + +### Bug Fixes + +- **deps:** update packages ([#394](https://github.com/LekoArts/gatsby-themes/issues/394)) ([c047fce](https://github.com/LekoArts/gatsby-themes/commit/c047fce748e9c85604a5fb2f104918d455b96580)) + +## [1.2.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.1...@lekoarts/gatsby-theme-cara@1.2.2) (2020-05-02) + +### Bug Fixes + +- Use correct ::selection colors ([f311851](https://github.com/LekoArts/gatsby-themes/commit/f311851e25c0c7bf40299ec3a7a430dc210bbdc9)) + +## [1.2.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.2.0...@lekoarts/gatsby-theme-cara@1.2.1) (2020-04-28) + +### Bug Fixes + +- **deps:** update gatsby ([#378](https://github.com/LekoArts/gatsby-themes/issues/378)) ([8238565](https://github.com/LekoArts/gatsby-themes/commit/82385658f18c983b4ca4d83233660e9f4492a4a9)) + +# [1.2.0](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.8...@lekoarts/gatsby-theme-cara@1.2.0) (2020-04-27) + +### Features + +- Update theme-ui to v0.3.x ([#371](https://github.com/LekoArts/gatsby-themes/issues/371)) ([67a05ac](https://github.com/LekoArts/gatsby-themes/commit/67a05ac3e1deaddfe38591739e7f50f56d49d109)), closes [/theme-ui.com/migrating#v03](https://github.com//theme-ui.com/migrating/issues/v03) [#262](https://github.com/LekoArts/gatsby-themes/issues/262) + +## [1.1.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.7...@lekoarts/gatsby-theme-cara@1.1.8) (2020-04-24) + +### Bug Fixes + +- **deps:** update gatsby ([#364](https://github.com/LekoArts/gatsby-themes/issues/364)) ([aac08a8](https://github.com/LekoArts/gatsby-themes/commit/aac08a809b86de28f78d2db95dc5651a0a8e640b)) + +## [1.1.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.6...@lekoarts/gatsby-theme-cara@1.1.7) (2020-04-13) + +### Bug Fixes + +- **deps:** update dependency react-helmet to v6 ([#354](https://github.com/LekoArts/gatsby-themes/issues/354)) ([117d1d5](https://github.com/LekoArts/gatsby-themes/commit/117d1d5a6989d763c89137d8a9f0fb55f55efdee)) + +## [1.1.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.5...@lekoarts/gatsby-theme-cara@1.1.6) (2020-04-13) + +### Bug Fixes + +- **deps:** update gatsby ([#353](https://github.com/LekoArts/gatsby-themes/issues/353)) ([4550ff3](https://github.com/LekoArts/gatsby-themes/commit/4550ff3a79ba415a4f019019300fea47d24b16c8)) + +## [1.1.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.4...@lekoarts/gatsby-theme-cara@1.1.5) (2020-04-12) + +### Bug Fixes + +- Use withPrefix helper in SEO component ([#346](https://github.com/LekoArts/gatsby-themes/issues/346)) ([91fc16c](https://github.com/LekoArts/gatsby-themes/commit/91fc16c3c725a2d858ee093d761530975e2173d9)) + +## [1.1.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.3...@lekoarts/gatsby-theme-cara@1.1.4) (2020-04-12) + +### Bug Fixes + +- **deps:** update gatsby ([#343](https://github.com/LekoArts/gatsby-themes/issues/343)) ([6f4f07f](https://github.com/LekoArts/gatsby-themes/commit/6f4f07f0d6570610a3d17bb60472a52ac402693d)) + +## [1.1.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.2...@lekoarts/gatsby-theme-cara@1.1.3) (2020-04-01) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [1.1.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.1...@lekoarts/gatsby-theme-cara@1.1.2) (2020-03-31) + +### Bug Fixes + +- **deps:** update gatsby ([#305](https://github.com/LekoArts/gatsby-themes/issues/305)) ([f3a5e36](https://github.com/LekoArts/gatsby-themes/commit/f3a5e369b6ce1e3b6c046287fe0c1511fa9db758)) +- **deps:** update gatsby ([#312](https://github.com/LekoArts/gatsby-themes/issues/312)) ([5a93a50](https://github.com/LekoArts/gatsby-themes/commit/5a93a509d33cc1738de8cfb54a1690ae8dba3151)) +- **deps:** update gatsby ([#319](https://github.com/LekoArts/gatsby-themes/issues/319)) ([b7c3dcd](https://github.com/LekoArts/gatsby-themes/commit/b7c3dcdfd54a3cd8291b3dca3868be2af738c1a5)) +- **deps:** update gatsby ([#330](https://github.com/LekoArts/gatsby-themes/issues/330)) ([af9b834](https://github.com/LekoArts/gatsby-themes/commit/af9b834102b2e15689557c861f83902b3cb2a728)) +- **deps:** update mdx to ^1.5.8 ([#331](https://github.com/LekoArts/gatsby-themes/issues/331)) ([9580e68](https://github.com/LekoArts/gatsby-themes/commit/9580e681f589d60aa1384c5b8d9049ecbde70ea2)) + +## [1.1.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.1.0...@lekoarts/gatsby-theme-cara@1.1.1) (2020-03-04) + +### Bug Fixes + +- **deps:** update dependency @emotion/core to ^10.0.28 ([#296](https://github.com/LekoArts/gatsby-themes/issues/296)) ([8f92e72](https://github.com/LekoArts/gatsby-themes/commit/8f92e726a198026e1aa7917ab1161a941e166dbe)) +- **deps:** update gatsby ([#297](https://github.com/LekoArts/gatsby-themes/issues/297)) ([1c2cd69](https://github.com/LekoArts/gatsby-themes/commit/1c2cd695d7e2abbc820ce81a37fc20f23ab9f7ce)) +- **deps:** update gatsby ([#298](https://github.com/LekoArts/gatsby-themes/issues/298)) ([a904526](https://github.com/LekoArts/gatsby-themes/commit/a904526aed9c86fa291866fc85f0d0bca11112b6)) + +# [1.1.0](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.20...@lekoarts/gatsby-theme-cara@1.1.0) (2020-02-29) + +### Features + +- Add factor prop to all sections ([e893a9b](https://github.com/LekoArts/gatsby-themes/commit/e893a9b60911f475017931ecd9841321cb3d4fa8)) + +## [1.0.20](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.19...@lekoarts/gatsby-theme-cara@1.0.20) (2020-02-27) + +### Bug Fixes + +- **deps:** update gatsby ([#278](https://github.com/LekoArts/gatsby-themes/issues/278)) ([8d8d8e4](https://github.com/LekoArts/gatsby-themes/commit/8d8d8e48bdeac04a07a74682cbadd4927b3ec101)) +- **deps:** update mdx to ^1.5.7 ([#288](https://github.com/LekoArts/gatsby-themes/issues/288)) ([feac925](https://github.com/LekoArts/gatsby-themes/commit/feac9250092047dce9a2d9bfe0fe56a53a547256)) + +## [1.0.19](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.18...@lekoarts/gatsby-theme-cara@1.0.19) (2020-02-16) + +### Bug Fixes + +- **deps:** update gatsby ([#260](https://github.com/LekoArts/gatsby-themes/issues/260)) ([5a779f3](https://github.com/LekoArts/gatsby-themes/commit/5a779f32d548e0f4cfb63f6534f81c949123fa67)) + +## [1.0.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.17...@lekoarts/gatsby-theme-cara@1.0.18) (2020-01-23) + +### Bug Fixes + +- Various fixes about TypeScript, typos, comments ([#235](https://github.com/LekoArts/gatsby-themes/issues/235)) ([2a429c2](https://github.com/LekoArts/gatsby-themes/commit/2a429c2c49ed7a07ec231248372929bb2f18ab91)) + +## [1.0.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.16...@lekoarts/gatsby-theme-cara@1.0.17) (2020-01-17) + +### Bug Fixes + +- **deps:** update gatsby ([#224](https://github.com/LekoArts/gatsby-themes/issues/224)) ([b8c544a](https://github.com/LekoArts/gatsby-themes/commit/b8c544a0172180b246cd17c3385dc8e55efef981)) +- **deps:** update mdx to ^1.5.5 ([#198](https://github.com/LekoArts/gatsby-themes/issues/198)) ([052d711](https://github.com/LekoArts/gatsby-themes/commit/052d711c2a56ecaf7a0f10f308b525cd963a9bc2)) + +## [1.0.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.15...@lekoarts/gatsby-theme-cara@1.0.16) (2020-01-04) + +### Bug Fixes + +- Various styling issues in different browsers ([#210](https://github.com/LekoArts/gatsby-themes/issues/210)) ([a4ce528](https://github.com/LekoArts/gatsby-themes/commit/a4ce528151c3ef227beec66162804d6ed88dd33b)) + +## [1.0.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.14...@lekoarts/gatsby-theme-cara@1.0.15) (2020-01-04) + +### Bug Fixes + +- MDX option ([#209](https://github.com/LekoArts/gatsby-themes/issues/209)) ([dcc99b7](https://github.com/LekoArts/gatsby-themes/commit/dcc99b72c7db440162874547e11eba498fb7762e)) + +## [1.0.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.13...@lekoarts/gatsby-theme-cara@1.0.14) (2019-12-31) + +### Bug Fixes + +- **deps:** update emotion monorepo to ^10.0.27 ([#196](https://github.com/LekoArts/gatsby-themes/issues/196)) ([53f019e](https://github.com/LekoArts/gatsby-themes/commit/53f019ed5e0718367dcb2458480f42795cfa4efe)) +- **deps:** update gatsby ([#192](https://github.com/LekoArts/gatsby-themes/issues/192)) ([77916ac](https://github.com/LekoArts/gatsby-themes/commit/77916acb51169bbc2e79af70d0b5ee93d1592a2f)) +- **deps:** update gatsby ([#197](https://github.com/LekoArts/gatsby-themes/issues/197)) ([a194a3a](https://github.com/LekoArts/gatsby-themes/commit/a194a3a9e8e5ef034189a51e69624700408caebd)) +- **deps:** update theme ui ([#199](https://github.com/LekoArts/gatsby-themes/issues/199)) ([47bb84a](https://github.com/LekoArts/gatsby-themes/commit/47bb84a5b8da618e8b083632493c97a91c442a89)) + +## [1.0.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.12...@lekoarts/gatsby-theme-cara@1.0.13) (2019-12-03) + +### Bug Fixes + +- **deps:** update gatsby ([#178](https://github.com/LekoArts/gatsby-themes/issues/178)) ([6ede2c3](https://github.com/LekoArts/gatsby-themes/commit/6ede2c3654f5baa6f1c53f5bb73d046fc257c0af)) + +## [1.0.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.11...@lekoarts/gatsby-theme-cara@1.0.12) (2019-11-25) + +### Bug Fixes + +- **deps:** Update all dependencies ([#159](https://github.com/LekoArts/gatsby-themes/issues/159)) ([6047e50](https://github.com/LekoArts/gatsby-themes/commit/6047e5005f5b1ea3438ec99c0aea1cd1febf20b0)) +- **deps:** update gatsby ([#166](https://github.com/LekoArts/gatsby-themes/issues/166)) ([8b5cd32](https://github.com/LekoArts/gatsby-themes/commit/8b5cd32222495e1433b6c508697b1853ba99b939)) +- **deps:** update theme ui ([#158](https://github.com/LekoArts/gatsby-themes/issues/158)) ([ef07342](https://github.com/LekoArts/gatsby-themes/commit/ef07342deed95faf403f3ce07fe5b2a8f9996ef0)) + +## [1.0.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.10...@lekoarts/gatsby-theme-cara@1.0.11) (2019-11-16) + +### Bug Fixes + +- **deps:** update gatsby ([#149](https://github.com/LekoArts/gatsby-themes/issues/149)) ([307df50](https://github.com/LekoArts/gatsby-themes/commit/307df50)) + +## [1.0.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.9...@lekoarts/gatsby-theme-cara@1.0.10) (2019-11-04) + +### Bug Fixes + +- **deps:** update dependency @emotion/styled to ^10.0.23 ([#133](https://github.com/LekoArts/gatsby-themes/issues/133)) ([5bebd52](https://github.com/LekoArts/gatsby-themes/commit/5bebd52)) +- **deps:** update dependency theme-ui to ^0.2.46 ([#136](https://github.com/LekoArts/gatsby-themes/issues/136)) ([328eedd](https://github.com/LekoArts/gatsby-themes/commit/328eedd)) +- **deps:** update gatsby ([#137](https://github.com/LekoArts/gatsby-themes/issues/137)) ([8619dc2](https://github.com/LekoArts/gatsby-themes/commit/8619dc2)) + +## [1.0.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.8...@lekoarts/gatsby-theme-cara@1.0.9) (2019-10-31) + +### Bug Fixes + +- **deps:** update emotion monorepo to ^10.0.22 ([#125](https://github.com/LekoArts/gatsby-themes/issues/125)) ([7e5eb60](https://github.com/LekoArts/gatsby-themes/commit/7e5eb60)) +- **deps:** update gatsby ([#126](https://github.com/LekoArts/gatsby-themes/issues/126)) ([0e8ca8b](https://github.com/LekoArts/gatsby-themes/commit/0e8ca8b)) + +## [1.0.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.7...@lekoarts/gatsby-theme-cara@1.0.8) (2019-10-17) + +### Bug Fixes + +- **deps:** update gatsby ([#112](https://github.com/LekoArts/gatsby-themes/issues/112)) ([24dcb25](https://github.com/LekoArts/gatsby-themes/commit/24dcb25)) +- **deps:** update mdx to ^1.5.1 ([#113](https://github.com/LekoArts/gatsby-themes/issues/113)) ([31276f9](https://github.com/LekoArts/gatsby-themes/commit/31276f9)) +- **deps:** update theme ui to ^0.2.44 ([#114](https://github.com/LekoArts/gatsby-themes/issues/114)) ([13e0a45](https://github.com/LekoArts/gatsby-themes/commit/13e0a45)) + +## [1.0.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.6...@lekoarts/gatsby-theme-cara@1.0.7) (2019-10-11) + +### Bug Fixes + +- **deps:** update dependency @emotion/core to ^10.0.21 ([#104](https://github.com/LekoArts/gatsby-themes/issues/104)) ([d3b29a9](https://github.com/LekoArts/gatsby-themes/commit/d3b29a9)) +- **deps:** update gatsby ([#105](https://github.com/LekoArts/gatsby-themes/issues/105)) ([b345ce0](https://github.com/LekoArts/gatsby-themes/commit/b345ce0)) +- **deps:** update gatsby ([#98](https://github.com/LekoArts/gatsby-themes/issues/98)) ([ea669d1](https://github.com/LekoArts/gatsby-themes/commit/ea669d1)) +- **deps:** update mdx to ^1.5.0 ([#99](https://github.com/LekoArts/gatsby-themes/issues/99)) ([76c4a9a](https://github.com/LekoArts/gatsby-themes/commit/76c4a9a)) + +## [1.0.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.5...@lekoarts/gatsby-theme-cara@1.0.6) (2019-09-24) + +### Bug Fixes + +- **deps:** update gatsby ([#89](https://github.com/LekoArts/gatsby-themes/issues/89)) ([94be8d9](https://github.com/LekoArts/gatsby-themes/commit/94be8d9)) +- **deps:** update theme ui to ^0.2.43 ([#90](https://github.com/LekoArts/gatsby-themes/issues/90)) ([eac0272](https://github.com/LekoArts/gatsby-themes/commit/eac0272)) + +## [1.0.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.4...@lekoarts/gatsby-theme-cara@1.0.5) (2019-09-16) + +### Bug Fixes + +- **deps:** update gatsby ([#82](https://github.com/LekoArts/gatsby-themes/issues/82)) ([283ef30](https://github.com/LekoArts/gatsby-themes/commit/283ef30)) +- **deps:** update mdx to ^1.4.5 ([#83](https://github.com/LekoArts/gatsby-themes/issues/83)) ([4ee0644](https://github.com/LekoArts/gatsby-themes/commit/4ee0644)) +- **deps:** update theme ui to ^0.2.42 ([#84](https://github.com/LekoArts/gatsby-themes/issues/84)) ([931c598](https://github.com/LekoArts/gatsby-themes/commit/931c598)) + +## [1.0.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.3...@lekoarts/gatsby-theme-cara@1.0.4) (2019-09-09) + +### Bug Fixes + +- **deps:** update gatsby ([#73](https://github.com/LekoArts/gatsby-themes/issues/73)) ([c0b86e6](https://github.com/LekoArts/gatsby-themes/commit/c0b86e6)) +- **deps:** update mdx to ^1.4.4 ([#74](https://github.com/LekoArts/gatsby-themes/issues/74)) ([b28517b](https://github.com/LekoArts/gatsby-themes/commit/b28517b)) +- **deps:** update theme ui ([#75](https://github.com/LekoArts/gatsby-themes/issues/75)) ([f76ddba](https://github.com/LekoArts/gatsby-themes/commit/f76ddba)) + +## [1.0.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.2...@lekoarts/gatsby-theme-cara@1.0.3) (2019-09-02) + +### Bug Fixes + +- **deps:** update emotion monorepo to ^10.0.17 ([#64](https://github.com/LekoArts/gatsby-themes/issues/64)) ([34041e8](https://github.com/LekoArts/gatsby-themes/commit/34041e8)) +- **deps:** update mdx to ^1.4.0 ([#65](https://github.com/LekoArts/gatsby-themes/issues/65)) ([5d37985](https://github.com/LekoArts/gatsby-themes/commit/5d37985)) + +## [1.0.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@1.0.1...@lekoarts/gatsby-theme-cara@1.0.2) (2019-08-29) + +### Bug Fixes + +- Correct link to theme in footer ([ad8bc44](https://github.com/LekoArts/gatsby-themes/commit/ad8bc44)) + +## [1.0.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.11...@lekoarts/gatsby-theme-cara@1.0.1) (2019-08-24) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +There are **NO** breaking changes, this is just a bump to stable version since the theme is established now. + +## [0.0.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.10...@lekoarts/gatsby-theme-cara@0.0.11) (2019-08-24) + +### Bug Fixes + +- Modify footer links ([#52](https://github.com/LekoArts/gatsby-themes/issues/52)) ([793c94a](https://github.com/LekoArts/gatsby-themes/commit/793c94a)) + +## [0.0.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.9...@lekoarts/gatsby-theme-cara@0.0.10) (2019-08-20) + +### Bug Fixes + +- **deps:** update dependency @emotion/core to ^10.0.16 ([#41](https://github.com/LekoArts/gatsby-themes/issues/41)) ([074a79b](https://github.com/LekoArts/gatsby-themes/commit/074a79b)) +- **deps:** update gatsby ([#42](https://github.com/LekoArts/gatsby-themes/issues/42)) ([46f9332](https://github.com/LekoArts/gatsby-themes/commit/46f9332)) +- **deps:** update theme ui ([#44](https://github.com/LekoArts/gatsby-themes/issues/44)) ([81a7f6c](https://github.com/LekoArts/gatsby-themes/commit/81a7f6c)) +- Dependency & renovate updates ([#48](https://github.com/LekoArts/gatsby-themes/issues/48)) ([208cc23](https://github.com/LekoArts/gatsby-themes/commit/208cc23)) + +## [0.0.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.8...@lekoarts/gatsby-theme-cara@0.0.9) (2019-08-12) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [0.0.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.7...@lekoarts/gatsby-theme-cara@0.0.8) (2019-08-12) + +### Bug Fixes + +- **deps:** update mdx to ^1.2.2 ([#36](https://github.com/LekoArts/gatsby-themes/issues/36)) ([f574230](https://github.com/LekoArts/gatsby-themes/commit/f574230)) +- **deps:** update theme ui ([#37](https://github.com/LekoArts/gatsby-themes/issues/37)) ([970a9f3](https://github.com/LekoArts/gatsby-themes/commit/970a9f3)) + +## [0.0.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.6...@lekoarts/gatsby-theme-cara@0.0.7) (2019-08-06) + +### Bug Fixes + +- Type errors, typings ([07429da](https://github.com/LekoArts/gatsby-themes/commit/07429da)) + +## [0.0.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.5...@lekoarts/gatsby-theme-cara@0.0.6) (2019-08-05) + +### Bug Fixes + +- **deps:** update emotion monorepo to ^10.0.15 ([#20](https://github.com/LekoArts/gatsby-themes/issues/20)) ([a7ac838](https://github.com/LekoArts/gatsby-themes/commit/a7ac838)) +- **deps:** update mdx to ^1.1.5 ([#21](https://github.com/LekoArts/gatsby-themes/issues/21)) ([d35c4d2](https://github.com/LekoArts/gatsby-themes/commit/d35c4d2)) + +## [0.0.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.4...@lekoarts/gatsby-theme-cara@0.0.5) (2019-08-02) + +**Note:** Version bump only for package @lekoarts/gatsby-theme-cara + +## [0.0.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.3...@lekoarts/gatsby-theme-cara@0.0.4) (2019-07-31) + +### Bug Fixes + +- Remove white-space from Footer component ([2fa77a1](https://github.com/LekoArts/gatsby-themes/commit/2fa77a1)) +- Colors in Contact section ([6d2d5dd](https://github.com/LekoArts/gatsby-themes/commit/6d2d5dd)) + +## [0.0.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-cara@0.0.2...@lekoarts/gatsby-theme-cara@0.0.3) (2019-07-31) + +### Bug Fixes + +- Add shortcodes again ([e41da33](https://github.com/LekoArts/gatsby-themes/commit/e41da33)) +- right colors in both modes ([0e3872b](https://github.com/LekoArts/gatsby-themes/commit/0e3872b)) + +## 0.0.2 (2019-07-31) + +### Features + +- Add gatsby-theme-cara ([#12](https://github.com/LekoArts/gatsby-themes/issues/12)) ([e798a7d](https://github.com/LekoArts/gatsby-themes/commit/e798a7d)) diff --git a/themes/gatsby-theme-cara/package.json b/themes/gatsby-theme-cara/package.json index 654957ef7..82650cc55 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": "1.2.20", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index 78cbf0ea3..3d3dd1f57 --- a/themes/gatsby-theme-emilia-core/CHANGELOG.md +++ b/themes/gatsby-theme-emilia-core/CHANGELOG.md @@ -1,5 +1,50 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `react-spring` from v8 to v9 +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Removed `@emotion/styled` +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` +1. Removed the `colorThief` node field +1. Normal CSS grid layout (instead of Masonry layout) + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900. The most notable change is the import that was used inside the components. From `import { ParallaxLayer } from "react-spring/renderprops-addons.cjs"` to `import { ParallaxLayer } from "@react-spring/parallax"` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. If you still want to use `@emotion/styled` you'll need to install it separately now +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself +1. The `gatsby-plugin-image` now exposes the dominant color via the `placeholder` itself +1. The Masonry layout was a bit hacky, so I switched it to a normal CSS grid layout. You could shadow the `card` component to try something on your own. Once the CSS spec itself has a native masonry layout I'll add it back + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `react-spring` and `theme-ui` upgrades +- Eagerly load the first image in the grid (better lighthouse score) + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emilia) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Add 404 page + ## 1.3.21 ### Patch Changes diff --git a/themes/gatsby-theme-emilia-core/package.json b/themes/gatsby-theme-emilia-core/package.json index 1a7220e76..b0010f601 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": "1.3.21", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index 6276375e7..5894ffd2d --- a/themes/gatsby-theme-emilia/CHANGELOG.md +++ b/themes/gatsby-theme-emilia/CHANGELOG.md @@ -1,5 +1,55 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `react-spring` from v8 to v9 +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Removed `@emotion/styled` +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` +1. Removed the `colorThief` node field +1. Normal CSS grid layout (instead of Masonry layout) + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900. The most notable change is the import that was used inside the components. From `import { ParallaxLayer } from "react-spring/renderprops-addons.cjs"` to `import { ParallaxLayer } from "@react-spring/parallax"` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. If you still want to use `@emotion/styled` you'll need to install it separately now +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself +1. The `gatsby-plugin-image` now exposes the dominant color via the `placeholder` itself +1. The Masonry layout was a bit hacky, so I switched it to a normal CSS grid layout. You could shadow the `card` component to try something on your own. Once the CSS spec itself has a native masonry layout I'll add it back + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `react-spring` and `theme-ui` upgrades +- Eagerly load the first image in the grid (better lighthouse score) + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emilia) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Add 404 page + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-emilia-core@2.0.0 + ## 1.3.21 ### Patch Changes diff --git a/themes/gatsby-theme-emilia/package.json b/themes/gatsby-theme-emilia/package.json index ff6fad385..71d1fe11f 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": "1.3.21", + "version": "2.0.0", "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", @@ -20,7 +20,7 @@ "react-dom": "^17.0.1" }, "dependencies": { - "@lekoarts/gatsby-theme-emilia-core": "^1.3.21", + "@lekoarts/gatsby-theme-emilia-core": "^2.0.0", "@theme-ui/presets": "^0.9.1", "gatsby-plugin-image": "^1.6.0", "gatsby-plugin-react-helmet": "^4.6.0", diff --git a/themes/gatsby-theme-emma-core/CHANGELOG.md b/themes/gatsby-theme-emma-core/CHANGELOG.md old mode 100644 new mode 100755 index 3d89e0ef9..2026f7380 --- a/themes/gatsby-theme-emma-core/CHANGELOG.md +++ b/themes/gatsby-theme-emma-core/CHANGELOG.md @@ -1,5 +1,46 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `react-spring` from v8 to v9 +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Removed `@emotion/styled` +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900 +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. If you still want to use `@emotion/styled` you'll need to install it separately now +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `react-spring` and `theme-ui` upgrades +- Eagerly load the first image in the grid (better lighthouse score) +- Update header/navigation for better mobile view + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emma) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions + ## 1.4.21 ### Patch Changes diff --git a/themes/gatsby-theme-emma-core/package.json b/themes/gatsby-theme-emma-core/package.json index cd4f4e466..5f51d1abb 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": "1.4.21", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index 0221f1ace..962da039c --- a/themes/gatsby-theme-emma/CHANGELOG.md +++ b/themes/gatsby-theme-emma/CHANGELOG.md @@ -1,5 +1,51 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `react-spring` from v8 to v9 +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Removed `@emotion/styled` +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. You can find the migration guide for `react-spring` here: https://react-spring.io/changelog#v900 +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. If you still want to use `@emotion/styled` you'll need to install it separately now +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 -- if you want to continue to use `@emotion/styled` you'll need to add `gatsby-plugin-emotion` yourself + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `react-spring` and `theme-ui` upgrades +- Eagerly load the first image in the grid (better lighthouse score) +- Update header/navigation for better mobile view + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-emma) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-emma-core@2.0.0 + ## 1.4.21 ### Patch Changes diff --git a/themes/gatsby-theme-emma/package.json b/themes/gatsby-theme-emma/package.json index abb88ec04..5ce6713b5 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": "1.4.21", + "version": "2.0.0", "author": "LekoArts ", "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": "^17.0.1" }, "dependencies": { - "@lekoarts/gatsby-theme-emma-core": "^1.4.21", + "@lekoarts/gatsby-theme-emma-core": "^2.0.0", "@mdx-js/mdx": "^1.6.22", "@theme-ui/presets": "^0.9.1", "gatsby-plugin-catch-links": "^3.6.0", diff --git a/themes/gatsby-theme-graphql-playground/CHANGELOG.md b/themes/gatsby-theme-graphql-playground/CHANGELOG.md old mode 100644 new mode 100755 index f7d538e86..2f22cbf52 --- a/themes/gatsby-theme-graphql-playground/CHANGELOG.md +++ b/themes/gatsby-theme-graphql-playground/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Removed `gatsby-plugin-typescript` & `gatsby-plugin-emotion` + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 + +### Improvements + +- Performance improvements from `theme-ui` upgrade + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-graphql-playground) and didn't change anything else this section will be more relevant to you. + +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions + ## 1.1.21 ### Patch Changes diff --git a/themes/gatsby-theme-graphql-playground/package.json b/themes/gatsby-theme-graphql-playground/package.json index 443859beb..796aed25c 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": "1.1.21", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index d3a7d3b77..fff91d877 --- a/themes/gatsby-theme-jodie-core/CHANGELOG.md +++ b/themes/gatsby-theme-jodie-core/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `fontsource-work-sans` npm package + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `theme-ui` upgrade +- Eagerly load the first image in the grid (better lighthouse score) + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-jodie) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Conditionally add `gatsby-plugin-webpack-bundle-analyser-v2` +- Use `gatsby-omni-font-loader` to load the primary font ("Work Sans") instead of in the theme itself +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Remove `gatsby-source-instagram` as Instagram locked down its API (and public scraping methods) even further. The page is now called `/art` and showcases the custom page in the same way + ## 1.1.1 ### Patch Changes diff --git a/themes/gatsby-theme-jodie-core/package.json b/themes/gatsby-theme-jodie-core/package.json index 931cbb1f0..f6ae97458 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": "1.1.1", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index 1fbc69482..0021559ac --- a/themes/gatsby-theme-jodie/CHANGELOG.md +++ b/themes/gatsby-theme-jodie/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Updating all Gatsby related packages to latest +1. Migrated from `gatsby-image` to `gatsby-plugin-image` +1. Removed `fontsource-work-sans` npm package + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The theme itself is completely migrated to the new image plugin, but if you shadowed components and relied on the old structure, you'll need to migrate to `gatsby-plugin-image`: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/ +1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` + +### Improvements + +- You can use the `sharp` theme option to be able to configure `gatsby-plugin-sharp` on your own (helpful for defaults for `gatsby-plugin-image`) +- Performance improvements from `theme-ui` upgrade +- Eagerly load the first image in the grid (better lighthouse score) + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-portfolio-jodie) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Conditionally add `gatsby-plugin-webpack-bundle-analyser-v2` +- Use `gatsby-omni-font-loader` to load the primary font ("Work Sans") instead of in the theme itself +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Remove `gatsby-source-instagram` as Instagram locked down its API (and public scraping methods) even further. The page is now called `/art` and showcases the custom page in the same way + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-jodie-core@2.0.0 + ## 1.1.1 ### Patch Changes diff --git a/themes/gatsby-theme-jodie/package.json b/themes/gatsby-theme-jodie/package.json index e5a6eaa47..93da2bd20 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": "1.1.1", + "version": "2.0.0", "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", @@ -20,7 +20,7 @@ "react-dom": "^17.0.1" }, "dependencies": { - "@lekoarts/gatsby-theme-jodie-core": "^1.1.1", + "@lekoarts/gatsby-theme-jodie-core": "^2.0.0", "@theme-ui/presets": "^0.9.1", "@theme-ui/prism": "^0.9.1", "gatsby-plugin-image": "^1.6.0", diff --git a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md old mode 100644 new mode 100755 index 1f36f485c..6f99027fb --- a/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog-core/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log +## 3.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Updating all Gatsby related packages to latest +1. Removed `gatsby-plugin-typescript` +1. Removed `gatsby-plugin-feed` +1. Removed `typeface-ibm-plex-sans` npm package + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 +1. The plugin and its config was moved to the starter. You can copy the configuration from there into your own `gatsby-config.js` +1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` + +### Improvements + +- Performance improvements from `theme-ui` upgrade +- Fixed https://github.com/LekoArts/gatsby-themes/issues/415 + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-minimal-blog) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Move `gatsby-plugin-feed` from theme to starter +- Use `gatsby-omni-font-loader` to load the primary font ("IBM Plex Sans") instead of in the theme itself + ## 2.7.6 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog-core/package.json b/themes/gatsby-theme-minimal-blog-core/package.json index b0e8b1969..41ff012e2 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": "2.7.6", + "version": "3.0.0", "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 old mode 100644 new mode 100755 index 273716b92..99464360a --- a/themes/gatsby-theme-minimal-blog/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## 3.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Using `lessBabel` option for `gatsby-plugin-mdx` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 +1. Updating all Gatsby related packages to latest +1. Removed `gatsby-plugin-typescript` +1. Removed `gatsby-plugin-feed` +1. Removed `typeface-ibm-plex-sans` npm package + +#### Migrating + +1. The `lessBabel` option might break your setup in some edge cases. If it doesn't work, turn on the `mdx` option and choose your own config for `gatsby-plugin-mdx` +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 +1. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 +1. The plugin and its config was moved to the starter. You can copy the configuration from there into your own `gatsby-config.js` +1. The starter now handles loading the font (via `gatsby-omni-font-loader`). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your own `gatsby-config.js` + +### Improvements + +- Performance improvements from `theme-ui` upgrade +- Fixed https://github.com/LekoArts/gatsby-themes/issues/415 + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-minimal-blog) and didn't change anything else this section will be more relevant to you. + +- Conditionally add `gatsby-plugin-google-analytics` +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Move `gatsby-plugin-feed` from theme to starter +- Use `gatsby-omni-font-loader` to load the primary font ("IBM Plex Sans") instead of in the theme itself + +### Patch Changes + +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-minimal-blog-core@3.0.0 + ## 2.7.6 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index 28179ddf9..820baa029 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": "2.7.6", + "version": "3.0.0", "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", @@ -20,7 +20,7 @@ "react-dom": "^17.0.1" }, "dependencies": { - "@lekoarts/gatsby-theme-minimal-blog-core": "^2.7.6", + "@lekoarts/gatsby-theme-minimal-blog-core": "^3.0.0", "@loadable/component": "^5.15.0", "@theme-ui/color": "^0.9.1", "@theme-ui/presets": "^0.9.1", diff --git a/themes/gatsby-theme-specimens/CHANGELOG.md b/themes/gatsby-theme-specimens/CHANGELOG.md old mode 100644 new mode 100755 index 51efd0491..cbc159d4c --- a/themes/gatsby-theme-specimens/CHANGELOG.md +++ b/themes/gatsby-theme-specimens/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 3.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Removed `gatsby-plugin-typescript` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 + +#### Migrating + +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-specimens) and didn't change anything else this section will be more relevant to you. + +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Add `lessBabel` option to `gatsby-plugin-mdx` +- Update usage of `wrapPageElement` API in `gatsby-browser.js` and `gatsby-ssr.js` +- Update `theme-ui` from v0.3 to v0.9 + ## 2.3.10 ### Patch Changes diff --git a/themes/gatsby-theme-specimens/package.json b/themes/gatsby-theme-specimens/package.json index 59f973526..859041a58 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": "2.3.10", + "version": "3.0.0", "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 old mode 100644 new mode 100755 index fe05a2867..ff0340d20 --- a/themes/gatsby-theme-status-dashboard/CHANGELOG.md +++ b/themes/gatsby-theme-status-dashboard/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## 2.0.0 + +### Major Changes + +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! + +### Breaking Changes + +1. Removed `gatsby-plugin-typescript` +1. Updating `theme-ui` from v0.3 to v0.9 and thus also `emotion` from v10 to v11 + +#### Migrating + +1. The TypeScript plugin isn't necessary anymore with Gatsby v3 +1. The changelog/migration guide for `theme-ui` is here: https://theme-ui.com/migrating and for `emotion` here: https://emotion.sh/docs/emotion-11 + +### Improvements + +- Performance improvements from `theme-ui` upgrade + +### Updates to Starter + +If you only cloned the starter (https://github.com/LekoArts/gatsby-status-dashboard) and didn't change anything else this section will be more relevant to you. + +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Update `emotion` from v10 to v11 + ## 1.1.16 ### Patch Changes diff --git a/themes/gatsby-theme-status-dashboard/package.json b/themes/gatsby-theme-status-dashboard/package.json index a8f558bb3..90e030a98 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": "1.1.16", + "version": "2.0.0", "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 old mode 100644 new mode 100755 index 3e642ed5e..6dfe4c725 --- a/themes/gatsby-theme-styleguide/CHANGELOG.md +++ b/themes/gatsby-theme-styleguide/CHANGELOG.md @@ -1,284 +1,175 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -## [1.1.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.17...@lekoarts/gatsby-theme-styleguide@1.1.18) (2020-11-11) +### Major Changes -**Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide +[#599](https://github.com/LekoArts/gatsby-themes/pull/599) [`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288) Thanks [@LekoArts](https://github.com/LekoArts)! +### Breaking Changes +1. `peerDependencies` of `theme-ui` v0.9, React v17 and Gatsby v3 +#### Migrating +1. Update your packages to the necessary `peerDependency` versions -## [1.1.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.16...@lekoarts/gatsby-theme-styleguide@1.1.17) (2020-11-02) +### Updates to Starter -**Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide +If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-styleguide) and didn't change anything else this section will be more relevant to you. +- Add `FAST_DEV` flag +- Update to all latest Gatsby (+ plugins) versions +- Update `emotion` from v10 to v11 +### Patch Changes +- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]: + - @lekoarts/gatsby-theme-specimens@3.0.0 +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.1.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.15...@lekoarts/gatsby-theme-styleguide@1.1.16) (2020-10-25) +## [1.1.18](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.17...@lekoarts/gatsby-theme-styleguide@1.1.18) (2020-11-11) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide +## [1.1.17](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.16...@lekoarts/gatsby-theme-styleguide@1.1.17) (2020-11-02) +**Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide +## [1.1.16](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.15...@lekoarts/gatsby-theme-styleguide@1.1.16) (2020-10-25) +**Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide ## [1.1.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.14...@lekoarts/gatsby-theme-styleguide@1.1.15) (2020-10-10) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.13...@lekoarts/gatsby-theme-styleguide@1.1.14) (2020-09-25) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.12...@lekoarts/gatsby-theme-styleguide@1.1.13) (2020-09-16) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.11...@lekoarts/gatsby-theme-styleguide@1.1.12) (2020-09-10) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.10...@lekoarts/gatsby-theme-styleguide@1.1.11) (2020-08-27) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.9...@lekoarts/gatsby-theme-styleguide@1.1.10) (2020-07-09) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.8...@lekoarts/gatsby-theme-styleguide@1.1.9) (2020-07-09) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.7...@lekoarts/gatsby-theme-styleguide@1.1.8) (2020-07-03) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.6...@lekoarts/gatsby-theme-styleguide@1.1.7) (2020-07-02) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.5...@lekoarts/gatsby-theme-styleguide@1.1.6) (2020-06-08) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.4...@lekoarts/gatsby-theme-styleguide@1.1.5) (2020-05-29) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.3...@lekoarts/gatsby-theme-styleguide@1.1.4) (2020-05-12) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.2...@lekoarts/gatsby-theme-styleguide@1.1.3) (2020-05-04) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.1...@lekoarts/gatsby-theme-styleguide@1.1.2) (2020-05-02) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.1.1](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.1.0...@lekoarts/gatsby-theme-styleguide@1.1.1) (2020-04-28) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - # [1.1.0](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.15...@lekoarts/gatsby-theme-styleguide@1.1.0) (2020-04-27) - ### Features -* Update theme-ui to v0.3.x ([#371](https://github.com/LekoArts/gatsby-themes/issues/371)) ([67a05ac](https://github.com/LekoArts/gatsby-themes/commit/67a05ac3e1deaddfe38591739e7f50f56d49d109)), closes [/theme-ui.com/migrating#v03](https://github.com//theme-ui.com/migrating/issues/v03) [#262](https://github.com/LekoArts/gatsby-themes/issues/262) - - - - +- Update theme-ui to v0.3.x ([#371](https://github.com/LekoArts/gatsby-themes/issues/371)) ([67a05ac](https://github.com/LekoArts/gatsby-themes/commit/67a05ac3e1deaddfe38591739e7f50f56d49d109)), closes [/theme-ui.com/migrating#v03](https://github.com//theme-ui.com/migrating/issues/v03) [#262](https://github.com/LekoArts/gatsby-themes/issues/262) ## [1.0.15](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.14...@lekoarts/gatsby-theme-styleguide@1.0.15) (2020-04-24) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.14](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.13...@lekoarts/gatsby-theme-styleguide@1.0.14) (2020-04-12) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.13](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.12...@lekoarts/gatsby-theme-styleguide@1.0.13) (2020-04-01) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.12](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.11...@lekoarts/gatsby-theme-styleguide@1.0.12) (2020-03-31) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.11](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.10...@lekoarts/gatsby-theme-styleguide@1.0.11) (2020-03-04) - ### Bug Fixes -* filterStyles & better checks in Heading ([#291](https://github.com/LekoArts/gatsby-themes/issues/291)) ([1f20d4b](https://github.com/LekoArts/gatsby-themes/commit/1f20d4ba18f6aed253559fc2a99d5333e0272bfd)) - - - - +- filterStyles & better checks in Heading ([#291](https://github.com/LekoArts/gatsby-themes/issues/291)) ([1f20d4b](https://github.com/LekoArts/gatsby-themes/commit/1f20d4ba18f6aed253559fc2a99d5333e0272bfd)) ## [1.0.10](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.9...@lekoarts/gatsby-theme-styleguide@1.0.10) (2020-02-27) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.9](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.8...@lekoarts/gatsby-theme-styleguide@1.0.9) (2020-02-16) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.8](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.7...@lekoarts/gatsby-theme-styleguide@1.0.8) (2020-01-23) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.7](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.6...@lekoarts/gatsby-theme-styleguide@1.0.7) (2020-01-18) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.6](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.5...@lekoarts/gatsby-theme-styleguide@1.0.6) (2020-01-17) - ### Bug Fixes -* Don't use React.FC ([cc1ca59](https://github.com/LekoArts/gatsby-themes/commit/cc1ca59e0bfec5fa17337156468d2e6b27b636b2)) - - - - +- Don't use React.FC ([cc1ca59](https://github.com/LekoArts/gatsby-themes/commit/cc1ca59e0bfec5fa17337156468d2e6b27b636b2)) ## [1.0.5](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.4...@lekoarts/gatsby-theme-styleguide@1.0.5) (2020-01-06) - ### Bug Fixes -* **deps:** update dependency theme-ui to ^0.2.52 ([#214](https://github.com/LekoArts/gatsby-themes/issues/214)) ([504fbd1](https://github.com/LekoArts/gatsby-themes/commit/504fbd18712ca9971cf4af5eaf3343351c994f8e)) - - - - +- **deps:** update dependency theme-ui to ^0.2.52 ([#214](https://github.com/LekoArts/gatsby-themes/issues/214)) ([504fbd1](https://github.com/LekoArts/gatsby-themes/commit/504fbd18712ca9971cf4af5eaf3343351c994f8e)) ## [1.0.4](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.3...@lekoarts/gatsby-theme-styleguide@1.0.4) (2020-01-04) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.3](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.2...@lekoarts/gatsby-theme-styleguide@1.0.3) (2020-01-04) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## [1.0.2](https://github.com/LekoArts/gatsby-themes/compare/@lekoarts/gatsby-theme-styleguide@1.0.1...@lekoarts/gatsby-theme-styleguide@1.0.2) (2019-12-31) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide - - - - ## 1.0.1 (2019-12-31) **Note:** Version bump only for package @lekoarts/gatsby-theme-styleguide diff --git a/themes/gatsby-theme-styleguide/package.json b/themes/gatsby-theme-styleguide/package.json index 45ae78807..6074357a3 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": "1.1.18", + "version": "2.0.0", "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", @@ -21,7 +21,7 @@ "theme-ui": ">=0.9" }, "dependencies": { - "@lekoarts/gatsby-theme-specimens": "^2.3.8" + "@lekoarts/gatsby-theme-specimens": "^3.0.0" }, "keywords": [ "gatsby",