File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- paths :
8- - ' package.json'
9- - ' typedoc.json'
107 workflow_dispatch :
118
129jobs :
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 runs-on : ubuntu-latest
11+
1112 steps :
1213 - name : Checkout Code
1314 uses : actions/checkout@v4
14-
15+ with :
16+ fetch-depth : 0
17+
1518 - name : Setup Node.js
1619 uses : actions/setup-node@v4
1720 with :
@@ -20,23 +23,24 @@ jobs:
2023
2124 - name : Install pnpm
2225 run : npm install -g pnpm
23-
26+
2427 - name : Install Dependencies
2528 run : pnpm install
26-
29+
2730 - name : Build Package
2831 run : pnpm run build
2932
30- - name : Create v0.0.0 tag if missing
31- run : |
32- git fetch --tags
33- if ! git tag | grep -q v0.0.0; then
34- git tag v0.0.0
35- git push origin v0.0.0
36- fi
37-
3833 - name : Run Semantic Release
39- run : npx semantic-release
34+ uses : cycjimmy/semantic-release-action@v3
35+ with :
36+ semantic_version : 24.1.0
37+ extra_plugins : |
38+ @semantic-release/commit-analyzer@13.0.1
39+ @semantic-release/release-notes-generator@14.0.3
40+ @semantic-release/changelog@6.0.3
41+ @semantic-release/npm@12.0.1
42+ @semantic-release/github@11.0.2
43+ @semantic-release/git@10.0.1
4044 env :
4145 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4246 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2424 "npmPublish" : true
2525 }
2626 ],
27- " @semantic-release/github" ,
28- [
29- " @semantic-release/git" ,
30- {
31- "assets" : [" package.json" , " CHANGELOG.md" ],
32- "message" : " chore(release): ${nextRelease.version} [skip ci]"
33- }
34- ]
27+ " @semantic-release/github"
3528 ]
3629}
Original file line number Diff line number Diff line change 11## [ 1.0.2] ( https://github.com/BootNodeDev/uni-dev-kit/compare/v1.0.1...v1.0.2 ) (2025-05-23)
22
33
4+ ### Bug Fixes
5+
6+ * add test chains support ([ 06afae3] ( https://github.com/BootNodeDev/uni-dev-kit/commit/06afae39ae11c7296f7935aa03c73d8bc4f6491d ) )
7+ * getQuote types ([ 2f0a747] ( https://github.com/BootNodeDev/uni-dev-kit/commit/2f0a747f051a86a48557acdcbebed25bce82c7b6 ) )
8+ * nativeCurrency supported ([ e3572f9] ( https://github.com/BootNodeDev/uni-dev-kit/commit/e3572f930c01cd9ec958782e9161f861732cb8e3 ) )
9+ * package.json auto-update version ([ cf21e1c] ( https://github.com/BootNodeDev/uni-dev-kit/commit/cf21e1c7b3508eff816d26d798fc4b7f5c4067c8 ) )
10+
11+
12+ ### Features
13+
14+ * add usePosition/getPosition ([ 7e3d037] ( https://github.com/BootNodeDev/uni-dev-kit/commit/7e3d037faf3e8e157a429975ed76465b752a2fae ) )
15+
16+ ## [ 1.0.2] ( https://github.com/BootNodeDev/uni-dev-kit/compare/v1.0.1...v1.0.2 ) (2025-05-23)
17+
18+
419### Bug Fixes
520
621* package.json auto-update version ([ cf21e1c] ( https://github.com/BootNodeDev/uni-dev-kit/commit/cf21e1c7b3508eff816d26d798fc4b7f5c4067c8 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " uniswap-dev-kit" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " A modern TypeScript library for integrating Uniswap into your dapp." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments