Skip to content

Commit

Permalink
fix: error when running changeset version command (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle authored Jun 10, 2023
1 parent 127865e commit 8520115
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 475 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "changelogithub",
"changelog": [
"@changesets/changelog-github",
{ "repo": "thundermiracle/filter-data" }
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/cuddly-moons-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"filter-data": patch
---

fix: error when running changeset version command
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: enable corepack
run: corepack enable

- name: Setup Node.js 16
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"ramda": "0.28.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -62,7 +63,6 @@
"@types/ramda": "^0.28.23",
"@web-configs/eslint-plugin": "^0.5.0",
"@web-configs/prettier": "^0.1.2",
"changelogithub": "^0.12.11",
"eslint": "^8.41.0",
"fuse.js": "^6.6.2",
"jest": "^29.2.2",
Expand Down
Loading

0 comments on commit 8520115

Please sign in to comment.