@clerk/react 6.1.2-canary.v20260320035317 → 6.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -639,7 +639,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
639
639
  }
640
640
  var SDK_METADATA = {
641
641
  name: "@clerk/react",
642
- version: "6.1.2-canary.v20260320035317",
642
+ version: "6.1.2",
643
643
  environment: process.env.NODE_ENV
644
644
  };
645
645
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
@@ -2070,4 +2070,4 @@ export {
2070
2070
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
2071
2071
  ClerkProvider
2072
2072
  };
2073
- //# sourceMappingURL=chunk-M7AKM6PQ.mjs.map
2073
+ //# sourceMappingURL=chunk-IP3Q76KH.mjs.map
package/dist/index.js CHANGED
@@ -2297,7 +2297,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2297
2297
  }
2298
2298
  var SDK_METADATA = {
2299
2299
  name: "@clerk/react",
2300
- version: "6.1.2-canary.v20260320035317",
2300
+ version: "6.1.2",
2301
2301
  environment: process.env.NODE_ENV
2302
2302
  };
2303
2303
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  RedirectToTasks,
13
13
  RedirectToUserProfile,
14
14
  Show
15
- } from "./chunk-M7AKM6PQ.mjs";
15
+ } from "./chunk-IP3Q76KH.mjs";
16
16
  import {
17
17
  APIKeys,
18
18
  CreateOrganization,
package/dist/internal.js CHANGED
@@ -1613,7 +1613,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1613
1613
  }
1614
1614
  var SDK_METADATA = {
1615
1615
  name: "@clerk/react",
1616
- version: "6.1.2-canary.v20260320035317",
1616
+ version: "6.1.2",
1617
1617
  environment: process.env.NODE_ENV
1618
1618
  };
1619
1619
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/internal.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  ClerkProvider,
3
3
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
4
4
  MultisessionAppSupport
5
- } from "./chunk-M7AKM6PQ.mjs";
5
+ } from "./chunk-IP3Q76KH.mjs";
6
6
  import {
7
7
  incompatibleRoutingWithPathProvidedError,
8
8
  noPathProvidedError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react",
3
- "version": "6.1.2-canary.v20260320035317",
3
+ "version": "6.1.2",
4
4
  "description": "Clerk React library",
5
5
  "keywords": [
6
6
  "clerk",
@@ -89,14 +89,14 @@
89
89
  ],
90
90
  "dependencies": {
91
91
  "tslib": "2.8.1",
92
- "@clerk/shared": "4.3.2-canary.v20260320035317"
92
+ "@clerk/shared": "^4.3.2"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/semver": "^7.7.1",
96
96
  "semver": "^7.7.1",
97
97
  "yaml": "^2.8.0",
98
- "@clerk/localizations": "4.2.3-canary.v20260320035317",
99
- "@clerk/ui": "1.2.3-canary.v20260320035317"
98
+ "@clerk/localizations": "4.2.3",
99
+ "@clerk/ui": "1.2.3"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",