Skip to content

Commit

Permalink
Merge branch 'master' into feature/storybook-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sushitommy committed Dec 19, 2024
2 parents 7480687 + b2a89fa commit 5141bd2
Show file tree
Hide file tree
Showing 18 changed files with 308 additions and 234 deletions.
7 changes: 0 additions & 7 deletions .changeset/dull-shirts-wonder.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- 994e9a3: Removed hover underline from full card title link

## 1.2.1

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

## 1.2.1

### Patch Changes

- a498e7d: Removed fixed height and added font size to FileInput component

## 1.2.0

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

## 1.2.1

### Patch Changes

- a498e7d: Removed focus outline when selecting a Radio button

## 1.2.0

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

## 2.0.0

### Major Changes

- a498e7d: Added division property and --division variable to use instead of the layout prop

### Minor Changes

- a498e7d: Added option for 7-12 columns in Grid component

## 1.2.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": "1.2.0",
"version": "2.0.0",
"author": "Community for NL Design System",
"license": "CC0-1.0",
"name": "@nl-rvo/css-grid",
Expand Down
22 changes: 22 additions & 0 deletions packages/component-library-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @nl-rvo/component-library-css

## 3.0.0

### Major Changes

- a498e7d: Added division property and --division variable to use instead of the layout prop

### Minor Changes

- a498e7d: Added individual component CSS files to enable loading of individual components and reduce bundle size
- a498e7d: Added option for 7-12 columns in Grid component

### Patch Changes

- a498e7d: Removed focus outline when selecting a Radio button
- a498e7d: Removed fixed height and added font size to FileInput component

## 2.5.5

### Patch Changes

- 994e9a3: Removed hover underline from full card title link

## 2.5.4

### 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": "2.5.4",
"version": "3.0.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
21 changes: 21 additions & 0 deletions packages/component-library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @nl-rvo/component-library-react

## 3.0.0

### Major Changes

- a498e7d: Added division property and --division variable to use instead of the layout prop

### Minor Changes

- a498e7d: Added option for 7-12 columns in Grid component

### Patch Changes

- a498e7d: Removed focus outline when selecting a Radio button
- a498e7d: Removed fixed height and added font size to FileInput component

## 2.5.5

### Patch Changes

- 994e9a3: Removed hover underline from full card title link

## 2.5.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/component-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.4",
"version": "3.0.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 Expand Up @@ -49,7 +49,7 @@
"clsx": "2.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.2.10",
"next": "14.2.15",
"npm-run-all": "4.1.5",
"postcss": "8.4.49",
"react": "18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/uxpin-merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nl-rvo/uxpin-merge

## 1.2.8

### Patch Changes

- Updated dependencies [a498e7d]
- @nl-rvo/design-tokens@1.6.1

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uxpin-merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nl-rvo/uxpin-merge",
"version": "1.2.7",
"version": "1.2.8",
"description": "UXPin Merge integration for ROOS",
"author": "",
"license": "CC0-1.0",
Expand Down
Loading

0 comments on commit 5141bd2

Please sign in to comment.