Skip to content

Commit

Permalink
[CI Skip] release/stable 5.0.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 19, 2022
1 parent 42598dc commit 221b50e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
383 Jaco Deps & CHANGELOG (#311)
384 Jaco 5.0.1 (#312)
1 Evgeny Fixed type (#121)
1 Shunfan Zhou Support sr25519 agreement (#209)
1 Steve Degosserie Expose Schnorrkel's VRF capabilities (#170)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/wasm.git"
},
"sideEffects": false,
"version": "5.0.0",
"version": "5.0.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "5.0.0",
"version": "5.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: 'auto', type: 'auto', version: '4.6.2-6' };
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: 'auto', type: 'auto', version: '5.0.1' };
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "5.0.0",
"version": "5.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '4.6.2-6' };
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '5.0.1' };
6 changes: 3 additions & 3 deletions packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"./initWasmAsm.cjs"
],
"type": "module",
"version": "5.0.0",
"version": "5.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/wasm-crypto-asmjs": "^5.0.0",
"@polkadot/wasm-crypto-wasm": "^5.0.0"
"@polkadot/wasm-crypto-asmjs": "^5.0.1",
"@polkadot/wasm-crypto-wasm": "^5.0.1"
},
"devDependencies": {
"@polkadot/util": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/wasm-crypto', path: 'auto', type: 'auto', version: '4.6.2-6' };
export const packageInfo = { name: '@polkadot/wasm-crypto', path: 'auto', type: 'auto', version: '5.0.1' };
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-crypto-asmjs@^5.0.0, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
"@polkadot/wasm-crypto-asmjs@^5.0.1, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs"
dependencies:
Expand All @@ -2007,7 +2007,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-wasm@^5.0.0, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
"@polkadot/wasm-crypto-wasm@^5.0.1, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm"
dependencies:
Expand All @@ -2024,8 +2024,8 @@ __metadata:
dependencies:
"@babel/runtime": ^7.17.8
"@polkadot/util": ^8.5.1
"@polkadot/wasm-crypto-asmjs": ^5.0.0
"@polkadot/wasm-crypto-wasm": ^5.0.0
"@polkadot/wasm-crypto-asmjs": ^5.0.1
"@polkadot/wasm-crypto-wasm": ^5.0.1
"@polkadot/x-randomvalues": ^8.5.1
peerDependencies:
"@polkadot/util": "*"
Expand Down

0 comments on commit 221b50e

Please sign in to comment.