You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For package specific details on installation, architecture and usage usage, you
40
40
-[`@clerk/backend-core`](./packages/backend-core): Functionalities regarded as "core" for Clerk to operate with. _Authentication resolution, API Resources etc._
41
41
-[`@clerk/edge`](./packages/edge): Top level SDK for edge environments containing all required helpers and middleware.
42
42
-[`@clerk/clerk-sdk-node`](./packages/sdk-node): SDK for native Node.js environment and frameworks.
43
-
-[`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
43
+
-[`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
44
44
-[`@clerk/clerk-js`](./packages/clerk-js): Core JavaScript implementation used by Clerk in the browser.
45
45
-[`@clerk/clerk-react`](./packages/react) Clerk package for React applications.
46
46
-[`@clerk/clerk-expo`](./packages/expo) Clerk package for the Expo universal app framework.
Copy file name to clipboardexpand all lines: docs/PUBLISH.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
_Version updates and publishing is managed using Lerna._
4
4
5
5
## TLDR
6
+
6
7
1.`npm run bump`
7
8
2.`npm run release`
8
9
@@ -13,11 +14,12 @@ After all the features have been merged and we want to create a new release, we
13
14
This script will use `lerna version` to check which packages need to be updated and in what way based on the updates since the previous release.
14
15
15
16
The command will guide you through the version changes that are detected and will:
17
+
16
18
- Bump the package versions.
17
19
- Run the `version` hook updating the version info files.
18
20
- Create new tags and a "release" commit.
19
21
- Push the commit and tags to the origin.
20
22
21
-
After that is done, and all seems valid, you can run `npm run release` which will go through the publish process of the packages included in the release commit.
23
+
After that is done, and all seems valid, you can run `npm run release` which will go through the publish process of the packages included in the release commit.
22
24
23
-
\*For more info you can check the [lerna version](https://github.com/lerna/lerna/tree/main/commands/version) and [lerna publish](https://github.com/lerna/lerna/tree/main/commands/publish) documentation.
25
+
\*For more info you can check the [lerna version](https://github.com/lerna/lerna/tree/main/commands/version) and [lerna publish](https://github.com/lerna/lerna/tree/main/commands/publish) documentation.
@@ -63,11 +62,10 @@ Accepts an `identifier` parameter, which can be:
63
62
You can also control if you want to notify the owner of the `identifier`, by setting the `notify` property to `true`. The `notify` property is not available for wildcard identifiers.
0 commit comments