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 committed Nov 24, 2024
1 parent 5881339 commit 37d43f3
Show file tree
Hide file tree
Showing 53 changed files with 226 additions and 55 deletions.
29 changes: 0 additions & 29 deletions .changeset/few-dancers-argue.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/preact-app

## 1.0.3

### Patch Changes

- Updated dependencies [5881339]
- @utrecht/button-react@2.0.4
- @utrecht/component-library-react@7.3.7

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/preact-app",
"version": "1.0.2",
"version": "1.0.3",
"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
21 changes: 21 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @utrecht/component-library-react

## 7.3.7

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'
- Updated dependencies [5881339]
- @utrecht/button-react@2.0.4
- @utrecht/calendar-react@1.0.7
- @utrecht/checkbox-react@1.0.4
- @utrecht/combobox-react@0.0.5
- @utrecht/fieldset-react@1.0.4
- @utrecht/form-field-checkbox-react@1.0.6
- @utrecht/form-field-description-react@1.0.4
- @utrecht/form-field-error-message-react@1.0.4
- @utrecht/form-field-react@1.0.4
- @utrecht/form-label-react@1.0.4
- @utrecht/link-react@1.0.4
- @utrecht/listbox-react@1.0.5
- @utrecht/radio-button-react@1.0.4
- @utrecht/textbox-react@1.0.4

## 7.3.6

### Patch 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,6 +1,6 @@
{
"name": "@utrecht/component-library-react",
"version": "7.3.6",
"version": "7.3.7",
"private": false,
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/body-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/body-react

## 0.0.3

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/body-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/body-react",
"version": "0.0.2",
"version": "0.0.3",
"description": "Body component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/button-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/button-react

## 2.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/button-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/button-react",
"version": "2.0.3",
"version": "2.0.4",
"description": "Button component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
8 changes: 8 additions & 0 deletions packages/components-react/calendar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/calendar-react

## 1.0.7

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'
- Updated dependencies [5881339]
- @utrecht/button-react@2.0.4

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/calendar-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/calendar-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "Calendar component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
13 changes: 13 additions & 0 deletions packages/components-react/checkbox-group-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @utrecht/checkbox-group-react

## 1.0.6

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'
- Updated dependencies [5881339]
- @utrecht/checkbox-react@1.0.4
- @utrecht/fieldset-react@1.0.4
- @utrecht/form-field-checkbox-react@1.0.6
- @utrecht/form-field-description-react@1.0.4
- @utrecht/form-field-error-message-react@1.0.4
- @utrecht/form-field-react@1.0.4

## 1.0.5

### Patch 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.5",
"version": "1.0.6",
"description": "Checkbox Group component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/checkbox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/checkbox-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/checkbox-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/checkbox-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Checkbox component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/combobox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/combobox-react

## 0.0.5

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 0.0.4

### Patch Changes
Expand Down
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.4",
"version": "0.0.5",
"description": "Combobox component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/fieldset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/fieldset-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/fieldset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/fieldset-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Fieldset component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
12 changes: 12 additions & 0 deletions packages/components-react/form-field-checkbox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @utrecht/form-field-checkbox-react

## 1.0.6

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'
- Updated dependencies [5881339]
- @utrecht/checkbox-react@1.0.4
- @utrecht/form-field-description-react@1.0.4
- @utrecht/form-field-error-message-react@1.0.4
- @utrecht/form-field-react@1.0.4
- @utrecht/form-label-react@1.0.4

## 1.0.5

### Patch 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.5",
"version": "1.0.6",
"description": "Form Field Checkbox component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-description-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/form-field-description-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Form Field Description component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-error-message-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/form-field-error-message-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Form Field Error Message component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/form-field-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-field-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/form-field-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/form-field-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Form Field component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/form-label-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/form-label-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/form-label-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/form-label-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Form Label component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/link-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/link-react

## 1.0.4

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/link-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/link-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Link component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
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.5

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.4

### Patch 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.4",
"version": "1.0.5",
"description": "Listbox component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
6 changes: 6 additions & 0 deletions packages/components-react/nav-bar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/nav-bar-react

## 1.0.3

### Patch Changes

- 5881339: Remove `"sideEffects": true` from `package.json` to prevent tree shaking CSS injection'

## 1.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit 37d43f3

Please sign in to comment.