File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed
Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 7777 -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
7878
7979 - name : Store assets
80- if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release_v1.13.0 ')
80+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development ')
8181 uses : actions/upload-artifact@v3
8282 with :
8383 name : assets
8888 name : Upload assets
8989 runs-on : ubuntu-latest
9090 needs : build
91- if : github.event_name == 'push' && github.ref == 'refs/heads/release_v1.13.0 '
91+ if : github.event_name == 'push' && github.ref == 'refs/heads/development '
9292 strategy :
9393 matrix :
9494 environment :
Original file line number Diff line number Diff line change 1- 1.13.0 (September XX , 2024)
1+ 1.13.0 (September 6 , 2024)
22 - Updated @splitsoftware/splitio package to version 10.28.0 that includes minor updates:
33 - Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance SDK HTTP request Headers for Authorization Frameworks.
44 - Updated some transitive dependencies for vulnerability fixes.
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-react" ,
3- "version" : " 1.12.2-rc .0" ,
3+ "version" : " 1.13 .0" ,
44 "description" : " A React library to easily integrate and use Split JS SDK" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
6363 },
6464 "homepage" : " https://github.com/splitio/react-client#readme" ,
6565 "dependencies" : {
66- "@splitsoftware/splitio" : " 10.28.0-rc.4 " ,
66+ "@splitsoftware/splitio" : " 10.28.0" ,
6767 "memoize-one" : " ^5.1.1" ,
6868 "shallowequal" : " ^1.1.0" ,
6969 "tslib" : " ^2.3.1"
You can’t perform that action at this time.
0 commit comments