File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed
Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 5858 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5959
6060 - name : Store assets
61- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
61+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/unsupported_matcher_type ' || github.ref == 'refs/heads/master') }}
6262 uses : actions/upload-artifact@v3
6363 with :
6464 name : assets
6969 name : Upload assets
7070 runs-on : ubuntu-20.04
7171 needs : build
72- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
72+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/unsupported_matcher_type ' }}
7373 strategy :
7474 matrix :
7575 environment :
Original file line number Diff line number Diff line change 1110.26.0 (April XX, 2024)
22 - Updated @splitsoftware/splitio-commons package to version 1.14.0 that includes minor updates:
33 - Added support for Semver matchers.
4+ - Updated Split API client to include the flags spec version query parameter for the `splitChanges` and `auth` endpoints.
45
5610.25.2 (March 26, 2024)
67 - Updated some transitive dependencies for vulnerability fixes.
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio" ,
3- "version" : " 10.25.3-rc.1 " ,
3+ "version" : " 10.25.3-rc.2 " ,
44 "description" : " Split SDK" ,
55 "files" : [
66 " README.md" ,
4040 "node" : " >=6"
4141 },
4242 "dependencies" : {
43- "@splitsoftware/splitio-commons" : " 1.13.2-rc.6 " ,
43+ "@splitsoftware/splitio-commons" : " 1.13.2-rc.7 " ,
4444 "@types/google.analytics" : " 0.0.40" ,
4545 "@types/ioredis" : " ^4.28.0" ,
4646 "bloom-filters" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1- export const packageVersion = '10.25.3-rc.1 ' ;
1+ export const packageVersion = '10.25.3-rc.2 ' ;
You can’t perform that action at this time.
0 commit comments