sparkling-navigation 2.1.0-rc.26 → 2.1.0-rc.28

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.
@@ -56,7 +56,7 @@ dependencies {
56
56
  val sparklingVersion =
57
57
  (findProperty("SPARKLING_ANDROID_SDK_VERSION") as? String)
58
58
  ?: System.getenv("SPARKLING_ANDROID_SDK_VERSION")
59
- ?: "2.1.0-rc.26"
59
+ ?: "2.1.0-rc.28"
60
60
  if (rootProject.findProject(":sparkling-method") != null) {
61
61
  api(project(":sparkling-method"))
62
62
  } else {
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'Sparkling-Router'
3
- s.version = "2.1.0-rc.26"
3
+ s.version = "2.1.0-rc.28"
4
4
  s.summary = "iOS navigation router SDK for Sparkling"
5
5
  s.description = "iOS navigation router SDK for Sparkling"
6
6
  s.license = "Apache-2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sparkling-navigation",
3
- "version": "2.1.0-rc.26",
3
+ "version": "2.1.0-rc.28",
4
4
  "homepage": "https://tiktok.github.io/sparkling/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "description": "none",
26
26
  "dependencies": {
27
- "sparkling-method": "2.1.0-rc.26"
27
+ "sparkling-method": "2.1.0-rc.28"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/jest": "^29.5.12",