Skip to content

Commit

Permalink
Changesets: Version Packages (#1162)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 27, 2023
1 parent b350a5a commit bc63857
Show file tree
Hide file tree
Showing 44 changed files with 353 additions and 175 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-apples-reply.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changeset/cold-camels-relax.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/famous-needles-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-snakes-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-eggs-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pans-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-dingos-sort.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/serious-dodos-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-shirts-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ears-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-tables-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-bees-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-badgers-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-berries-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-ladybugs-serve.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/specimens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.3.20

### Patch Changes

- [#1164](https://github.com/LekoArts/gatsby-themes/pull/1164) [`27abea13`](https://github.com/LekoArts/gatsby-themes/commit/27abea13fad5a8834e231e505fab4067de862b30) Thanks [@LekoArts](https://github.com/LekoArts)! - Move some global styles from `<Global>` component to Theme UI's `styles.root`. This makes it easier to modify those directly through the Theme UI config.

## 0.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/specimens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.19",
"version": "0.3.20",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-specimens",
Expand Down
9 changes: 9 additions & 0 deletions examples/status-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.2.14

### Patch Changes

- [#1164](https://github.com/LekoArts/gatsby-themes/pull/1164) [`27abea13`](https://github.com/LekoArts/gatsby-themes/commit/27abea13fad5a8834e231e505fab4067de862b30) Thanks [@LekoArts](https://github.com/LekoArts)! - Move some global styles from `<Global>` component to Theme UI's `styles.root`. This makes it easier to modify those directly through the Theme UI config.

- Updated dependencies [[`49a98338`](https://github.com/LekoArts/gatsby-themes/commit/49a98338b0daf8e137c4d20298ae848a50b8d449)]:
- @lekoarts/gatsby-theme-status-dashboard@5.1.1

## 0.2.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.13",
"version": "0.2.14",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-status-dashboard",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@lekoarts/gatsby-theme-status-dashboard": "^5.0.0",
"@lekoarts/gatsby-theme-status-dashboard": "^5.1.1",
"gatsby": "^5.9.0",
"gatsby-plugin-emotion": "^8.9.0",
"gatsby-plugin-manifest": "^5.9.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.2.17

### Patch Changes

- [#1164](https://github.com/LekoArts/gatsby-themes/pull/1164) [`27abea13`](https://github.com/LekoArts/gatsby-themes/commit/27abea13fad5a8834e231e505fab4067de862b30) Thanks [@LekoArts](https://github.com/LekoArts)! - Move some global styles from `<Global>` component to Theme UI's `styles.root`. This makes it easier to modify those directly through the Theme UI config.

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.16",
"version": "0.2.17",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-styleguide",
Expand Down
69 changes: 69 additions & 0 deletions themes/gatsby-theme-cara/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# Change Log

## 5.1.1

### Patch Changes

- [#1164](https://github.com/LekoArts/gatsby-themes/pull/1164) [`27abea13`](https://github.com/LekoArts/gatsby-themes/commit/27abea13fad5a8834e231e505fab4067de862b30) Thanks [@LekoArts](https://github.com/LekoArts)! - This theme had a fixed `font-size` of `18px` on the `<html>` element. This is a **bad** accessibility practice.
This explicitly set `font-size` is removed now.

This will make the overall font sizes and spacing for the theme smaller (since all other font sizes and padding/margin are derived from the root `font-size` through `rem`).

If you need the old font styles, you can adjust the [`fontSizes` inside the Theme UI configuration](https://theme-ui.com/theme-spec#font-sizes-typographic-scale).

Currently, the `fontSizes` array inside the Theme UI configuration you're using is:

```js
const fontSizes = [
"0.875rem",
"1rem",
"1.25rem",
"1.5rem",
"1.875rem",
"2.25rem",
"3rem",
"4rem",
"4.5rem",
];
```

Previously, the `font-size` was set like this:

```css
html {
font-size: 18px;
}
```

So for the normal base of `16px`, `18px` is `1.125rem`. So you could change it to this:

```js
const fontSizes = [
"1rem",
"1.125rem",
"1.375rem",
"1.625rem",
"2rem",
"2.375rem",
"3.125rem",
"4.125rem",
"4.625rem",
];
```

- [#1165](https://github.com/LekoArts/gatsby-themes/pull/1165) [`b350a5a5`](https://github.com/LekoArts/gatsby-themes/commit/b350a5a5a4416fe6f30a16af629f0cb898ad9b6f) Thanks [@LekoArts](https://github.com/LekoArts)! - Ensure that the color mode toggle (light/dark mode) works correctly. This is done through adding the current color mode to the `<html>` element like so:

```html
<html class="theme-ui-light"></html>
```

When the button is pressed it'll change to:

```html
<html class="theme-ui-dark"></html>
```

In theory this shouldn't be necessary, but there is a weird interaction between [Theme UI](https://theme-ui.com/) and [Gatsby Head API](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-head/) that I currently don't have the time to deeply investigate.

- [#1164](https://github.com/LekoArts/gatsby-themes/pull/1164) [`27abea13`](https://github.com/LekoArts/gatsby-themes/commit/27abea13fad5a8834e231e505fab4067de862b30) Thanks [@LekoArts](https://github.com/LekoArts)! - Move some global styles from `<Global>` component to Theme UI's `styles.root`. This makes it easier to modify those directly through the Theme UI config.

- [#1134](https://github.com/LekoArts/gatsby-themes/pull/1134) [`9298a7de`](https://github.com/LekoArts/gatsby-themes/commit/9298a7dedf9e120cb41569593f9aa45b1f2ed293) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update minor and patch dependencies for gatsby-theme-cara

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-cara/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-cara",
"version": "5.1.0",
"version": "5.1.1",
"author": "LekoArts",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions themes/gatsby-theme-emilia-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- [#1150](https://github.com/LekoArts/gatsby-themes/pull/1150) [`12e417f8`](https://github.com/LekoArts/gatsby-themes/commit/12e417f80a75cb41a89bbb28c03885ca5e747872) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update minor and patch dependencies for gatsby-theme-emilia-core

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-emilia-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-emilia-core",
"version": "5.1.0",
"version": "5.1.1",
"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",
Expand Down
Loading

0 comments on commit bc63857

Please sign in to comment.