Skip to content

Commit 41cc8b3

Browse files
authored
Bump util (#4272)
* Bump util * util 8.0.4 * 8.0.4
1 parent 4bbba5b commit 41cc8b3

File tree

19 files changed

+184
-183
lines changed

19 files changed

+184
-183
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CHANGELOG
22

3-
## master
3+
## 6.10.2 Nov 30, 2021
4+
5+
Upgrade priority: Low. Aligns TS augmentation and decoration with older behavior for ALL_CAPS identifiers.
46

57
Changes:
68

79
- Adjust augmentation interface consistency with top-level declarations
10+
- Update `@polkadot/util` to 8.0.4 with adjusted `stringCamelCase`
811

912

1013
## 6.10.1 Nov 29, 2021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "6.10.2-0",
14+
"version": "6.10.2",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.2-0",
28-
"@polkadot/types": "6.10.2-0",
29-
"@polkadot/util": "^8.0.2",
27+
"@polkadot/api": "6.10.2",
28+
"@polkadot/types": "6.10.2",
29+
"@polkadot/util": "^8.0.4",
3030
"rxjs": "^7.4.0"
3131
}
3232
}

packages/api-derive/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.2-0",
28-
"@polkadot/rpc-core": "6.10.2-0",
29-
"@polkadot/types": "6.10.2-0",
30-
"@polkadot/util": "^8.0.2",
31-
"@polkadot/util-crypto": "^8.0.2",
27+
"@polkadot/api": "6.10.2",
28+
"@polkadot/rpc-core": "6.10.2",
29+
"@polkadot/types": "6.10.2",
30+
"@polkadot/util": "^8.0.4",
31+
"@polkadot/util-crypto": "^8.0.4",
3232
"rxjs": "^7.4.0"
3333
},
3434
"devDependencies": {
35-
"@polkadot/keyring": "^8.0.2",
36-
"@polkadot/rpc-provider": "6.10.2-0"
35+
"@polkadot/keyring": "^8.0.4",
36+
"@polkadot/rpc-provider": "6.10.2"
3737
}
3838
}

packages/api/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api-derive": "6.10.2-0",
28-
"@polkadot/keyring": "^8.0.2",
29-
"@polkadot/rpc-core": "6.10.2-0",
30-
"@polkadot/rpc-provider": "6.10.2-0",
31-
"@polkadot/types": "6.10.2-0",
32-
"@polkadot/types-known": "6.10.2-0",
33-
"@polkadot/util": "^8.0.2",
34-
"@polkadot/util-crypto": "^8.0.2",
27+
"@polkadot/api-derive": "6.10.2",
28+
"@polkadot/keyring": "^8.0.4",
29+
"@polkadot/rpc-core": "6.10.2",
30+
"@polkadot/rpc-provider": "6.10.2",
31+
"@polkadot/types": "6.10.2",
32+
"@polkadot/types-known": "6.10.2",
33+
"@polkadot/util": "^8.0.4",
34+
"@polkadot/util-crypto": "^8.0.4",
3535
"eventemitter3": "^4.0.7",
3636
"rxjs": "^7.4.0"
3737
}

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/rpc-provider": "6.10.2-0",
28-
"@polkadot/types": "6.10.2-0",
29-
"@polkadot/util": "^8.0.2",
27+
"@polkadot/rpc-provider": "6.10.2",
28+
"@polkadot/types": "6.10.2",
29+
"@polkadot/util": "^8.0.4",
3030
"rxjs": "^7.4.0"
3131
},
3232
"devDependencies": {
33-
"@polkadot/keyring": "^8.0.2"
33+
"@polkadot/keyring": "^8.0.4"
3434
}
3535
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/types": "6.10.2-0",
28-
"@polkadot/util": "^8.0.2",
29-
"@polkadot/util-crypto": "^8.0.2",
30-
"@polkadot/x-fetch": "^8.0.2",
31-
"@polkadot/x-global": "^8.0.2",
32-
"@polkadot/x-ws": "^8.0.2",
27+
"@polkadot/types": "6.10.2",
28+
"@polkadot/util": "^8.0.4",
29+
"@polkadot/util-crypto": "^8.0.4",
30+
"@polkadot/x-fetch": "^8.0.4",
31+
"@polkadot/x-global": "^8.0.4",
32+
"@polkadot/x-ws": "^8.0.4",
3333
"eventemitter3": "^4.0.7"
3434
},
3535
"devDependencies": {
36-
"@polkadot/keyring": "^8.0.2",
37-
"@polkadot/types": "6.10.2-0",
36+
"@polkadot/keyring": "^8.0.4",
37+
"@polkadot/types": "6.10.2",
3838
"mock-socket": "^9.0.8",
3939
"nock": "^13.2.1"
4040
}

packages/typegen/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"bin": {
2626
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
@@ -33,11 +33,11 @@
3333
"@babel/core": "^7.16.0",
3434
"@babel/register": "^7.16.0",
3535
"@babel/runtime": "^7.16.3",
36-
"@polkadot/api": "6.10.2-0",
37-
"@polkadot/rpc-provider": "6.10.2-0",
38-
"@polkadot/types": "6.10.2-0",
39-
"@polkadot/types-support": "6.10.2-0",
40-
"@polkadot/util": "^8.0.2",
36+
"@polkadot/api": "6.10.2",
37+
"@polkadot/rpc-provider": "6.10.2",
38+
"@polkadot/types": "6.10.2",
39+
"@polkadot/types-support": "6.10.2",
40+
"@polkadot/util": "^8.0.4",
4141
"handlebars": "^4.7.7",
4242
"websocket": "^1.0.34",
4343
"yargs": "^17.2.1"

packages/types-known/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/networks": "^8.0.2",
28-
"@polkadot/types": "6.10.2-0",
29-
"@polkadot/util": "^8.0.2"
27+
"@polkadot/networks": "^8.0.4",
28+
"@polkadot/types": "6.10.2",
29+
"@polkadot/util": "^8.0.4"
3030
}
3131
}

packages/types-support/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2-0",
23+
"version": "6.10.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/util": "^8.0.2"
27+
"@polkadot/util": "^8.0.4"
2828
}
2929
}

0 commit comments

Comments
 (0)