Skip to content

Commit

Permalink
chore: bump @dodoex/widgets version to 3.0.3-neox.7, update localizat…
Browse files Browse the repository at this point in the history
…ion references, and remove borderBottomWidth styling in PoolWidget components
  • Loading branch information
yrjkqq committed Jan 16, 2025
1 parent 7e48f2d commit 5c99900
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@dodoex/components": "^3.0.2-neox.2",
"@dodoex/widgets": "3.0.3-neox.6",
"@dodoex/widgets": "3.0.3-neox.7",
"@emotion/styled": "^11.10.0",
"@storybook/addon-docs": "^8.3.5",
"@web3modal/ethers5": "^3.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/widgets",
"version": "3.0.3-neox.6",
"version": "3.0.3-neox.7",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ msgstr "Edit"
msgid "Min"
msgstr "Min"

#: src/widgets/PoolWidget/PoolList/MyCreated.tsx:713
#: src/widgets/PoolWidget/PoolList/MyCreated.tsx:712
msgid "Hide TVL=0 pools"
msgstr "Hide TVL=0 pools"

Expand Down
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/src/locales/zh-CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ msgstr ""
msgid "Min"
msgstr "分钟"

#: src/widgets/PoolWidget/PoolList/MyCreated.tsx:713
#: src/widgets/PoolWidget/PoolList/MyCreated.tsx:712
msgid "Hide TVL=0 pools"
msgstr ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ export default function AddLiquidityList({
px: 24,
pt: 24,
pb: 20,
borderBottomWidth: 1,
}),
}}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ export default function MyCreated({
px: 24,
pt: 24,
pb: 20,
borderBottomWidth: 1,
}),
}}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,6 @@ export default function MyLiquidity({
px: 24,
pt: 24,
pb: 20,
borderBottomWidth: 1,
}),
}}
>
Expand Down

0 comments on commit 5c99900

Please sign in to comment.