Skip to content

Commit

Permalink
bump: 2.27.1 -> 2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semirp committed Nov 26, 2024
1 parent f5f7463 commit ac0b441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
implementation 'io.primer:android:2.31.0'
implementation 'io.primer:android:2.32.4'
testImplementation 'io.mockk:mockk:1.13.11'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer-io/react-native",
"version": "2.27.1",
"version": "2.27.2",
"description": "Primer SDK for RN",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit ac0b441

Please sign in to comment.