@primer-io/react-native 2.26.1 → 2.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,7 +155,7 @@ dependencies {
155
155
  api 'com.facebook.react:react-native:+'
156
156
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
157
157
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
158
- implementation 'io.primer:android:2.28.0'
158
+ implementation 'io.primer:android:2.28.1'
159
159
 
160
160
  testImplementation 'io.mockk:mockk:1.13.11'
161
161
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.26.1",
3
+ "version": "2.26.2",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",