diff --git a/.changeset/funny-crabs-smoke.md b/.changeset/funny-crabs-smoke.md deleted file mode 100644 index 93b7e15..0000000 --- a/.changeset/funny-crabs-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Added expo config plugin, that automatically applies podfile changes needed for use_frameworks when `staticLibrary` option is specified for the plugin. diff --git a/.changeset/polite-phones-divide.md b/.changeset/polite-phones-divide.md deleted file mode 100644 index 3e7f2f0..0000000 --- a/.changeset/polite-phones-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Use powersync-sqlite-core version 0.4.0 diff --git a/.changeset/six-moose-buy.md b/.changeset/six-moose-buy.md deleted file mode 100644 index 8b57fd7..0000000 --- a/.changeset/six-moose-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Fix crash when binding or reading blobs. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3917fac..8875ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @journeyapps/react-native-quick-sqlite +## 2.4.5 + +### Patch Changes + +- 2fd1357: Added expo config plugin, that automatically applies podfile changes needed for use_frameworks when `staticLibrary` option is specified for the plugin. +- 211f8dd: Use powersync-sqlite-core version 0.4.0 +- a1d1911: Fix crash when binding or reading blobs. + ## 2.4.4 ### Patch Changes diff --git a/package.json b/package.json index 74e39dc..4c35c61 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "version": "2.4.4", + "version": "2.4.5", "description": "Fast SQLite for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",