Skip to content

Commit f50b4c7

Browse files
committed
chore: Change to use pre-release tag instead of build metadata so npm doesn't ignore it.
1 parent 8f2a37e commit f50b4c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-context-sdk",
3-
"version": "4.8.0+1",
3+
"version": "4.8.1-alpha.1",
44
"description": "ContextSDK for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-context-sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
"4.7.3" => "4.7.0",
2020
"4.7.4" => "4.7.0",
2121
"4.7.5" => "4.7.1",
22-
"4.8.0+1" => "4.8.0",
22+
"4.8.1-alpha.1" => "4.8.0",
2323
}
2424
mapped_version = version_mapping[s.version] || s.version
2525
s.dependency("ContextSDK", mapped_version)

0 commit comments

Comments
 (0)