Skip to content

Commit 6dccf2b

Browse files
authored
Merge branch 'nervosnetwork:develop' into develop
2 parents 7c47f24 + d204604 commit 6dccf2b

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
lines changed

.ckb-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.202.0
1+
v0.203.0

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
default:
1212
strategy:
1313
matrix:
14-
node:
15-
- lts/*
14+
node: [22]
1615
os:
1716
- macos-latest
1817
- ubuntu-latest

compatible.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"fullVersions": [
3+
"0.203",
34
"0.202",
45
"0.201",
56
"0.200",
@@ -32,6 +33,7 @@
3233
"compatible": {
3334
"0.111": {
3435
"full": [
36+
"0.203",
3537
"0.202",
3638
"0.201",
3739
"0.200",
@@ -58,6 +60,7 @@
5860
},
5961
"0.110": {
6062
"full": [
63+
"0.203",
6164
"0.202",
6265
"0.201",
6366
"0.200",
@@ -100,6 +103,7 @@
100103
},
101104
"0.112": {
102105
"full": [
106+
"0.203",
103107
"0.202",
104108
"0.201",
105109
"0.200",
@@ -126,6 +130,7 @@
126130
},
127131
"0.114": {
128132
"full": [
133+
"0.203",
129134
"0.202",
130135
"0.201",
131136
"0.200",
@@ -152,6 +157,7 @@
152157
},
153158
"0.116": {
154159
"full": [
160+
"0.203",
155161
"0.202",
156162
"0.201",
157163
"0.200",
@@ -178,6 +184,7 @@
178184
},
179185
"0.117": {
180186
"full": [
187+
"0.203",
181188
"0.202",
182189
"0.201",
183190
"0.200",
@@ -204,6 +211,7 @@
204211
},
205212
"0.119": {
206213
"full": [
214+
"0.203",
207215
"0.202",
208216
"0.201",
209217
"0.200",
@@ -230,6 +238,7 @@
230238
},
231239
"0.120": {
232240
"full": [
241+
"0.203",
233242
"0.202",
234243
"0.201",
235244
"0.200",
@@ -256,6 +265,7 @@
256265
},
257266
"0.121": {
258267
"full": [
268+
"0.203",
259269
"0.202",
260270
"0.201",
261271
"0.200",
@@ -282,6 +292,7 @@
282292
},
283293
"0.201": {
284294
"full": [
295+
"0.203",
285296
"0.202",
286297
"0.201",
287298
"0.200",
@@ -308,6 +319,7 @@
308319
},
309320
"0.202": {
310321
"full": [
322+
"0.203",
311323
"0.202",
312324
"0.201",
313325
"0.200",

packages/neuron-ui/public/css/fonts.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@
88
src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
99
}
1010

11-
@font-face {
12-
font-family: 'ProximaNova-Regular';
13-
src: url('../fonts/ProximaNova-Regular.otf') format('opentype'),
14-
url('../fonts//Proximanova-Regular.ttf') format('opentype');
15-
}
16-
17-
@font-face {
18-
font-family: 'ProximaNova-Semibold';
19-
src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'),
20-
url('../fonts/ProximaNova-Semibold.ttf') format('opentype');
21-
}
22-
2311
@font-face {
2412
font-family: 'D-DIN-PRO';
2513
src: url('../fonts/D-DIN-PRO-500-Medium.otf') format('opentype'),
-61.4 KB
Binary file not shown.
-61.6 KB
Binary file not shown.
-88 KB
Binary file not shown.
-88 KB
Binary file not shown.

packages/neuron-ui/src/widgets/MnemonicInput/index.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616

1717
& * {
18-
font-family: 'ProximaNova-Regular';
1918
font-size: 14px;
2019
}
2120

0 commit comments

Comments
 (0)