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 #2699

Merged
merged 1 commit into from
Feb 9, 2025
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
9 changes: 0 additions & 9 deletions .changeset/angry-terms-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-phones-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-impalas-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-spoons-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-dragons-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pumas-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/there-is-no-spoon.md

This file was deleted.

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

## 1.0.11

### Patch Changes

- Updated dependencies [65f3cd5]
- Updated dependencies [882e10d]
- Updated dependencies [9796c79]
- Updated dependencies [3bc0dd6]
- @utrecht/[email protected]
- @utrecht/[email protected]

## 1.0.10

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

## 2.0.0

### Major Changes

- de1c443: Split `@utrecht/icon` into two packages:

- `@utrecht/icon-css` for the CSS and SCSS.
- `@utrecht/icon` for the Icon SVGs.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Icon 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/component-library-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/component-library-css

## 7.1.0

### Minor Changes

- 32b2d96: Add 4 new CSS components: `.utrecht-root`, `.utrecht-body`, `.utrecht-page-layout` and `.utrecht-page-body`.

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

## 1.0.2

### Patch Changes

- Updated dependencies [de1c443]
- @utrecht/[email protected]

## 1.0.1

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

## 9.0.0

### Major Changes

- 65f3cd5: Ignore combinations of `lead` and `small` appearances for paragraph via deprecated boolean properties.
- 9796c79: Disallow any `string` as Paragraph `appearance`, require an enum. You can now use the new `isParagraphAppearance` to type cast to the enum.

### Patch Changes

- Updated dependencies [de1c443]
- @utrecht/[email protected]

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

## 2.0.0

### Major Changes

- de1c443: Split `@utrecht/icon` into two packages:

- `@utrecht/icon-css` for the CSS and SCSS.
- `@utrecht/icon` for the Icon SVGs.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Icons 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/web-component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @utrecht/web-component-library-react

## 3.0.3

### Patch Changes

- Updated dependencies [61b06bc]
- @utrecht/[email protected]

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.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
6 changes: 6 additions & 0 deletions packages/web-component-library-stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utrecht/web-component-library-stencil

## 3.1.0

### Minor Changes

- 61b06bc: Add 4 new web components: `<utrecht-root>`, `<utrecht-body>`, `<utrecht-page-layout>`, `<utrecht-nav-bar>`. Support new layout structure in existing components: `<utrecht-page-header>`, `<utrecht-page-footer>` and `<utrecht-page-content>`.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-library-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.1.0",
"author": "Community for NL Design System",
"description": "Stencil component library bundle 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/web-component-library-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @utrecht/web-component-library-vue

## 2.1.3

### Patch Changes

- Updated dependencies [61b06bc]
- @utrecht/[email protected]

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-library-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2",
"version": "2.1.3",
"author": "Community for NL Design System",
"description": "Vue.js web components for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
7 changes: 7 additions & 0 deletions proprietary/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @utrecht/design-tokens

## 2.5.0

### Minor Changes

- 882e10d: Add design tokens for `body`, `nav-bar`, `page-body`, `page-footer`, `page-header` and `root`.
- 3bc0dd6: Add some design tokens for the Signalen application.

## 2.4.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.4.0",
"version": "2.5.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