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 Nov 10, 2024
1 parent e99f893 commit 4fffa42
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 43 deletions.
8 changes: 0 additions & 8 deletions .changeset/blue-mice-hear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dull-walls-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-onions-juggle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rare-dragons-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-snails-join.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- 8f12dce: Stack `z-index` of listbox in popover above other content.

## 1.2.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.2.0",
"version": "1.2.1",
"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
10 changes: 10 additions & 0 deletions components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @utrecht/listbox-css

## 1.3.0

### Minor Changes

- c00e938: Improve listbox styling:

- Support forced-colors mode.
- Support `active` state for listbox options.
- Support `hover` state for listbox options.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/listbox/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": "Listbox component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @utrecht/component-library-react

## 7.3.1

### Patch Changes

- 64d9157: Fix missing TypeScript types for React components by using `dependencies` instead of `devDependencies`.
- 8f12dce: Stack `z-index` of listbox in popover above other content.

## 7.3.0

### Minor 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.3.0",
"version": "7.3.1",
"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 packages/components-react/checkbox-group-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/checkbox-group-react

## 1.0.1

### Patch Changes

- 64d9157: Fix missing TypeScript types for React components by using `dependencies` instead of `devDependencies`.
- Updated dependencies [64d9157]
- @utrecht/form-field-checkbox-react@1.0.1

## 1.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/checkbox-group-react",
"version": "1.0.0",
"version": "1.0.1",
"author": "Community for NL Design System",
"description": "Checkbox Group component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-react/combobox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @utrecht/combobox-react

## 0.0.1

### Patch Changes

- 8f12dce: Stack `z-index` of listbox in popover above other content.
2 changes: 1 addition & 1 deletion packages/components-react/combobox-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/combobox-react",
"version": "0.0.0",
"version": "0.0.1",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-checkbox-react

## 1.0.1

### Patch Changes

- 64d9157: Fix missing TypeScript types for React components by using `dependencies` instead of `devDependencies`.

## 1.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/form-field-checkbox-react",
"version": "1.0.0",
"version": "1.0.1",
"author": "Community for NL Design System",
"description": "Form Field Checkbox 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 packages/components-react/listbox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/listbox-react

## 1.0.1

### Patch Changes

- 7907a7d: The listbox is no longer focusable by default. Add `tabIndex={0}` to make it focusable.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/listbox-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/listbox-react",
"version": "1.0.0",
"version": "1.0.1",
"author": "Community for NL Design System",
"description": "Listbox 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 packages/components-react/radio-group-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/radio-group-react

## 1.0.2

### Patch Changes

- 64d9157: Fix missing TypeScript types for React components by using `dependencies` instead of `devDependencies`.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/radio-group-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/radio-group-react",
"version": "1.0.1",
"version": "1.0.2",
"author": "Community for NL Design System",
"description": "Radio Group component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/components-react/select-combobox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @utrecht/select-combobox-react

## 1.0.0

### Major Changes

- 7907a7d: Create new Select Combobox component for React.

### Patch Changes

- Updated dependencies [8f12dce]
- Updated dependencies [7907a7d]
- @utrecht/combobox-react@0.0.1
- @utrecht/listbox-react@1.0.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/select-combobox-react",
"version": "0.0.0",
"version": "1.0.0",
"author": "Community for NL Design System",
"description": "Select Combobox component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down

0 comments on commit 4fffa42

Please sign in to comment.