Skip to content

Commit ea7d053

Browse files
committed
chore: update React Native SDK to 0.26.0
1 parent c88746b commit ea7d053

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## 0.25.0
3+
## 0.26.0
44

55
* [BREAKING] Changed `$sequence` type from `number` to `string` for `Row` and `Document` models
66
* Added impersonation support: `setImpersonateUserId()`, `setImpersonateUserEmail()`, `setImpersonateUserPhone()` on `Client`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-appwrite",
33
"homepage": "https://appwrite.io/support",
44
"description": "Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API",
5-
"version": "0.25.0",
5+
"version": "0.26.0",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class Client {
161161
'x-sdk-name': 'React Native',
162162
'x-sdk-platform': 'client',
163163
'x-sdk-language': 'reactnative',
164-
'x-sdk-version': '0.25.0',
164+
'x-sdk-version': '0.26.0',
165165
'X-Appwrite-Response-Format': '1.9.0',
166166
};
167167

0 commit comments

Comments
 (0)