jazz-react-native 0.8.37 → 0.8.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b00ee91]
8
+ - Updated dependencies [f488c09]
9
+ - cojson@0.8.38
10
+ - cojson-transport-ws@0.8.38
11
+ - jazz-tools@0.8.38
12
+
3
13
  ## 0.8.37
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.37",
3
+ "version": "0.8.38",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -16,9 +16,9 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@scure/bip39": "^1.3.0",
19
- "cojson": "0.8.37",
20
- "cojson-transport-ws": "0.8.37",
21
- "jazz-tools": "0.8.37"
19
+ "cojson": "0.8.38",
20
+ "cojson-transport-ws": "0.8.38",
21
+ "jazz-tools": "0.8.38"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@react-native-community/netinfo": "*",