@xswap-link/sdk 0.10.7 → 0.10.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,13 +43,13 @@ jobs:
43
43
  env:
44
44
  GITHUB_TOKEN: ${{ github.token }}
45
45
 
46
- - name: Publish index.css
47
- if: steps.changesets.outputs.published == 'true'
48
- uses: actions/upload-release-asset@v1
49
- env:
50
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- with:
52
- upload_url: ${{ steps.latest_release_info.outputs.upload_url }}
53
- asset_path: ./dist/index.css
54
- asset_name: index.css
55
- asset_content_type: text/plain
46
+ # - name: Publish index.css
47
+ # if: steps.changesets.outputs.published == 'true'
48
+ # uses: actions/upload-release-asset@v1
49
+ # env:
50
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ # with:
52
+ # upload_url: ${{ steps.latest_release_info.outputs.upload_url }}
53
+ # asset_path: ./dist/index.css
54
+ # asset_name: index.css
55
+ # asset_content_type: text/plain
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xswap-link/xswap-sdk
2
2
 
3
+ ## 0.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - e9ce829: fixed solana history display
8
+
3
9
  ## 0.10.7
4
10
 
5
11
  ### Patch Changes