react-native-appwrite 0.10.0 → 0.11.0

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.
@@ -39,4 +39,4 @@ jobs:
39
39
  - name: Publish
40
40
  run: npm publish --tag ${{ steps.release_tag.outputs.tag }}
41
41
  env:
42
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NO_ORG }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change log
2
2
 
3
+ ## 0.11.0
4
+
5
+ * Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
6
+ * Add `sequence` support to `Document` model
7
+ * Fix autocompletion not working for `Document` model even when generic is passed
8
+
9
+ ## 0.10.1
10
+
11
+ * Fix URL based methods like `getFileViewURL`, `getFilePreviewURL` etc. by adding the missing `projectId` to searchParams
12
+ * Add `gif` to ImageFormat enum
13
+
3
14
  ## 0.10.0
4
15
 
5
16
  * Add generate file URL methods like`getFilePreviewURL`, `getFileViewURL` etc.
@@ -23,4 +34,4 @@
23
34
  ## 0.7.4
24
35
 
25
36
  * Upgrade dependencies to resolve PlatformConstants error with Expo 53
26
- * Update doc examples to use new multi-region endpoint
37
+ * Update doc examples to use new multi-region endpoint