File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66
77on :
88 push :
9- branches : [main ]
9+ branches : [v0.2.4 ]
1010 pull_request :
1111 branches : [main]
1212 workflow_dispatch :
5555 run : pnpm test
5656
5757 continous-deployment :
58- if : github.event_name == 'workflow_dispatch'
5958 runs-on : ubuntu-latest
6059 needs : ['continous-integration']
6160
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "npmClient" : " pnpm" ,
55 "command" : {
66 "version" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-nodejs" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Nodejs wrapper for Askar" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-react-native" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " React Native wrapper for Askar" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-shared" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Shared library for using Askar with NodeJS and React Native" ,
66 "main" : " build/index" ,
You can’t perform that action at this time.
0 commit comments