Skip to content

Commit 457c85c

Browse files
committed
chore: remove lerna for versioning
1 parent 2795e29 commit 457c85c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.0.19-alpha.4",
43
"changelogPreset": "angular",
54
"npmClient": "pnpm",
65
"packages": [

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "pnpm -r test",
1212
"test:ci": "pnpm -r test:ci",
1313
"publish:ci": "lerna publish from-git --registry 'https://registry.npmjs.org' --yes",
14-
"next": "lerna version --sync-workspace-lock",
14+
"next": "bumpp -r",
1515
"nuke": "pnpm -r exec rm -rvf node_modules"
1616
},
1717
"license": "MIT",
@@ -20,7 +20,6 @@
2020
"@barelyhuman/prettier-config": "^1.1.0",
2121
"@lerna-lite/cli": "^4.0.0",
2222
"@lerna-lite/publish": "^4.0.0",
23-
"@lerna-lite/version": "^4.0.0",
2423
"prettier": "^3.5.3"
2524
},
2625
"pnpm": {

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)