Skip to content

Commit

Permalink
publish CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 29, 2024
1 parent 5524786 commit 87f6fa0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-houses-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

publish CHANGELOG.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- - rename `font_family_sans` variable from `font_family` ([#16](https://github.com/ryanatkn/fuz/pull/16))
- remove `spaced_hz`, use `mr_lg`
- remove `spaced`, use `mb_lg`
- remove `padded` variables, use `p` variants
- remove `.unspaced` and `.unspaced_hz`
- rename `w_100` from `width_full` and `h_100` from `height_full`

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"test": "gro test"
},
"files": [
"dist"
"dist",
"CHANGELOG.md"
],
"peerDependencies": {
"@ryanatkn/belt": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const package_json = {
start: 'gro start',
test: 'gro test',
},
files: ['dist'],
files: ['dist', 'CHANGELOG.md'],
peerDependencies: {'@ryanatkn/belt': '*', '@sveltejs/kit': '*', svelte: '*'},
devDependencies: {
'@changesets/changelog-git': '^0.2.0',
Expand Down

0 comments on commit 87f6fa0

Please sign in to comment.