jazz-react-native 0.9.0 → 0.9.2

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > jazz-react-native@0.9.0 build /home/runner/work/jazz/jazz/packages/jazz-react-native
2
+ > jazz-react-native@0.9.2 build /home/runner/work/jazz/jazz/packages/jazz-react-native
3
3
  > rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 80fd3e9: Add local persistence with "@op-engineering/op-sqlite".
8
+
9
+ Disabled by default, follow the upgrade guide to enable it.
10
+
11
+ https://jazz.tools/docs/react-native/upgrade/react-native-local-persistence
12
+
13
+ ## 0.9.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [1b71969]
18
+ - jazz-tools@0.9.1
19
+ - jazz-react-core@0.8.47
20
+
3
21
  ## 0.9.0
4
22
 
5
23
  ### Minor Changes