Skip to content

Commit 46a237d

Browse files
authored
fix(changesets): added missing dependency (#142)
* fix(changesets): added missing dependency * Update package.json
1 parent bdfb743 commit 46a237d

File tree

3 files changed

+71
-2
lines changed

3 files changed

+71
-2
lines changed

.changeset/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"$schema": "https://cdn.jsdelivr.net/npm/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github",
4-
{ "owner": "mfranzke", "repo": "css-if-polyfill" }],
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "owner": "mfranzke", "repo": "css-if-polyfill" }
6+
],
57
"commit": false,
68
"fixed": [],
79
"linked": [],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"devDependencies": {
5252
"@babel/core": "7.28.5",
5353
"@babel/preset-env": "7.28.5",
54+
"@changesets/changelog-github": "0.5.2",
5455
"@changesets/cli": "2.29.8",
5556
"@commitlint/cli": "20.2.0",
5657
"@commitlint/config-conventional": "20.2.0",

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)