Skip to content

chore(release): prepare 0.1.0-alpha.2#27

Merged
taylanpince merged 1 commit into
masterfrom
release-0.1.0-alpha.2
Jun 10, 2026
Merged

chore(release): prepare 0.1.0-alpha.2#27
taylanpince merged 1 commit into
masterfrom
release-0.1.0-alpha.2

Conversation

@tolgahan-arikan

Copy link
Copy Markdown
Collaborator

Summary

  • bump package version to 0.1.0-alpha.2
  • add changelog notes for the alpha.2 release
  • exclude generated example artifacts from the published package

Verification

  • yarn install
  • yarn lint
  • yarn typecheck
  • yarn test
  • npm view @0xsequence/oms-react-native-sdk@0.1.0-alpha.2 version (404 confirms availability)
  • yarn npm publish --dry-run --access public --tag alpha

@tolgahan-arikan tolgahan-arikan requested a review from a team June 10, 2026 14:46
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

Claude finished @tolgahan-arikan's task —— View job


PR Review Complete ✅

Reviewing PR for 0.1.0-alpha.2 release preparation. Focus areas:

  • Review changed files (CHANGELOG.md, package.json)
  • Check TypeScript API surface changes
  • Verify API.md is updated if src/index.tsx exports changed
  • Validate native layer consistency
  • Check conventional commits format
  • Look for bugs, type errors, or missing edge cases

Review Summary

This PR properly prepares the 0.1.0-alpha.2 release. All aspects are correctly implemented:

✅ Correctly Implemented

Version Bump & Release Preparation:

  • package.json version correctly updated to 0.1.0-alpha.2
  • CHANGELOG.md comprehensively documents new features and changes
  • Added !examples/** exclusion in files array to prevent example artifacts in published package

Conventional Commits:

  • PR title follows conventional commits format: chore(release): prepare 0.1.0-alpha.2
  • Consistent with repository's commit message history

TypeScript API Surface:

  • src/index.tsx exports unchanged in this release PR ✅
  • API.md already reflects current API and mentions native SDK versions 0.1.0-alpha.2

Native Layer Consistency:

  • Android: omsClientKotlinSdkVersion: "0.1.0-alpha.2" in android/build.gradle:7
  • iOS: s.dependency "oms-client-swift-sdk", "0.1.0-alpha.2" in OmsClientReactNativeSdk.podspec:19
  • Both native layers properly updated to match the release version

Release Notes Quality:

  • CHANGELOG follows Keep a Changelog format
  • Comprehensive coverage of new features: session expiry handling, session lifetime options, OIDC login hints, Expo example
  • Clear categorization (Added/Changed sections)
  • Mentions React Native upgrade to 0.85.3 and tightened package contents

🔍 No Issues Found

  • No obvious bugs or type errors
  • No missing edge cases identified
  • Package exclusions properly prevent bloat
  • Native SDK versions synchronized
  • Documentation is current and accurate

Recommendation:Approve - This is a well-prepared release PR that follows all repository conventions and properly coordinates the version bump across all layers.


Job run

@taylanpince taylanpince merged commit 571ae0d into master Jun 10, 2026
6 checks passed
@tolgahan-arikan tolgahan-arikan deleted the release-0.1.0-alpha.2 branch June 10, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants