Skip to content

Commit 02a5f25

Browse files
guanbinruiswkatmaskJack-Works
authored
[Release] Hotfix 2.26.7 => 2.26.8 (patch) (#11752)
* chore: bump version to 2.26.8 * feat: mf-6093 migrate rss3 api (#11753) * feat: mf-6093 migrate rss3 api * fixup! feat: mf-6093 migrate rss3 api * feat: feeds filters * fixup! feat: mf-6093 migrate rss3 api * fix: feed details * fixup! fix: feed details * feat: address label * refactor: extra FeedActions * fix: liquid card * fixup! feat: mf-6093 migrate rss3 api (#11753) (#11755) * chore: flush ci cache (#11757) * fix: adjust color (#11756) * fix: adjust color * fix: rename translate key * chore: remove syncing remote translation (#11758) * feat: mf-6333 mf-6334 profile total value (#11759) * feat: mf-6333 mf-6334 profile total value * feat: mf-6104 adjust profile card size * fix: rss3 issues (#11760) * fix: mf-6337 update gate way * fix: mf-6338 always use blockie * fix: action height * fix: mf-6339 prefer platform handle * fix: mf-6342 text overflow * fix: fw-6343 chain name * fix: mf-6340 video in post * fix: mf-6346 reverse ens in tx details * fix: user label for note action * fix: mf-6347 translate * fix: mf-6350 FeedFilters absolute position * fix: mf-6351 tab actions state * fixup! fix: mf-6350 FeedFilters absolute position * fix: mf-6349 adjust tabs order * Update packages/web3-shared/base/tests/helpers/resolver.ts --------- Co-authored-by: guanbinrui <52657989+guanbinrui@users.noreply.github.com> * fix: return empty list if no chains selected (#11762) * fix: format usd value * fix: mf-6353 retun empty list if no chains selected * fix: mf-6344 mf-6345 user avatar * fix: mf-6339 shared post * fix: mf-6355 break word * fix: mf-6354 tab action color in dark mode on profile card * fix: mf-6348 remove link * fix: update translation (#11763) * fix: update translation * fix: mf-6357 loading feeds * fix: mf-6356 actions could be empty * fix: adjust font size * fix: collapse cards with more than 3 actions (#11764) * chore: flush ci cache (#11766) * fix: update powered by text (#11768) * fix: merge TokenApprovalCard into TokenOperationCard (#11769) * fix(Twitter): update query id for UserByScreenName (#11771) * chore(Twitter): remove unused api for user info (#11773) --------- Co-authored-by: Wukong Sun <swkatmask@gmail.com> Co-authored-by: Jack Works <5390719+Jack-Works@users.noreply.github.com>
1 parent 8ae1222 commit 02a5f25

File tree

113 files changed

+3044
-1839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3044
-1839
lines changed

.github/workflows/compile.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
uses: DimensionDev/github-token-action@latest
4646
with:
4747
registry: true
48-
- name: Restore Webpack cache
49-
uses: actions/cache@v4
50-
with:
51-
path: packages/mask/node_modules/.cache/
52-
key: extension-v3-${{ hashFiles('pnpm-lock.yaml') }}-${{ steps.get-date.outputs.date }}
53-
restore-keys: |
54-
extension-v3-${{ hashFiles('pnpm-lock.yaml') }}
55-
extension-v3-
5648
- run: git config --global url."https://github.com/".insteadOf git@github.com
5749
- run: pnpm install
5850
- run: npx gulp build-ci

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ common/autoinstallers/*/.npmrc
121121
# Disallow other package manager lock-file
122122
/package-lock.json
123123
/yarn.lock
124+
quick-lint-js.config

cspell.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"words": [
2222
"aave",
23+
"aavegotchi",
2324
"adai",
2425
"addrs",
2526
"aeth",
@@ -137,12 +138,14 @@
137138
"iotx",
138139
"ipfs",
139140
"ipfshttp",
141+
"iqwiki",
140142
"ittr",
141143
"jsonml",
142144
"juicebox",
143145
"kdfparams",
144146
"keccak",
145147
"keybase",
148+
"kiwistand",
146149
"klay",
147150
"klaytn",
148151
"kred",
@@ -155,6 +158,7 @@
155158
"lenster",
156159
"lenstube",
157160
"lifi",
161+
"linea",
158162
"linkify",
159163
"linkifyjs",
160164
"linkswap",
@@ -262,6 +266,7 @@
262266
"roninchain",
263267
"rpid",
264268
"sablier",
269+
"savm",
265270
"sbch",
266271
"scamsniffer",
267272
"scenechange",
@@ -282,6 +287,7 @@
282287
"sollet",
283288
"solsea",
284289
"spaceid",
290+
"stargate",
285291
"startable",
286292
"steganographic",
287293
"steganography",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"yarn": ">=999.0.0",
99
"npm": ">=999.0.0"
1010
},
11-
"version": "2.26.7",
11+
"version": "2.26.8",
1212
"private": true,
1313
"license": "AGPL-3.0-or-later",
1414
"scripts": {

packages/icons/brands/Curve.png

34.6 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading

packages/icons/brands/Iqwiki.svg

Lines changed: 26 additions & 0 deletions
Loading

packages/icons/brands/Lido.svg

Lines changed: 12 additions & 0 deletions
Loading

packages/icons/brands/Linea.svg

Lines changed: 11 additions & 0 deletions
Loading

packages/icons/brands/OneInch.png

30.4 KB
Loading

0 commit comments

Comments
 (0)