Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/angry-horses-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-suns-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-spoons-mate.md

This file was deleted.

6 changes: 6 additions & 0 deletions components/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@nl-rvo/css-grid`

## 3.1.1

### Patch Changes

- 9b2eeb1: ROOS-282: adds end margin to the grid container to meet current designs

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.0",
"version": "3.1.1",
"author": "Community for NL Design System",
"license": "CC0-1.0",
"name": "@nl-rvo/css-grid",
Expand Down
6 changes: 6 additions & 0 deletions components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@nl-rvo/css-table`

## 1.7.0

### Minor Changes

- 09b1d14: Change vertical alignment to `baseline` for `.rvo-table-cell`.

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.7.0",
"author": "Community for NL Design System",
"license": "CC0-1.0",
"name": "@nl-rvo/css-table",
Expand Down
10 changes: 10 additions & 0 deletions packages/component-library-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nl-rvo/component-library-css

## 4.16.0

### Minor Changes

- 09b1d14: Change vertical alignment to `baseline` for `.rvo-table-cell`.

### Patch Changes

- 9b2eeb1: ROOS-282: adds end margin to the grid container to meet current designs

## 4.15.1

### Patch 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": "4.15.1",
"version": "4.16.0",
"author": "Community for NL Design System",
"description": "Component library bundle for the RVO based on the NL Design System architecture",
"license": "CC0-1.0",
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 @@
# @nl-rvo/component-library-react

## 5.11.0

### Minor Changes

- 669bc7f: Modify icon names for button component, replace spaces for hyphens.

### Patch Changes

- 9b2eeb1: ROOS-282: adds end margin to the grid container to meet current designs

## 5.10.2

### 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,5 +1,5 @@
{
"version": "5.10.2",
"version": "5.11.0",
"author": "Community for NL Design System",
"description": "React component library bundle for RVO based on the NL Design System architecture",
"license": "CC0-1.0",
Expand Down