diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f64671..bee25ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. diff --git a/package.json b/package.json index e3964f4..eb4ad02 100644 --- a/package.json +++ b/package.json @@ -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", @@ -31,6 +31,7 @@ "cpp", "*.podspec", "react-native.config.js", + "!examples/**", "!ios/build", "!android/build", "!android/gradle",