-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(4.0.0): add documentation for the new release
- Loading branch information
1 parent
46b4921
commit aac6f4e
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "next", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"jscpd": "4.0.0-rc.0", | ||
"@jscpd/badge-reporter": "4.0.0-rc.0", | ||
"@jscpd/core": "4.0.0-rc.0", | ||
"@jscpd/finder": "4.0.0-rc.0", | ||
"@jscpd/html-reporter": "4.0.0-rc.0", | ||
"@jscpd/leveldb-store": "4.0.0-rc.0", | ||
"@jscpd/redis-store": "4.0.0-rc.0", | ||
"@jscpd/tokenizer": "4.0.0-rc.0", | ||
"@jscpd/tsconfig": "4.0.0-rc.0" | ||
"jscpd": "3.5.10", | ||
"@jscpd/badge-reporter": "3.4.5", | ||
"@jscpd/core": "3.5.10", | ||
"@jscpd/finder": "3.5.10", | ||
"@jscpd/html-reporter": "3.5.10", | ||
"@jscpd/leveldb-store": "3.5.6", | ||
"@jscpd/redis-store": "3.5.4", | ||
"@jscpd/tokenizer": "3.5.4", | ||
"@jscpd/tsconfig": "4.0.0" | ||
}, | ||
"changesets": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@jscpd/badge-reporter": major | ||
"@jscpd/html-reporter": major | ||
"@jscpd/leveldb-store": major | ||
"@jscpd/redis-store": major | ||
"@jscpd/tokenizer": major | ||
"@jscpd/tsconfig": major | ||
"@jscpd/finder": major | ||
"@jscpd/core": major | ||
"jscpd": major | ||
--- | ||
|
||
make great refactoring of the code, update versions of packages (typescript, pug, etc), change builder - use tsup, change test runner to vitest, move monorepo from lerna to turborepo, add changeset as tool for releases |