Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 468
chore(repo): Enter changesets Pre mode (for v5)#1970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
f59886e75c464063aee99ba20a5e31540eadb5a931File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| --- | ||
| 'gatsby-plugin-clerk': patch | ||
| '@clerk/clerk-js': patch | ||
| '@clerk/clerk-sdk-node': patch | ||
| '@clerk/backend': patch | ||
| '@clerk/fastify': patch | ||
| '@clerk/nextjs': patch | ||
| '@clerk/shared': patch | ||
| '@clerk/clerk-expo': patch | ||
| 'gatsby-plugin-clerk': major | ||
| '@clerk/clerk-js': major | ||
| '@clerk/clerk-sdk-node': major | ||
| '@clerk/backend': major | ||
| '@clerk/fastify': major | ||
| '@clerk/nextjs': major | ||
| '@clerk/shared': major | ||
| '@clerk/clerk-expo': major | ||
| --- | ||
| Internal update default apiUrl domain from clerk.dev to clerk.com |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "mode": "pre", | ||
| "tag": "alpha-v5", | ||
| "initialVersions": { | ||
| "@clerk/backend": "0.31.3", | ||
| "@clerk/chrome-extension": "0.4.10", | ||
| "@clerk/clerk-js": "4.63.0", | ||
| "eslint-config-custom": "0.3.0", | ||
| "@clerk/clerk-expo": "0.19.12", | ||
| "@clerk/fastify": "0.6.17", | ||
| "gatsby-plugin-clerk": "4.4.18", | ||
| "@clerk/localizations": "1.26.7", | ||
| "@clerk/nextjs": "4.25.7", | ||
| "@clerk/clerk-react": "4.27.0", | ||
| "@clerk/remix": "3.1.0", | ||
| "@clerk/clerk-sdk-node": "4.12.16", | ||
| "@clerk/shared": "1.0.0", | ||
| "@clerk/themes": "1.7.9", | ||
| "@clerk/types": "3.57.0" | ||
| }, | ||
| "changesets": [] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| '@clerk/nextjs': patch | ||
| '@clerk/nextjs': major | ||
| --- | ||
| Drop `user`, `session`, and `organization` resources from the returned value of `auth()`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| '@clerk/clerk-js': patch | ||
| '@clerk/types': patch | ||
| '@clerk/clerk-js': major | ||
| '@clerk/types': major | ||
| --- | ||
| Avatar Shimmer will be enabled by default for `<UserButton/>` and `<OrganizationSwitcher/>`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,7 +6,7 @@ on: | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - main-v4 | ||
| - release/v4 | ||
| - ci-updates | ||
| concurrency: | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,7 +4,8 @@ run-name: Production release PR | ||
| on: | ||
| push: | ||
| branches: | ||
| - main-v4 | ||
| - main | ||
| - release/v4 | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| @@ -39,8 +40,6 @@ jobs: | ||
| id: changesets | ||
| uses: changesets/action@v1 | ||
| with: | ||
| title: Version Packages | ||
| commit: "chore(repo): Version packages" | ||
dimkl marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| publish: npm run release | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.CLERK_COOKIE_PAT }} | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.