Skip to content

Commit fb65a55

Browse files
chore(release): 0.10.0 [skip ci]
## 0.10.0 (2026-02-27) * feat: implement Bible reader view for Android (#39) ([681b51b](681b51b)), closes [#39](#39) * YPE-1178 Add IOS CI build test (#34) ([3ae7dad](3ae7dad)), closes [#34](#34)
1 parent 681b51b commit fb65a55

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## 0.10.0 (2026-02-27)
6+
7+
* feat: implement Bible reader view for Android (#39) ([681b51b](https://github.com/youversion/platform-sdk-reactnative/commit/681b51b)), closes [#39](https://github.com/youversion/platform-sdk-reactnative/issues/39)
8+
* YPE-1178 Add IOS CI build test (#34) ([3ae7dad](https://github.com/youversion/platform-sdk-reactnative/commit/3ae7dad)), closes [#34](https://github.com/youversion/platform-sdk-reactnative/issues/34)
9+
510
## <small>0.9.1 (2026-02-03)</small>
611

712
* fix: ios builds (#38) ([54805de](https://github.com/youversion/platform-sdk-reactnative/commit/54805de)), closes [#38](https://github.com/youversion/platform-sdk-reactnative/issues/38)

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
apply plugin: 'com.android.library'
1111

1212
group = 'com.youversion.reactnativesdk'
13-
version = '0.9.1'
13+
version = '0.10.0'
1414

1515
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
1616
apply from: expoModulesCorePlugin
@@ -45,7 +45,7 @@ android {
4545
namespace "com.youversion.reactnativesdk"
4646
defaultConfig {
4747
versionCode 1
48-
versionName "0.9.1"
48+
versionName "0.10.0"
4949
}
5050
buildFeatures {
5151
compose true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@youversion/platform-react-native",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "React Native SDK for YouVersion Platform",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)