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 Jul 29, 2024
1 parent 4cd5fac commit 534424b
Show file tree
Hide file tree
Showing 51 changed files with 341 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-singers-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-rats-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-singers-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-jokes-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-bobcats-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-scissors-peel.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/selfish-actors-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-pugs-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-deers-sell.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/tough-apricots-drum.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/violet-laws-smash.md

This file was deleted.

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

## 6.2.0

### Minor Changes

- 4037f4c: Add two new design tokens to "Badge counter":

- `utrecht.badge-counter.min-block-size`
- `utrecht.badge-counter.min-inline-size`: the primary token to configure the size.

The following design token is now deprecated. Reason for deprecation: it does not follow naming conventions, to use existing CSS property names — "`min-size`" is a made-up property.

- `utrecht.badge-counter.min-size`

- 5299695: Button now support two new design tokens for each appearance: `font-size` and a matching `line-height`. These are optional, by default the button still uses `utrecht.button.font-size` and `utrecht.button.line-height`.

These are the 6 new design tokens:

- `utrecht.button.primary-action.font-size`
- `utrecht.button.primary-action.line-height`
- `utrecht.button.secondary-action.font-size`
- `utrecht.button.secondary-action.line-height`
- `utrecht.button.subtle.font-size`
- `utrecht.button.subtle.line-height`

## 6.1.0

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

## 1.2.0

### Minor Changes

- 4037f4c: Add two new design tokens to "Badge counter":

- `utrecht.badge-counter.min-block-size`
- `utrecht.badge-counter.min-inline-size`: the primary token to configure the size.

The following design token is now deprecated. Reason for deprecation: it does not follow naming conventions, to use existing CSS property names — "`min-size`" is a made-up property.

- `utrecht.badge-counter.min-size`

## 1.1.0

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

## 1.2.0

### Minor Changes

- c0fa489: Add `utrecht-button-appearance-properties` mixin, to generate the custom properties for a button variant without the selector.
- 5299695: Button now support two new design tokens for each appearance: `font-size` and a matching `line-height`. These are optional, by default the button still uses `utrecht.button.font-size` and `utrecht.button.line-height`.

These are the 6 new design tokens:

- `utrecht.button.primary-action.font-size`
- `utrecht.button.primary-action.line-height`
- `utrecht.button.secondary-action.font-size`
- `utrecht.button.secondary-action.line-height`
- `utrecht.button.subtle.font-size`
- `utrecht.button.subtle.line-height`

## 1.1.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.1.0",
"version": "1.2.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
6 changes: 6 additions & 0 deletions components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/checkbox-css

## 1.2.0

### Minor Changes

- a41bba4: Add option to include Prince XML support. Use `$utrecht-support-prince-xml: true !default;` to enable this option.

## 1.1.0

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

## 1.2.0

### Minor Changes

- 5299695: Button now support two new design tokens for each appearance: `font-size` and a matching `line-height`. These are optional, by default the button still uses `utrecht.button.font-size` and `utrecht.button.line-height`.

These are the 6 new design tokens:

- `utrecht.button.primary-action.font-size`
- `utrecht.button.primary-action.line-height`
- `utrecht.button.secondary-action.font-size`
- `utrecht.button.secondary-action.line-height`
- `utrecht.button.subtle.font-size`
- `utrecht.button.subtle.line-height`

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Combobox 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/form-field-description/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-description-css

## 1.2.0

### Minor Changes

- 76473a7: Add `line-height` token to Form Field Description.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-description/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Form field description 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/form-field-error-message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-error-message-css

## 1.2.0

### Minor Changes

- 76473a7: Add `line-height` token to Form Field Error Message.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-error-message/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Form field error message 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": "6.1.0",
"version": "6.2.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/radio-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/radio-button-css

## 1.2.0

### Minor Changes

- a41bba4: Add option to include Prince XML support. Use `$utrecht-support-prince-xml: true !default;` to enable this option.

## 1.1.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.1.0",
"version": "1.2.0",
"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
6 changes: 6 additions & 0 deletions components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/select-css

## 1.2.0

### Minor Changes

- a41bba4: Add option to include Prince XML support. Use `$utrecht-support-prince-xml: true !default;` to enable this option.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Select 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/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/textarea-css

## 1.2.0

### Minor Changes

- a41bba4: Add option to include Prince XML support. Use `$utrecht-support-prince-xml: true !default;` to enable this option.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Textarea 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/textbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/textbox-css

## 1.2.0

### Minor Changes

- a41bba4: Add option to include Prince XML support. Use `$utrecht-support-prince-xml: true !default;` to enable this option.

## 1.1.0

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

## 1.2.0

### Minor Changes

- 5299695: Button now support two new design tokens for each appearance: `font-size` and a matching `line-height`. These are optional, by default the button still uses `utrecht.button.font-size` and `utrecht.button.line-height`.

These are the 6 new design tokens:

- `utrecht.button.primary-action.font-size`
- `utrecht.button.primary-action.line-height`
- `utrecht.button.secondary-action.font-size`
- `utrecht.button.secondary-action.line-height`
- `utrecht.button.subtle.font-size`
- `utrecht.button.subtle.line-height`

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"author": "Community for NL Design System",
"description": "Angular web components for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
Loading

0 comments on commit 534424b

Please sign in to comment.