Skip to content

Commit 3cd7c42

Browse files
committed
feat(clerk-js,clerk-react,types)!: Bump major version
1 parent 0ca0148 commit 3cd7c42

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dev": "lerna run dev --parallel --ignore @clerk/{expo}",
3838
"lint-fix": "eslint . --ext .ts",
3939
"bump": "lerna version",
40-
"bump:next": "lerna version --conventional-prerelease",
40+
"bump:next": "lerna version --conventional-prerelease --preid next --no-changelog",
4141
"bump:staging": "lerna version --conventional-prerelease --preid staging --no-changelog",
4242
"graduate": "lerna version --conventional-graduate",
4343
"release:staging": "lerna publish from-package --dist-tag staging",

packages/clerk-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
"type": "git",
129129
"url": "https://github.com/clerkinc/javascript.git"
130130
},
131+
"homepage": "https://clerk.dev/",
131132
"bugs": {
132133
"url": "https://github.com/clerkinc/javascript/issues"
133-
},
134-
"homepage": "https://clerk.dev/"
134+
}
135135
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"type": "git",
6565
"url": "https://github.com/clerkinc/javascript.git"
6666
},
67+
"homepage": "https://clerk.dev/",
6768
"bugs": {
6869
"url": "https://github.com/clerkinc/javascript/issues"
69-
},
70-
"homepage": "https://clerk.dev/"
70+
}
7171
}

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"type": "git",
4242
"url": "https://github.com/clerkinc/javascript.git"
4343
},
44+
"homepage": "https://clerk.dev/",
4445
"bugs": {
4546
"url": "https://github.com/clerkinc/javascript/issues"
46-
},
47-
"homepage": "https://clerk.dev/"
47+
}
4848
}

0 commit comments

Comments
 (0)