File tree 9 files changed +19
-10
lines changed
9 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.61.2 Jan 1, 2025
4
+
5
+ Changes:
6
+
7
+ - Bump yarn to 4.6.0 ([ #583 ] ( https://github.com/polkadot-js/tools/pull/583 ) )
8
+ - Upgrade polkadot api, and dev ([ #584 ] ( https://github.com/polkadot-js/tools/pull/584 ) )
9
+ - Update Headers to 2025 ([ #587 ] ( https://github.com/polkadot-js/tools/pull/587 ) )
10
+
11
+
3
12
## 0.61.1 Dec 2, 2024
4
13
5
14
Changes:
Original file line number Diff line number Diff line change 14
14
},
15
15
"sideEffects" : false ,
16
16
"type" : " module" ,
17
- "version" : " 0.61.2-3-x " ,
17
+ "version" : " 0.61.2" ,
18
18
"versions" : {
19
19
"git" : " 0.61.2-3-x" ,
20
20
"npm" : " 0.61.1"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-api" : " ./runcli.mjs"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-json-serve" : " ./runcli.mjs"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-metadata-cmp" : " ./runcli.mjs"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-monitor" : " ./runcli.mjs"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-signer" : " ./runcli.mjs"
22
22
},
23
23
"dependencies" : {
24
24
"@polkadot/api" : " ^15.1.1" ,
25
- "@polkadot/api-cli" : " ^0.61.2-3-x " ,
25
+ "@polkadot/api-cli" : " ^0.61.2" ,
26
26
"@polkadot/keyring" : " ^13.2.3" ,
27
27
"@polkadot/types" : " ^15.1.1" ,
28
28
"@polkadot/util" : " ^13.2.3" ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 0.61.2-3-x " ,
18
+ "version" : " 0.61.2" ,
19
19
"main" : " index.js" ,
20
20
"bin" : {
21
21
"polkadot-js-vanitygen" : " ./runcli.mjs"
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ __metadata:
475
475
languageName : node
476
476
linkType : hard
477
477
478
- " @polkadot/api-cli@npm:^0.61.2-3-x , @polkadot/api-cli@workspace:packages/api-cli " :
478
+ " @polkadot/api-cli@npm:^0.61.2, @polkadot/api-cli@workspace:packages/api-cli " :
479
479
version : 0.0.0-use.local
480
480
resolution : " @polkadot/api-cli@workspace:packages/api-cli"
481
481
dependencies :
@@ -773,7 +773,7 @@ __metadata:
773
773
resolution : " @polkadot/signer-cli@workspace:packages/signer-cli"
774
774
dependencies :
775
775
" @polkadot/api " : " npm:^15.1.1"
776
- " @polkadot/api-cli " : " npm:^0.61.2-3-x "
776
+ " @polkadot/api-cli " : " npm:^0.61.2"
777
777
" @polkadot/keyring " : " npm:^13.2.3"
778
778
" @polkadot/types " : " npm:^15.1.1"
779
779
" @polkadot/util " : " npm:^13.2.3"
You can’t perform that action at this time.
0 commit comments