Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(release): design system packages #2669

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/polite-seahorses-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-beers-begin.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/yellow-rivers-drum.md

This file was deleted.

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

## 1.0.6

### Patch Changes

- Updated dependencies [9bd83e5]
- Updated dependencies [6ce885b]
- @utrecht/component-library-react@8.0.1
- @utrecht/design-tokens@2.4.0

## 1.0.5

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

## 8.0.1

### Patch Changes

- 9bd83e5: Update dependencies.

## 8.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,6 +1,6 @@
{
"name": "@utrecht/component-library-react",
"version": "8.0.0",
"version": "8.0.1",
"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/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.7

### Patch Changes

- 6d6c67d: pass required prop to radio group

## 1.0.6

### 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.6",
"version": "1.0.7",
"description": "Radio Group component for the Municipality of Utrecht based on the NL Design System architecture",
"keywords": [
"nl-design-system"
Expand Down
14 changes: 14 additions & 0 deletions proprietary/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @utrecht/design-tokens

## 2.4.0

### Minor Changes

- 6ce885b: Add design tokens for NL Design System Candidate components:

- `nl-code-block…`
- `nl-data-badge`
- `nl-heading`
- `nl-mark`
- `nl-number-badge`
- `nl-paragraph`
- `nl-skip-link`

## 2.3.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.3.0",
"version": "2.4.0",
"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
Loading