Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [0.1.0-alpha.2] — 2026-06-10

### Added
- Support for Android and iOS OMS SDK `0.1.0-alpha.2`.
- Session expiry event handling with replay for late JS listeners.
- Session lifetime options for email and OIDC sign-in flows.
- OIDC redirect login hints.
- Standalone Expo example app.
- Native bridge test coverage.

### Changed
- Expanded SDK and Trails example apps with session controls and session expiry handling.
- Upgraded the React Native baseline to `0.85.3` and refreshed build/dev dependencies.
- Tightened published package contents to exclude generated example artifacts.

## [0.1.0-alpha.1] — 2025-05-27

### Added
Expand All @@ -16,6 +31,5 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
`getTokenBalances`, `formatUnits`, `parseUnits`.
- React Native Turbo Module bridging iOS (Swift `oms-client-swift-sdk`) and Android (Kotlin
`oms-client-kotlin-sdk`).
- SDK example app, Trails actions demo (with redirect auth + pagination), and standalone Expo
example.
- SDK example app and Trails actions demo with redirect auth and pagination.
- GitHub Actions CI: lint, typecheck, Android build, iOS build.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/oms-react-native-sdk",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "React Native SDK for the OMS platform.",
"homepage": "https://github.com/0xsequence/react-native-sdk",
"main": "./lib/commonjs/index.js",
Expand Down Expand Up @@ -31,6 +31,7 @@
"cpp",
"*.podspec",
"react-native.config.js",
"!examples/**",
"!ios/build",
"!android/build",
"!android/gradle",
Expand Down
Loading