From 5ee343202af8a3a2519c6f5a7f2c0379dcdc2a41 Mon Sep 17 00:00:00 2001 From: matijs Date: Sat, 2 Nov 2024 10:55:40 +0100 Subject: [PATCH] fix: changeset typo When an unknown package is referenced in a changeset file, this error shows up in the pipeline logs > TypeError: Cannot destructure property 'packageJson' of 'undefined' as it is undefined. In this instance there was a typo `components` instead of `component` which is a good indication that using ```shell pnpm changeset ``` is probable the best way to generate these files --- .changeset/milky-food-lion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/milky-food-lion.md b/.changeset/milky-food-lion.md index eb19257..943bf70 100644 --- a/.changeset/milky-food-lion.md +++ b/.changeset/milky-food-lion.md @@ -1,5 +1,5 @@ --- -'@nl-design-system/rollup-config-react-components': patch +'@nl-design-system/rollup-config-react-component': patch --- Make sure the individual example installation commands can be copied using GitHub's UI