Skip to content

Commit

Permalink
build: replace version-bump-prompt by changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent 358f549 commit 78771fa
Show file tree
Hide file tree
Showing 4 changed files with 1,146 additions and 92 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": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@
"format": "prettier --write \"**/*.{json,md,mdx,css,scss,yaml,yml}\"",
"lint": "turbo run lint",
"types-check": "turbo run types-check",
"bump": "bump --tag 'usehooks-ts@%s' --commit 'release: usehooks-ts@%s'",
"test:coverage": "zx ./scripts/coverage.mjs",
"update-readme": "zx ./scripts/updateReadme.mjs",
"generate-docs": "rimraf -rf ./apps/web/generated && zx ./scripts/copyHooks.mjs",
"gen-hook": "turbo gen hook"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"all-contributors-cli": "^6.20.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"turbo": "^1.9.9",
"version-bump-prompt": "^6.1.0",
"zx": "^7.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 78771fa

Please sign in to comment.