jazz-react-auth-clerk 0.8.32 → 0.8.34

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # jazz-browser-media-images
2
2
 
3
+ ## 0.8.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 9ca25d1: Rename passkey and clerk examples
8
+ - Updated dependencies [e4f110f]
9
+ - cojson@0.8.34
10
+ - jazz-browser-auth-clerk@0.8.34
11
+ - jazz-react@0.8.34
12
+ - jazz-tools@0.8.34
13
+
14
+ ## 0.8.33
15
+
16
+ ### Patch Changes
17
+
18
+ - jazz-browser-auth-clerk@0.8.33
19
+ - jazz-react@0.8.33
20
+
3
21
  ## 0.8.32
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -7,7 +7,7 @@ This package provides a [Clerk-based](https://clerk.com/) authentication strateg
7
7
  `useJazzClerkAuth` is a hook that returns a `JazzAuth` object and a `JazzAuthState` object. Provide a Clerk instance to `useJazzClerkAuth`, and it will return the appropriate `JazzAuth` object. Once authenticated, authentication will persist across page reloads, even if the device is offline.
8
8
 
9
9
 
10
- See the full [minimal example app](https://github.com/gardencmp/jazz/tree/main/examples/minimal-auth-clerk) for a complete example.
10
+ See the full [example app](https://github.com/gardencmp/jazz/tree/main/examples/clerk) for a complete example.
11
11
 
12
12
  ```tsx
13
13
  import { ClerkProvider, SignInButton, useClerk } from "@clerk/clerk-react";
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "jazz-react-auth-clerk",
3
- "version": "0.8.32",
3
+ "version": "0.8.34",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.tsx",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "cojson": "0.8.32",
10
- "jazz-browser-auth-clerk": "0.8.32",
11
- "jazz-react": "0.8.32",
12
- "jazz-tools": "0.8.32"
9
+ "cojson": "0.8.34",
10
+ "jazz-browser-auth-clerk": "0.8.34",
11
+ "jazz-react": "0.8.34",
12
+ "jazz-tools": "0.8.34"
13
13
  },
14
14
  "peerDependencies": {
15
15
  "react": "^18.2.0"