Skip to content

Commit

Permalink
chore: enable changesets (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle authored Jun 10, 2023
1 parent f68e1cf commit 6e41687
Show file tree
Hide file tree
Showing 5 changed files with 1,333 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "changelogithub",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/sweet-items-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"filter-data": patch
---

chore: enable changesets
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@
"build:js": "pnpm build:js:cjs && pnpm build:js:es && pnpm build:js:umd",
"prettier": "prettier --write 'src/**/*.ts' '__test__/**/*.ts'",
"prebuild": "rimraf lib/ && rimraf dist/ && rimraf es/",
"build": "pnpm build:js"
"build": "pnpm build:js",
"cs:version": "changeset version",
"cs:release": "pnpm build && changeset publish"
},
"dependencies": {
"ramda": "0.28.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.1",
Expand All @@ -59,6 +62,7 @@
"@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 All @@ -72,4 +76,4 @@
"typescript": "^5.0.4"
},
"prettier": "@web-configs/prettier"
}
}
Loading

0 comments on commit 6e41687

Please sign in to comment.