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 Feb 9, 2025
1 parent b5deff8 commit 1983032
Show file tree
Hide file tree
Showing 27 changed files with 91 additions and 49 deletions.
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/component-library-react@9.0.0
- @utrecht/design-tokens@2.5.0

## 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/icon@2.0.0

## 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/icon-css@2.0.0

## 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/web-component-library-stencil@3.1.0

## 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/web-component-library-stencil@3.1.0

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

0 comments on commit 1983032

Please sign in to comment.