Skip to content

Commit

Permalink
docs(release): design system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nl-design-system-ci authored and Robbert committed Oct 6, 2024
1 parent 9e32a67 commit 1ee8885
Show file tree
Hide file tree
Showing 65 changed files with 266 additions and 163 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-three-ape.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/famous-seahorses-smell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-months-dress.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/good-rice-cover.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/olive-numbers-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-spoons-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/prickly-roses-cry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-coins-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-roses-blush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-parrots-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-snails-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/slimy-roses-scream.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stale-mayflies-arrive.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/three-emus-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-wolves-thank.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-eggs-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/white-roses-shine.md

This file was deleted.

11 changes: 11 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @utrecht/components

## 7.3.0

### Minor Changes

- 200e34b: Add `utrecht.number-badge.border-color` and `utrecht.number-badge.border-width` design tokens.

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.
- 95901d6: Add CSS variables fallback, so disabled radio button looks like normal radio button when no design tokens are set.

## 7.2.0

### Minor Changes
Expand Down
14 changes: 14 additions & 0 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @utrecht/button-css

## 2.0.0

### Major Changes

- c3660c1: Rename design token `utrecht.button.icon.gap` to `utrecht.button.column-gap`

### Minor Changes

- 24b4813: Add an optional element class `utrecht-button__label` to support other inline styling without a gap

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Button component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
9 changes: 9 additions & 0 deletions components/focus-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @utrecht/focus-ring-css

## 2.0.0

### Major Changes

- c1f8d63: Remove the SCSS variable `$utrecht-focus-visible-fallback` and remove the following mixins:

- `utrecht-focus-ring-reset`
- `utrecht-focus-pseudo-classes-backwards-compatible`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/focus-ring/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Form component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
20 changes: 20 additions & 0 deletions components/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @utrecht/link-css

## 1.3.0

### Minor Changes

- c71f875: Move the Link `text-underline` effect from `focus` to `focus-visible`. The goal is to not change the `text-underline` appearance during the flow of moving the mouse over the link (`:hover`) and then clicking the link (`:focus` + `:active`).

Add new `focus-visible` tokens for Link:

- `utrecht.link.focus-visible.text-decoration`
- `utrecht.link.focus-visible.text-decoration-thickness`

The following tokens are now deprecated:

- `utrecht.link.focus.text-decoration`
- `utrecht.link.focus.text-decoration-thickness`

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.3.0",
"author": "Community for NL Design System",
"description": "Link component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
6 changes: 6 additions & 0 deletions components/mapcontrolbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/map-control-button-css

## 2.0.2

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/mapcontrolbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"author": "Community for NL Design System",
"description": "Map control button component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
6 changes: 6 additions & 0 deletions components/mark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/mark-css

## 1.2.2

### Patch Changes

- 8edf86e: Changed value for Figma support metadata.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/mark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"author": "Community for NL Design System",
"description": "Mark component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
6 changes: 6 additions & 0 deletions components/number-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/number-badge-css

## 2.1.0

### Minor Changes

- 200e34b: Add `utrecht.number-badge.border-color` and `utrecht.number-badge.border-width` design tokens.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/number-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.1.0",
"author": "Community for NL Design System",
"description": "Number badge component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.2.0",
"version": "7.3.0",
"author": "Community for NL Design System",
"description": "Components for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
6 changes: 6 additions & 0 deletions components/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/pagination-css

## 1.2.1

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"author": "Community for NL Design System",
"description": "Pagination component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
8 changes: 8 additions & 0 deletions components/paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/paragraph-css

## 2.0.0

### Major Changes

- fe20468: Breaking change: Removed "lead" and "small" styling from HTML paragraph component. If "lead" or "small" are now used, there will be no styling.

Removed "lead" and "small" stories from html paragraph.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/paragraph/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Paragraph component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
6 changes: 6 additions & 0 deletions components/radio-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/radio-button-css

## 1.3.1

### Patch Changes

- 95901d6: Add CSS variables fallback, so disabled radio button looks like normal radio button when no design tokens are set.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/radio-button/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"author": "Community for NL Design System",
"description": "Radio button component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
10 changes: 10 additions & 0 deletions components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @utrecht/select-css

## 1.4.0

### Minor Changes

- bc27493: Add `utrecht.select.line-height` design token.

### Patch Changes

- e177ced: Start using `:focus-visible`, Safari support has caught up.

## 1.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit 1ee8885

Please sign in to comment.