Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
013847a
fix some issues detected by typescript v5
Muhammad-Altabba Sep 19, 2024
1c9f150
upgrade typescript to v5
Muhammad-Altabba Sep 19, 2024
ade7ab6
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Sep 23, 2024
6d4c4ba
fix a type casting
Muhammad-Altabba Sep 23, 2024
5ad813a
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Sep 24, 2024
2b13128
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Sep 24, 2024
35ad780
decrease the minor version of typescript
Muhammad-Altabba Sep 25, 2024
c616709
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Sep 25, 2024
04da324
temp change the canary release to be published on feature branch
Muhammad-Altabba Sep 26, 2024
32c8cc8
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Sep 26, 2024
8c17262
revert a temp change
Muhammad-Altabba Sep 26, 2024
dea289d
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Nov 5, 2024
e28872a
update typescript version for web3-account-abstraction
Muhammad-Altabba Nov 5, 2024
e222a91
Merge branch '4.x' into 7144-fix-typescript-version-issue
Muhammad-Altabba Nov 20, 2024
f631502
delete un needed files
Muhammad-Altabba Nov 20, 2024
6b1f7a7
fix lint issues after the typescript version upgrade
Muhammad-Altabba Nov 20, 2024
0cbc23d
publish a canary version
Muhammad-Altabba Nov 21, 2024
4c55d98
tiny modifications
Muhammad-Altabba Nov 21, 2024
7109fb2
fix a lint ignore error
Muhammad-Altabba Nov 21, 2024
32ad76e
revert a temp change for the canary publish
Muhammad-Altabba Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
publish a canary version
  • Loading branch information
Muhammad-Altabba committed Nov 21, 2024
commit 0cbc23d25e811cfb30add0bca85e41cc095e8f95
2 changes: 1 addition & 1 deletion .github/workflows/canary_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Release Canary'
on:
push:
branches:
- '4.x'
- '7144-fix-typescript-version-issue'

jobs:
release:
Expand Down
Loading