diff --git a/.changeset/polite-grapes-cover.md b/.changeset/polite-grapes-cover.md deleted file mode 100644 index 33cca34d..00000000 --- a/.changeset/polite-grapes-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@journeyapps/powersync-attachments': patch ---- - -Change `AbstractAttachmentQueue` implementation to not save the full URI in the `attachments` table, instead create it when needed. diff --git a/packages/powersync-attachments/CHANGELOG.md b/packages/powersync-attachments/CHANGELOG.md index 13e47da1..2015abbe 100644 --- a/packages/powersync-attachments/CHANGELOG.md +++ b/packages/powersync-attachments/CHANGELOG.md @@ -1,5 +1,11 @@ # @journeyapps/powersync-attachments +## 1.0.1 + +### Patch Changes + +- 764ed7e: Change `AbstractAttachmentQueue` implementation to not save the full URI in the `attachments` table, instead create it when needed. + ## 1.0.0 ### Major Changes diff --git a/packages/powersync-attachments/package.json b/packages/powersync-attachments/package.json index 4100fafb..33729b4c 100644 --- a/packages/powersync-attachments/package.json +++ b/packages/powersync-attachments/package.json @@ -1,6 +1,6 @@ { "name": "@journeyapps/powersync-attachments", - "version": "1.0.0", + "version": "1.0.1", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public"