jazz-react-native 0.8.30 → 0.8.32

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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [df42b2b]
8
+ - Updated dependencies [df42b2b]
9
+ - cojson@0.8.32
10
+ - jazz-tools@0.8.32
11
+ - cojson-transport-ws@0.8.32
12
+
13
+ ## 0.8.31
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [e511d6d]
18
+ - cojson@0.8.31
19
+ - cojson-transport-ws@0.8.31
20
+ - jazz-tools@0.8.31
21
+
3
22
  ## 0.8.30
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.30",
3
+ "version": "0.8.32",
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.30",
20
- "cojson-transport-ws": "0.8.30",
21
- "jazz-tools": "0.8.30"
19
+ "cojson": "0.8.32",
20
+ "cojson-transport-ws": "0.8.32",
21
+ "jazz-tools": "0.8.32"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@react-native-community/netinfo": "*",