File tree Expand file tree Collapse file tree 7 files changed +21
-10
lines changed Expand file tree Collapse file tree 7 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1+ name : CreateRelease
2+ on :
3+ push :
4+ branches :
5+ - main
6+
7+ jobs :
8+ build :
9+ name : Create Release
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Create Release
13+ id : create_release
14+ uses : zendesk/action-create-release@v1
15+ env :
16+ CREATE_RELEASE : ${{ secrets.CREATE_RELEASE }}
17+ with :
18+ tag_schema : semantic
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
44
5- ## [ 1.0.0 ] - 2023-09-28
5+ ## [ 0. 1.0] - 2023-10-06 (Development)
66
77### Added
88
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ export default function App() {
6767 ' qr' ,
6868 ' ussd' ,
6969 ]}
70- ref= {PayStackWebViewRef}
7170 onCancel= {(data : CancelResponse ) => {
7271 // handle cancel response
7372 }}
Original file line number Diff line number Diff line change 1414 "react" : " 18.2.0" ,
1515 "react-dom" : " 18.2.0" ,
1616 "react-native" : " 0.72.4" ,
17- "react-native-paystack-webview-sdk" : " ^1.1.0" ,
1817 "react-native-web" : " ~0.19.6" ,
1918 "react-native-webview" : " ^13.6.0"
2019 },
Original file line number Diff line number Diff line change @@ -6982,11 +6982,6 @@ react-is@^17.0.1:
69826982 resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
69836983 integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
69846984
6985- react-native-paystack-webview-sdk@^1.1.0 :
6986- version "1.1.0"
6987- resolved "https://registry.yarnpkg.com/react-native-paystack-webview-sdk/-/react-native-paystack-webview-sdk-1.1.0.tgz#9c581a39001952a538564847a3fbfe4b70bb224b"
6988- integrity sha512-JYaVrgu1BoXuVvkVd4osd7GP5d1tuEJmn3rTHo70anc6MG+PDfuwyN/4ZvJLEQbr1evkvB0GzAvMwk3ZA9guGg==
6989-
69906985react-native-web@~0.19.6 :
69916986 version "0.19.8"
69926987 resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.19.8.tgz#46127f8b310148fde11e4fef67fe625603599d47"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-paystack-webview-sdk" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " react native package for processing paystack payment" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "baseUrl" : " ./" ,
44 "paths" : {
5- // "react-native-paystack-webview-sdk": ["./src/index"]
5+ "react-native-paystack-webview-sdk" : [" ./src/index" ]
66 },
77 "allowUnreachableCode" : false ,
88 "allowUnusedLabels" : false ,
You can’t perform that action at this time.
0 commit comments