jazz-react-auth-clerk 0.7.35-guest-auth.6 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# jazz-browser-media-images
|
2
2
|
|
3
|
+
## 0.8.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- bcec3be: Implement Clerk auth method + example
|
8
|
+
- Updated dependencies [6a147c2]
|
9
|
+
- Updated dependencies [ad40b88]
|
10
|
+
- Updated dependencies [23369dc]
|
11
|
+
- Updated dependencies [c2b62a0]
|
12
|
+
- Updated dependencies [1a979b6]
|
13
|
+
- Updated dependencies [bcec3be]
|
14
|
+
- Updated dependencies [6ce2051]
|
15
|
+
- cojson@0.8.0
|
16
|
+
- jazz-tools@0.8.0
|
17
|
+
- jazz-react@0.8.0
|
18
|
+
- jazz-browser-auth-clerk@0.8.0
|
19
|
+
|
3
20
|
## 0.7.35-guest-auth.6
|
4
21
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-auth-clerk",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.8.0",
|
4
4
|
"type": "module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "src/index.tsx",
|
@@ -9,12 +9,14 @@
|
|
9
9
|
"*.{ts,tsx}": "eslint --fix",
|
10
10
|
"*.{js,jsx,mdx,json}": "prettier --write"
|
11
11
|
},
|
12
|
+
"dependencies": {
|
13
|
+
"cojson": "0.8.0",
|
14
|
+
"jazz-browser-auth-clerk": "0.8.0",
|
15
|
+
"jazz-react": "0.8.0",
|
16
|
+
"jazz-tools": "0.8.0"
|
17
|
+
},
|
12
18
|
"peerDependencies": {
|
13
|
-
"react": "^18.2.0"
|
14
|
-
"cojson": "0.7.35-guest-auth.5",
|
15
|
-
"jazz-browser-auth-clerk": "0.7.35-guest-auth.6",
|
16
|
-
"jazz-react": "0.7.35-guest-auth.6",
|
17
|
-
"jazz-tools": "0.7.35-guest-auth.6"
|
19
|
+
"react": "^18.2.0"
|
18
20
|
},
|
19
21
|
"devDependencies": {
|
20
22
|
"@types/react": "^18.2.19",
|