Skip to content

Commit f74ab20

Browse files
docs(release): design system packages (#2861)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @utrecht/textbox-css@2.0.0 ### Major Changes - 33eaccf: Apply utrecht-textbox--invalid on user-invalid instead of invalid ## @utrecht/open-forms-container-css@1.0.2 ### Patch Changes - Updated dependencies [33eaccf] - @utrecht/textbox-css@2.0.0 ## @utrecht/component-library-css@7.4.1 ### Patch Changes - Updated dependencies [33eaccf] - @utrecht/textbox-css@2.0.0 - @utrecht/html-content-css@1.4.1 ## @utrecht/component-library-design-tokens@1.0.14 ### Patch Changes - Updated dependencies [33eaccf] - @utrecht/textbox-css@2.0.0 - @utrecht/html-content-css@1.4.1 ## @utrecht/component-library-react@10.2.2 ### Patch Changes - @utrecht/html-content-css@1.4.1 - @utrecht/open-forms-container-css@1.0.2 - @utrecht/textbox-react@1.0.9 - @utrecht/open-forms-container-react@1.0.2 ## @utrecht/open-forms-container-react@1.0.2 ### Patch Changes - @utrecht/open-forms-container-css@1.0.2 ## @utrecht/select-combobox-react@1.0.11 ### Patch Changes - @utrecht/textbox-react@1.0.9 ## @utrecht/textbox-react@1.0.9 ### Patch Changes - Updated dependencies [33eaccf] - @utrecht/textbox-css@2.0.0 ## @utrecht/preact-app@1.0.24 ### Patch Changes - @utrecht/component-library-react@10.2.2
1 parent 33eaccf commit f74ab20

File tree

19 files changed

+72
-14
lines changed

19 files changed

+72
-14
lines changed

.changeset/strong-pumas-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/preact/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @utrecht/preact-app
22

3+
## 1.0.24
4+
5+
### Patch Changes
6+
7+
- @utrecht/component-library-react@10.2.2
8+
39
## 1.0.23
410

511
### Patch Changes

apps/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@utrecht/preact-app",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"author": "Community for NL Design System",
55
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
66
"license": "EUPL-1.2",

components/open-forms-container/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @utrecht/open-forms-container-css
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [33eaccf]
8+
- @utrecht/textbox-css@2.0.0
9+
310
## 1.0.1
411

512
### Patch Changes

components/open-forms-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"author": "Community for NL Design System",
44
"description": "open-forms-container component for the Municipality of Utrecht based on the NL Design System architecture",
55
"license": "EUPL-1.2",

components/textbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @utrecht/textbox-css
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 33eaccf: Apply utrecht-textbox--invalid on user-invalid instead of invalid
8+
39
## 1.7.1
410

511
### Patch Changes

components/textbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.1",
2+
"version": "2.0.0",
33
"author": "Community for NL Design System",
44
"description": "Textbox component for the Municipality of Utrecht based on the NL Design System architecture",
55
"license": "EUPL-1.2",

packages/component-library-css/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @utrecht/component-library-css
22

3+
## 7.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [33eaccf]
8+
- @utrecht/textbox-css@2.0.0
9+
- @utrecht/html-content-css@1.4.1
10+
311
## 7.4.0
412

513
### Minor Changes

packages/component-library-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.4.0",
2+
"version": "7.4.1",
33
"author": "Community for NL Design System",
44
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
55
"license": "EUPL-1.2",

packages/component-library-design-tokens/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @utrecht/component-library-design-tokens
22

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [33eaccf]
8+
- @utrecht/textbox-css@2.0.0
9+
- @utrecht/html-content-css@1.4.1
10+
311
## 1.0.13
412

513
### Patch Changes

0 commit comments

Comments
 (0)