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 24, 2024
1 parent 2ceb531 commit 728446a
Show file tree
Hide file tree
Showing 55 changed files with 290 additions and 113 deletions.
29 changes: 0 additions & 29 deletions .changeset/curvy-files-accept.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/flow-experiment-soil.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/no-longer-required.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [709159c]
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- @utrecht/button-react@2.0.3
- @utrecht/component-library-react@7.3.6

## 1.0.1

### 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.1",
"version": "1.0.2",
"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
25 changes: 25 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @utrecht/component-library-react

## 7.3.6

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- @utrecht/button-react@2.0.3
- @utrecht/calendar-react@1.0.6
- @utrecht/checkbox-react@1.0.3
- @utrecht/combobox-react@0.0.4
- @utrecht/fieldset-react@1.0.3
- @utrecht/form-field-checkbox-react@1.0.5
- @utrecht/form-field-description-react@1.0.3
- @utrecht/form-field-error-message-react@1.0.3
- @utrecht/form-field-react@1.0.3
- @utrecht/form-label-react@1.0.3
- @utrecht/link-react@1.0.3
- @utrecht/listbox-react@1.0.4
- @utrecht/radio-button-react@1.0.3
- @utrecht/textbox-react@1.0.3

## 7.3.5

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

## 0.0.2

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 0.0.1

### 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.1",
"version": "0.0.2",
"description": "Body 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/button-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/button-react

## 2.0.3

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 2.0.2

### 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.2",
"version": "2.0.3",
"description": "Button 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/calendar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @utrecht/calendar-react

## 1.0.6

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- @utrecht/button-react@2.0.3

## 1.0.5

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

## 1.0.5

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- @utrecht/checkbox-react@1.0.3
- @utrecht/fieldset-react@1.0.3
- @utrecht/form-field-checkbox-react@1.0.5
- @utrecht/form-field-description-react@1.0.3
- @utrecht/form-field-error-message-react@1.0.3
- @utrecht/form-field-react@1.0.3

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "Checkbox Group 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/checkbox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/checkbox-react

## 1.0.3

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Checkbox 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/combobox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/combobox-react

## 0.0.4

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 0.0.3

### 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.3",
"version": "0.0.4",
"description": "Combobox 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/fieldset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utrecht/fieldset-react

## 1.0.3

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Fieldset component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
16 changes: 16 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,21 @@
# @utrecht/form-field-checkbox-react

## 1.0.5

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- Updated dependencies [709159c]
- @utrecht/checkbox-react@1.0.3
- @utrecht/form-field-description-react@1.0.3
- @utrecht/form-field-error-message-react@1.0.3
- @utrecht/form-field-react@1.0.3
- @utrecht/form-label-react@1.0.3

## 1.0.4

### 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.4",
"version": "1.0.5",
"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,13 @@
# @utrecht/form-field-description-react

## 1.0.3

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 1.0.2

### 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.2",
"version": "1.0.3",
"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,13 @@
# @utrecht/form-field-error-message-react

## 1.0.3

### Patch Changes

- 709159c: Fix issue causing missing TypeScript `d.ts` files for React components.
- 709159c: Specify `exports` in `package.jon` for `.mjs` files in React components.
- 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses `require()` anymore!

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Form Field Error Message component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
Loading

0 comments on commit 728446a

Please sign in to comment.