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 13, 2024
1 parent 2111774 commit e4515df
Show file tree
Hide file tree
Showing 32 changed files with 111 additions and 122 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-yaks-tease.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eleven-comics-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-knives-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-ears-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-plums-burn.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/metal-numbers-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-mugs-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-numbers-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-crews-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-tomatoes-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-roses-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-gifts-rescue.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/shy-books-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-guests-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bags-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-taxis-invent.md

This file was deleted.

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

## 7.4.0

### Minor Changes

- 275db34: Add design tokens to Blockquote:

- `utrecht.blockquote.border-width`
- `utrecht.blockquote.row-gap`

## 7.3.0

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

## 1.3.0

### Minor Changes

- 275db34: Add design tokens to Blockquote:

- `utrecht.blockquote.border-width`
- `utrecht.blockquote.row-gap`

- 44b3064: Introduce the following class names and mixins:

- `utrecht-blockquote__caption` (renamed from: `utrecht-blockquote__attribution`)
- `utrecht-blockquote__quote` (renamed from: `utrecht-blockquote__content`)

The following class names mixins are now deprecated:

- `utrecht-blockquote__attribution`
- `utrecht-blockquote__content`

Renamed the following design tokens (but the old ones)

- `utrecht.blockquote.attribution.color` to `utrecht.blockquote.caption.color`
- `utrecht.blockquote.attribution.font-size` to `utrecht.blockquote.caption.font-size`
- `utrecht.blockquote.content.color` to `utrecht.blockquote.quote.color`
- `utrecht.blockquote.content.font-size` to `utrecht.blockquote.quote.font-size`

Deprecated the following design tokens:

- `utrecht.blockquote.attribution.color`
- `utrecht.blockquote.attribution.font-size`
- `utrecht.blockquote.content.color`
- `utrecht.blockquote.content.font size`

The deprecated design tokens, class names and mixins still work for now, but migrate as soon as possible!

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/blockquote/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": "Blockquote component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
13 changes: 13 additions & 0 deletions components/column-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @utrecht/column-layout-css

## 1.3.0

### Minor Changes

- df443c2: Add two design tokens to support explicit column count for print, or a special `column-width` for print:

- `utrecht.column-layout.print.column-count`
- `utrecht.column-layout.print.column-width`

### Patch Changes

- 22e4378: Support PDF rendering with Prince for Column Layout CSS.

## 1.2.0

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

## 1.3.0

### Minor Changes

- 9ba132c: Add `utrecht-form-field__error-message` class name and mixin.

Deprecate the `utrecht-form-field__description--invalid` mixin.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"author": "Community for NL Design System",
"description": "Form field 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.3.0",
"version": "7.4.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
9 changes: 9 additions & 0 deletions packages/component-library-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @utrecht/component-library-css

## 6.1.0

### Minor Changes

- 275db34: Add design tokens to Blockquote:

- `utrecht.blockquote.border-width`
- `utrecht.blockquote.row-gap`

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-css/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "6.1.0",
"author": "Community for NL Design System",
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/component-library-pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/component-library-pdf

## 0.2.0

### Minor Changes

- 17d9813: Add Column Layout to the PDF component library.
- 41424a7: Add FormFieldTextarea component to the PDF component library.
- e74de78: Add Form Field with Checkbox to PDF component library.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"author": "Community for NL Design System",
"description": "PDF component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @utrecht/component-library-react

## 7.1.0

### Minor Changes

- a26f139: Add `FormFieldTextarea` component to the React component library.
- b520118: Support `restProps` for React `ColumnLayout` component.
- 4c0f337: Add `inputRequired` property to React `Textarea`.
- b8b8100: Add `<FormFieldCheckbox>` component.

### Patch Changes

- ecaf6a6: Fix missing CSS when loading `Button` from `dist/css-module/`.

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0",
"version": "7.1.0",
"author": "Community for NL Design System",
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
8 changes: 8 additions & 0 deletions proprietary/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/design-tokens

## 2.1.1

### Patch Changes

- 7fc1efc: Fix `propery.css` output. (The file was empty.)
- 7fc1efc: No longer include `::backdrop` selectors, those are no longer needed in evergreen browsers.'
- 3185cc0: Convert all `px` `font-size` design tokens to `rem`.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion proprietary/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1",
"author": "Community for NL Design System",
"description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
"license": "SEE LICENSE IN ./LICENSE.md",
Expand Down

0 comments on commit e4515df

Please sign in to comment.