jazz-react-auth-clerk 0.10.4 → 0.10.6
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +22 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# jazz-browser-media-images
|
2
2
|
|
3
|
+
## 0.10.6
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 1d71ca1: Add React 19 to the peer dependencies
|
8
|
+
- Updated dependencies [1d71ca1]
|
9
|
+
- Updated dependencies [5c76e37]
|
10
|
+
- Updated dependencies [ada802b]
|
11
|
+
- jazz-react@0.10.6
|
12
|
+
- cojson@0.10.6
|
13
|
+
- jazz-tools@0.10.6
|
14
|
+
- jazz-auth-clerk@0.10.6
|
15
|
+
|
16
|
+
## 0.10.5
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies [59ff77e]
|
21
|
+
- jazz-tools@0.10.5
|
22
|
+
- jazz-auth-clerk@0.10.5
|
23
|
+
- jazz-react@0.10.5
|
24
|
+
|
3
25
|
## 0.10.4
|
4
26
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-auth-clerk",
|
3
|
-
"version": "0.10.
|
3
|
+
"version": "0.10.6",
|
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.10.
|
10
|
-
"jazz-auth-clerk": "0.10.
|
11
|
-
"jazz-react": "0.10.
|
12
|
-
"jazz-tools": "0.10.
|
9
|
+
"cojson": "0.10.6",
|
10
|
+
"jazz-auth-clerk": "0.10.6",
|
11
|
+
"jazz-react": "0.10.6",
|
12
|
+
"jazz-tools": "0.10.6"
|
13
13
|
},
|
14
14
|
"peerDependencies": {
|
15
|
-
"react": "^18.
|
15
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@testing-library/react": "^16.1.0",
|