Skip to content

Commit

Permalink
feat: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Borai committed Nov 12, 2024
1 parent be5eb65 commit cc7de59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
"@gemeente-denhaag/link-list": major
---

Create new LinkList component bases on @utrecht/link-list-css

# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
Expand Down
10 changes: 10 additions & 0 deletions .changeset/odd-pillows-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@gemeente-denhaag/link-list": major
"@gemeente-denhaag/design-tokens-components": patch
"@gemeente-denhaag/storybook": patch
"@gemeente-denhaag/footer": patch
---

- Create new LinkList component bases on @utrecht/link-list-css
- Update link-list tokens
- Removed css classes that are not belong to the link-group
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build": "pnpm run build:library && pnpm run build:storybook",
"build:library": "pnpm run --recursive build",
"build:storybook": "pnpm run --if-present --recursive build:storybook",
"changeset": "changeset",
"clean": "pnpm run --parallel --recursive clean && rimraf .rollup-cache",
"lint": "npm-run-all --continue-on-error lint:** && pnpm run --recursive lint",
"lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier",
Expand Down

0 comments on commit cc7de59

Please sign in to comment.