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 Dec 6, 2024
1 parent e447c86 commit c4fbb62
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 39 deletions.
9 changes: 0 additions & 9 deletions .changeset/bright-files-perform.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/great-singers-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-jeans-battle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stupid-eyes-cough.md

This file was deleted.

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

## 1.0.5

### Patch Changes

- Updated dependencies [f2c0a12]
- @utrecht/component-library-react@8.0.0

## 1.0.4

### 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.4",
"version": "1.0.5",
"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
11 changes: 11 additions & 0 deletions components/data-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @utrecht/data-badge-css

## 1.0.0

### Major Changes

- f2c0a12: Create new Data Badge CSS component with `utrecht-data-badge` class name. This is a replacement for the `utrecht-badge-data` component.

The name of the component is now in sync with the [NL Design System "Data Badge" component](https://nldesignsystem.nl/data-badge).

Migration: replace all your `utrecht-badge-data` class names with `utrecht-data-badge`.
2 changes: 1 addition & 1 deletion components/data-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "1.0.0",
"author": "Community for NL Design System",
"description": "Data Badge component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @utrecht/component-library-react

## 8.0.0

### Major Changes

- f2c0a12: The `DataBadge` component now renders the `utrecht-data-badge` class name instead of the `utrecht-badge-data` class name.

The name of the class name is now in sync with the [NL Design System "Data Badge" component](https://nldesignsystem.nl/data-badge).

Migration: replace any `.utrecht-badge-data` selectors you might have, with `.utrecht-data-badge`.

## 7.3.8

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

## 1.0.0

### Major Changes

- f2c0a12: Create new Data Badge npm package for the React component.
2 changes: 1 addition & 1 deletion packages/components-react/data-badge-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utrecht/data-badge-react",
"version": "0.0.0",
"version": "1.0.0",
"author": "Community for NL Design System",
"description": "Data Badge component 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.1

### Patch Changes

- Updated dependencies [6dfa817]
- @utrecht/web-component-library-stencil@3.0.0

## 3.0.0

### Major 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.0",
"version": "3.0.1",
"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
10 changes: 10 additions & 0 deletions packages/web-component-library-stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @utrecht/web-component-library-stencil

## 3.0.0

### Major Changes

- 6dfa817: Rename `<utrecht-badge-data>` to `<utrecht-data-badge>`.

The name of the class name is now in sync with the [NL Design System "Data Badge" component](https://nldesignsystem.nl/data-badge).

Migration: replace any `<utrecht-badge-data>` elements you might have, with `<utrecht-data-badge>`.

## 2.2.0

### Minor 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": "2.2.0",
"version": "3.0.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.1

### Patch Changes

- Updated dependencies [6dfa817]
- @utrecht/web-component-library-stencil@3.0.0

## 2.1.0

### Minor 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.0",
"version": "2.1.1",
"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

0 comments on commit c4fbb62

Please sign in to comment.