Skip to content

Commit

Permalink
chore: @ant-design/[email protected] (#1338)
Browse files Browse the repository at this point in the history
* chore: @ant-design/[email protected]

* chore: update artifact to v4

---------

Co-authored-by: tingzhao.ytz <[email protected]>
  • Loading branch information
yutingzhao1991 and tingzhao.ytz authored Feb 7, 2025
1 parent c8aaacc commit 14f780e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-vans-laugh.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
rm -rf dist/\~demos/:id
- name: upload site artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: dist/
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt
6 changes: 6 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ant-design/web3-solana

## 1.2.6

### Patch Changes

- c8aaacc: fix(solana): Some wallets cannot connect again

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3-solana",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 14f780e

Please sign in to comment.