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 YourivHDenHaag committed Feb 12, 2025
1 parent aa19c19 commit ca15a89
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-stingrays-wonder.md

This file was deleted.

6 changes: 6 additions & 0 deletions components/Pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gemeente-denhaag/pagination

## 1.1.1

### Patch Changes

- aa19c19: Made indexLimit prop optional and return null if undefined, so the state can be kept inside the component

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Municipality of The Hague",
"bugs": "https://github.com/nl-design-system/denhaag/issues",
"license": "EUPL-1.2",
"version": "1.1.0",
"version": "1.1.1",
"exports": {
".": {
"types": "./dist/cjs/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gemeente-denhaag/components-react

## 1.1.3

### Patch Changes

- Updated dependencies [aa19c19]
- @gemeente-denhaag/pagination@1.1.1

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemeente-denhaag/components-react",
"version": "1.1.2",
"version": "1.1.3",
"description": "A library of React components for the Municipality of the Hague",
"bugs": "https://github.com/nl-design-system/denhaag/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gemeente-denhaag/storybook

## 1.1.3

### Patch Changes

- Updated dependencies [aa19c19]
- @gemeente-denhaag/pagination@1.1.1
- @gemeente-denhaag/dynamic-content@0.1.1-alpha.196

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemeente-denhaag/storybook",
"version": "1.1.2",
"version": "1.1.3",
"description": "Storybook for the Municipality of the Hague",
"type": "module",
"bugs": "https://github.com/nl-design-system/denhaag/issues",
Expand Down

0 comments on commit ca15a89

Please sign in to comment.