Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.32 KB

File metadata and controls

37 lines (24 loc) · 1.32 KB

[RELEASE_DATE (YYYY-MM-DD)]

Impact

  • [IMPACT_DESCRIPTION_1]
  • [IMPACT_DESCRIPTION_2]

Changes

  • [CHANGE_DESCRIPTION_1]
  • [CHANGE_DESCRIPTION_2]
  • [CHANGE_DESCRIPTION_3]

Platform SDK Versions

Full Changelog: https://github.com/atomicfi/atomic-transact-react-native/compare/[PREVIOUS_VERSION]...[VERSION]


Template Usage Instructions

When creating a new release, replace the following placeholders:

  • [RELEASE_DATE] - Release date in YYYY-MM-DD format
  • [IMPACT_DESCRIPTION_X] - Description of the impact of the release on users or systems
  • [CHANGE_DESCRIPTION_X] - Description of changes, features, or fixes
  • [ANDROID_SDK_VERSION] - Version of the Android SDK (check android/build.gradle)
  • [IOS_SDK_VERSION] - Version of the iOS SDK (check atomicfi-transact-react-native.podspec)
  • [PREVIOUS_VERSION] - Previous version for changelog comparison

Finding Platform SDK Versions

  • Android SDK Version: Check transact_version in android/build.gradle
  • iOS SDK Version: Check AtomicSDK dependency version in atomicfi-transact-react-native.podspec