Skip to content

Commit

Permalink
setup changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 19, 2024
1 parent 32a28d1 commit 918a2f5
Show file tree
Hide file tree
Showing 5 changed files with 1,999 additions and 551 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/[email protected]/schema.json",
"changelog": false,
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
12 changes: 3 additions & 9 deletions examples/basic-tsnode-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@
},
"dependencies": {
"@ensdomains/ensjs": "workspace:*",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"viem": "^1.2.9",
"node-fetch": "2.6.7"
},
"pnpm": {
"overrides": {
"node-fetch": "2.6.7"
}
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"viem": "^2.21.9"
}
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
],
"scripts": {
"publish:local:ens-test-env": "yalc publish packages/ens-test-env --push --up",
"publish:local:ensjs": "yalc publish packages/ensjs --push --up"
"publish:local:ensjs": "yalc publish packages/ensjs --push --up",
"chgset:version": "changeset version && pnpm install && biome check . --write",
"chgset:run": "changeset",
"chgset": "pnpm chgset:run && pnpm chgset:version"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
Expand Down
Loading

0 comments on commit 918a2f5

Please sign in to comment.