Skip to content

Commit 4d979a5

Browse files
committed
chore: update React Native SDK to 0.28.0
1 parent f1654a4 commit 4d979a5

12 files changed

Lines changed: 475 additions & 353 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '22'
22+
node-version: '24.14.1'
2323
registry-url: 'https://registry.npmjs.org'
2424

25-
- name: Update npm to latest version for OIDC support
26-
run: npm install -g npm@latest
25+
- name: Pin npm for trusted publishing
26+
run: npm install -g npm@11.10.0
2727

2828
- name: Determine release tag
2929
id: release_tag

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
## 0.28.0
4+
5+
* Added `x` OAuth provider to `OAuthProvider` enum
6+
* Added `userType` field to `Log` model
7+
* Updated `X-Appwrite-Response-Format` header to `1.9.1`
8+
* Updated TTL description for list caching in Databases and TablesDB
9+
* Updated dev dependencies: Rollup 3→4, Playwright 1.56→1.59, related plugin upgrades
10+
311
## 0.27.1
412

513
* Fixed: Added `files` field to `package.json` to publish only built artifacts to npm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Appwrite React Native SDK
22

33
![License](https://img.shields.io/github/license/appwrite/sdk-for-react-native.svg?style=flat-square)
4-
![Version](https://img.shields.io/badge/api%20version-1.9.0-blue.svg?style=flat-square)
4+
![Version](https://img.shields.io/badge/api%20version-1.9.1-blue.svg?style=flat-square)
55
[![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)

0 commit comments

Comments
 (0)