@luciq/react-native 18.0.1 → 18.2.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [18.2.0](https://github.com/luciqai/luciq-reactnative-sdk/compare/v18.2.0...18.0.1)
4
+
5
+ ### Changed
6
+
7
+ - Bump Instabug iOS SDK to v18.2.0 ([#11](https://github.com/luciqai/luciq-reactnative-sdk/pull/11)). [See release notes](https://github.com/luciqai/Luciq-iOS-sdk/releases/tag/18.2.0).
8
+
9
+ - Bump Instabug Android SDK to v19.1.0 ([#11](https://github.com/luciqai/luciq-reactnative-sdk/pull/11)). [See release notes](https://github.com/luciqai/Luciq-Android-sdk/releases/tag/v19.1.0).
10
+
11
+ ### Added
12
+
13
+ - Replace jcenter with mavencentral. ([#10](https://github.com/luciqai/luciq-reactnative-sdk/pull/10))
14
+
3
15
  ## [18.0.1] (https://github.com/luciqai/luciq-reactnative-sdk/compare/v18.0.1...18.0.0) (October 27, 2025)
4
16
 
5
17
  ### Added
@@ -83,6 +83,5 @@ dependencies {
83
83
  rootProject.allprojects {
84
84
  repositories {
85
85
  google()
86
- jcenter()
87
- }
86
+ mavenCentral() }
88
87
  }
@@ -1,5 +1,5 @@
1
1
  project.ext.luciq = [
2
- version: '18.0.1'
2
+ version: '18.2.0'
3
3
  ]
4
4
 
5
5
  dependencies {
@@ -7,27 +7,27 @@
7
7
  "searchReplace": [
8
8
  {
9
9
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+",
10
- "replacement": "ai.luciq.library:luciq:18.0.1",
10
+ "replacement": "ai.luciq.library:luciq:18.2.0",
11
11
  "isRegex": true
12
12
  },
13
13
  {
14
14
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+-.*",
15
- "replacement": "ai.luciq.library:luciq:18.0.1",
15
+ "replacement": "ai.luciq.library:luciq:18.2.0",
16
16
  "isRegex": true
17
17
  },
18
18
  {
19
19
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+-SNAPSHOT",
20
- "replacement": "ai.luciq.library:luciq:18.0.1",
20
+ "replacement": "ai.luciq.library:luciq:18.2.0",
21
21
  "isRegex": true
22
22
  },
23
23
  {
24
24
  "search": "\"instabug-react-native\":\\s*\"[^\"]+\"",
25
- "replacement": "\"@luciq/react-native\": \"^18.0.1\"",
25
+ "replacement": "\"@luciq/react-native\": \"^18.2.0\"",
26
26
  "isRegex": true
27
27
  },
28
28
  {
29
29
  "search": "'instabug-react-native':\\s*'[^']+'",
30
- "replacement": "'@luciq/react-native': '^18.0.1'",
30
+ "replacement": "'@luciq/react-native': '^18.2.0'",
31
31
  "isRegex": true
32
32
  }
33
33
  ],
@@ -7,27 +7,27 @@
7
7
  "searchReplace": [
8
8
  {
9
9
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+",
10
- "replacement": "ai.luciq.library:luciq:18.0.1",
10
+ "replacement": "ai.luciq.library:luciq:18.2.0",
11
11
  "isRegex": true
12
12
  },
13
13
  {
14
14
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+-.*",
15
- "replacement": "ai.luciq.library:luciq:18.0.1",
15
+ "replacement": "ai.luciq.library:luciq:18.2.0",
16
16
  "isRegex": true
17
17
  },
18
18
  {
19
19
  "search": "com\\.instabug\\.library:instabug:[0-9]+\\.[0-9]+\\.[0-9]+-SNAPSHOT",
20
- "replacement": "ai.luciq.library:luciq:18.0.1",
20
+ "replacement": "ai.luciq.library:luciq:18.2.0",
21
21
  "isRegex": true
22
22
  },
23
23
  {
24
24
  "search": "\"instabug-react-native\":\\s*\"[^\"]+\"",
25
- "replacement": "\"@luciq/react-native\": \"^18.0.1\"",
25
+ "replacement": "\"@luciq/react-native\": \"^18.2.0\"",
26
26
  "isRegex": true
27
27
  },
28
28
  {
29
29
  "search": "'instabug-react-native':\\s*'[^']+'",
30
- "replacement": "'@luciq/react-native': '^18.0.1'",
30
+ "replacement": "'@luciq/react-native': '^18.2.0'",
31
31
  "isRegex": true
32
32
  }
33
33
  ],
package/ios/native.rb CHANGED
@@ -1,4 +1,4 @@
1
- $luciq= { :version => '18.0.1' }
1
+ $luciq= { :version => '19.1.0' }
2
2
 
3
3
  def use_luciq! (spec = nil)
4
4
  version = $luciq[:version]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@luciq/react-native",
3
3
  "description": "Luciq is the Agentic Observability Platform built for Mobile.",
4
- "version": "18.0.1",
4
+ "version": "18.2.0",
5
5
  "author": "Luciq (https://luciq.ai)",
6
6
  "repository": "github:luciqai/luciq-reactnative-sdk",
7
7
  "homepage": "https://www.luciq.ai/platforms/react-native",