diff --git a/.changeset/milky-food-lion.md b/.changeset/milky-food-lion.md deleted file mode 100644 index 943bf70..0000000 --- a/.changeset/milky-food-lion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nl-design-system/rollup-config-react-component': patch ---- - -Make sure the individual example installation commands can be copied using GitHub's UI diff --git a/packages/rollup-config-react-component/CHANGELOG.md b/packages/rollup-config-react-component/CHANGELOG.md index d0190b8..b354a4b 100644 --- a/packages/rollup-config-react-component/CHANGELOG.md +++ b/packages/rollup-config-react-component/CHANGELOG.md @@ -1,5 +1,11 @@ # @nl-design-system/rollup-config-react-component +## 1.0.1 + +### Patch Changes + +- b580948: Make sure the individual example installation commands can be copied using GitHub's UI + ## 1.0.0 ### Major Changes diff --git a/packages/rollup-config-react-component/package.json b/packages/rollup-config-react-component/package.json index f3089ec..45141a4 100644 --- a/packages/rollup-config-react-component/package.json +++ b/packages/rollup-config-react-component/package.json @@ -1,6 +1,6 @@ { "name": "@nl-design-system/rollup-config-react-component", - "version": "1.0.0", + "version": "1.0.1", "description": "A rollup configuration for React components", "license": "EUPL-1.2", "homepage": "https://github.com/nl-design-system/basis/blob/main/packages/rollup-config-react-component#readme",