Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

13.1.1 #1943

Merged
merged 3 commits into from
Sep 16, 2024
Merged

13.1.1 #1943

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 13.1.1 Sep 16, 2024

Contributed:

HydraDx - Hydration Rebrand Thanks to (https://github.com/jak-pan) ([#1923](https://github.com/polkadot-js/common/pull/1923))

Changes:

- Update all deps that have patch releases ([#1934](https://github.com/polkadot-js/common/pull/1934))
- Bump yarn to 4.4.1 ([#1940](https://github.com/polkadot-js/common/pull/1940))
- Update ss58-registry to 1.50.0 ([#1937](https://github.com/polkadot-js/common/pull/1937))
- Update dev and typescript ([#1936](https://github.com/polkadot-js/common/pull/1936))
- Add Encointer and Integritee to Ledger, and adjust tests ([#1939](https://github.com/polkadot-js/common/pull/1939))
- This PR added the addition of `genericLedgerApps` and `prevLedgerRecord` objects. They both combine into `ledgerApps` in `hw-ledger/defaults`.


## 13.0.2 July 12, 2024

Contributed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"versions": {
"git": "13.0.3-9-x",
"npm": "13.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.31.2",
"@ledgerhq/hw-transport-webhid": "^6.29.2",
"@ledgerhq/hw-transport-webusb": "^6.29.2",
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"tslib": "^2.7.0"
},
"optionalDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"dependencies": {
"@polkadot/hw-ledger-transports": "13.0.3-9-x",
"@polkadot/util": "13.0.3-9-x",
"@polkadot/hw-ledger-transports": "13.1.1",
"@polkadot/util": "13.1.1",
"@zondax/ledger-substrate": "0.44.7",
"tslib": "^2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util-crypto": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"@polkadot/util-crypto": "13.1.1",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util-crypto": "13.0.3-9-x"
"@polkadot/util": "13.1.1",
"@polkadot/util-crypto": "13.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"@substrate/ss58-registry": "^1.50.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "13.0.3-9-x"
"@polkadot/hw-ledger": "13.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -29,16 +29,16 @@
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@polkadot/networks": "13.0.3-9-x",
"@polkadot/util": "13.0.3-9-x",
"@polkadot/networks": "13.1.1",
"@polkadot/util": "13.1.1",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/wasm-util": "^7.3.2",
"@polkadot/x-bigint": "13.0.3-9-x",
"@polkadot/x-randomvalues": "13.0.3-9-x",
"@polkadot/x-bigint": "13.1.1",
"@polkadot/x-randomvalues": "13.1.1",
"@scure/base": "^1.1.7",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@polkadot/util": "13.0.3-9-x"
"@polkadot/util": "13.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"exports": {
"./hex/toU8a": {
Expand All @@ -35,15 +35,15 @@
}
},
"dependencies": {
"@polkadot/x-bigint": "13.0.3-9-x",
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-textdecoder": "13.0.3-9-x",
"@polkadot/x-textencoder": "13.0.3-9-x",
"@polkadot/x-bigint": "13.1.1",
"@polkadot/x-global": "13.1.1",
"@polkadot/x-textdecoder": "13.1.1",
"@polkadot/x-textencoder": "13.1.1",
"@types/bn.js": "^5.1.5",
"bn.js": "^5.2.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/x-randomvalues": "13.0.3-9-x"
"@polkadot/x-randomvalues": "13.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"./shim.cjs"
],
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"tslib": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"buffer-es6": "^4.9.3",
"tslib": "^2.7.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"node-fetch": "^3.3.2",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"main": "index.js",
"dependencies": {
"tslib": "^2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"@polkadot/wasm-util": "^7.3.2",
"@types/react-native": "^0.73.0"
},
"peerDependencies": {
"@polkadot/util": "13.0.3-9-x",
"@polkadot/util": "13.1.1",
"@polkadot/wasm-util": "*"
}
}
4 changes: 2 additions & 2 deletions packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"tslib": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"tslib": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "13.0.3-9-x",
"version": "13.1.1",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "13.0.3-9-x",
"@polkadot/x-global": "13.1.1",
"tslib": "^2.7.0",
"ws": "^8.16.0"
},
Expand Down
Loading
Loading