Skip to content

Commit

Permalink
9.11.2 (#5415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 13, 2023
1 parent 41617c1 commit 2f34c0c
Show file tree
Hide file tree
Showing 18 changed files with 473 additions and 507 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 9.11.2 Jan 13, 2023

Changes:

- Ensure `derive.democracy.preimages` retrieves correctly from (current-gen) `preimage`


## 9.11.1 Jan 8, 2023

- **Breaking change** For users of `ScProvider` you now need to explicitly pass `@substrate/connect` as a parameter. This means the code needs to be adjusted as follows -
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"versions": {
"git": "9.11.2-0-x",
"npm": "9.11.1"
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.20.12",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.7",
"@polkadot/dev": "^0.67.177",
"@polkadot/dev": "^0.67.178",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^29.2.5",
"copyfiles": "^2.4.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/api-base": "9.11.2-0-x",
"@polkadot/rpc-augment": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-augment": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/util": "^10.2.3"
"@polkadot/api-base": "9.11.2",
"@polkadot/rpc-augment": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-augment": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/util": "^10.2.4"
},
"devDependencies": {
"@polkadot/types-support": "9.11.2-0-x"
"@polkadot/types-support": "9.11.2"
}
}
8 changes: 4 additions & 4 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/rpc-core": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/rpc-core": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/util": "^10.2.4",
"rxjs": "^7.8.0"
}
}
18 changes: 9 additions & 9 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/api": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/types-create": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/api": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/types-create": "9.11.2",
"@polkadot/util": "^10.2.4",
"@polkadot/util-crypto": "^10.2.4",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/keyring": "^10.2.3"
"@polkadot/api-augment": "9.11.2",
"@polkadot/keyring": "^10.2.4"
}
}
28 changes: 14 additions & 14 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/api": "9.11.2-0-x",
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/api-base": "9.11.2-0-x",
"@polkadot/rpc-core": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/api": "9.11.2",
"@polkadot/api-augment": "9.11.2",
"@polkadot/api-base": "9.11.2",
"@polkadot/rpc-core": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/util": "^10.2.4",
"@polkadot/util-crypto": "^10.2.4",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api": "9.11.2-0-x",
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/rpc-augment": "9.11.2-0-x",
"@polkadot/rpc-provider": "9.11.2-0-x",
"@polkadot/types-support": "9.11.2-0-x"
"@polkadot/api": "9.11.2",
"@polkadot/api-augment": "9.11.2",
"@polkadot/rpc-augment": "9.11.2",
"@polkadot/rpc-provider": "9.11.2",
"@polkadot/types-support": "9.11.2"
}
}
34 changes: 17 additions & 17 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/api-base": "9.11.2-0-x",
"@polkadot/api-derive": "9.11.2-0-x",
"@polkadot/keyring": "^10.2.3",
"@polkadot/rpc-augment": "9.11.2-0-x",
"@polkadot/rpc-core": "9.11.2-0-x",
"@polkadot/rpc-provider": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-augment": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/types-create": "9.11.2-0-x",
"@polkadot/types-known": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/api-augment": "9.11.2",
"@polkadot/api-base": "9.11.2",
"@polkadot/api-derive": "9.11.2",
"@polkadot/keyring": "^10.2.4",
"@polkadot/rpc-augment": "9.11.2",
"@polkadot/rpc-core": "9.11.2",
"@polkadot/rpc-provider": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-augment": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/types-create": "9.11.2",
"@polkadot/types-known": "9.11.2",
"@polkadot/util": "^10.2.4",
"@polkadot/util-crypto": "^10.2.4",
"eventemitter3": "^4.0.7",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/types-support": "9.11.2-0-x"
"@polkadot/api-augment": "9.11.2",
"@polkadot/types-support": "9.11.2"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/rpc-core": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/util": "^10.2.3"
"@polkadot/rpc-core": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/util": "^10.2.4"
}
}
14 changes: 7 additions & 7 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/rpc-augment": "9.11.2-0-x",
"@polkadot/rpc-provider": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/rpc-augment": "9.11.2",
"@polkadot/rpc-provider": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/util": "^10.2.4",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^10.2.3",
"@polkadot/rpc-augment": "9.11.2-0-x"
"@polkadot/keyring": "^10.2.4",
"@polkadot/rpc-augment": "9.11.2"
}
}
20 changes: 10 additions & 10 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/keyring": "^10.2.3",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-support": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/x-fetch": "^10.2.3",
"@polkadot/x-global": "^10.2.3",
"@polkadot/x-ws": "^10.2.3",
"@polkadot/keyring": "^10.2.4",
"@polkadot/types": "9.11.2",
"@polkadot/types-support": "9.11.2",
"@polkadot/util": "^10.2.4",
"@polkadot/util-crypto": "^10.2.4",
"@polkadot/x-fetch": "^10.2.4",
"@polkadot/x-global": "^10.2.4",
"@polkadot/x-ws": "^10.2.4",
"eventemitter3": "^4.0.7",
"mock-socket": "^9.1.5",
"nock": "^13.2.9"
"nock": "^13.3.0"
},
"devDependencies": {
"@substrate/connect": "0.7.18"
Expand Down
26 changes: 13 additions & 13 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -33,18 +33,18 @@
"@babel/core": "^7.20.12",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.7",
"@polkadot/api": "9.11.2-0-x",
"@polkadot/api-augment": "9.11.2-0-x",
"@polkadot/rpc-augment": "9.11.2-0-x",
"@polkadot/rpc-provider": "9.11.2-0-x",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-augment": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/types-create": "9.11.2-0-x",
"@polkadot/types-support": "9.11.2-0-x",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/x-ws": "^10.2.3",
"@polkadot/api": "9.11.2",
"@polkadot/api-augment": "9.11.2",
"@polkadot/rpc-augment": "9.11.2",
"@polkadot/rpc-provider": "9.11.2",
"@polkadot/types": "9.11.2",
"@polkadot/types-augment": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/types-create": "9.11.2",
"@polkadot/types-support": "9.11.2",
"@polkadot/util": "^10.2.4",
"@polkadot/util-crypto": "^10.2.4",
"@polkadot/x-ws": "^10.2.4",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
"yargs": "^17.6.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/util": "^10.2.3"
"@polkadot/types": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/util": "^10.2.4"
}
}
14 changes: 7 additions & 7 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/util": "^10.2.3",
"@polkadot/x-bigint": "^10.2.3"
"@polkadot/util": "^10.2.4",
"@polkadot/x-bigint": "^10.2.4"
},
"devDependencies": {
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-augment": "9.11.2-0-x",
"@polkadot/types-support": "9.11.2-0-x",
"@polkadot/util-crypto": "^10.2.3"
"@polkadot/types": "9.11.2",
"@polkadot/types-augment": "9.11.2",
"@polkadot/types-support": "9.11.2",
"@polkadot/util-crypto": "^10.2.4"
}
}
8 changes: 4 additions & 4 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/util": "^10.2.3"
"@polkadot/types-codec": "9.11.2",
"@polkadot/util": "^10.2.4"
},
"devDependencies": {
"@polkadot/types": "9.11.2-0-x"
"@polkadot/types": "9.11.2"
}
}
14 changes: 7 additions & 7 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.11.2-0-x",
"version": "9.11.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/networks": "^10.2.3",
"@polkadot/types": "9.11.2-0-x",
"@polkadot/types-codec": "9.11.2-0-x",
"@polkadot/types-create": "9.11.2-0-x",
"@polkadot/util": "^10.2.3"
"@polkadot/networks": "^10.2.4",
"@polkadot/types": "9.11.2",
"@polkadot/types-codec": "9.11.2",
"@polkadot/types-create": "9.11.2",
"@polkadot/util": "^10.2.4"
},
"devDependencies": {
"@polkadot/api": "9.11.2-0-x"
"@polkadot/api": "9.11.2"
}
}
Loading

0 comments on commit 2f34c0c

Please sign in to comment.