Skip to content

Commit

Permalink
[CI Skip] release/stable 4.2.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Aug 28, 2021
1 parent e2ac301 commit b236d50
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"fflate": "^0.7.1",
"override-require": "^1.1.1"
},
"version": "4.2.0",
"version": "4.2.1",
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/wasm-crypto-asmjs",
"version": "4.2.0",
"version": "4.2.1",
"type": "module",
"description": "Asm.js content for wasm-crypto",
"browser": "empty.js",
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 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', version: '4.1.3-7' };
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', version: '4.2.1' };
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/wasm-crypto-wasm",
"version": "4.2.0",
"version": "4.2.1",
"type": "module",
"description": "Wasm content for wasm-crypto",
"browser": "data.js",
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 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', version: '4.1.3-7' };
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', version: '4.2.1' };
6 changes: 3 additions & 3 deletions packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/wasm-crypto",
"version": "4.2.0",
"version": "4.2.1",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/wasm-crypto-asmjs": "^4.2.0",
"@polkadot/wasm-crypto-wasm": "^4.2.0"
"@polkadot/wasm-crypto-asmjs": "^4.2.1",
"@polkadot/wasm-crypto-wasm": "^4.2.1"
},
"devDependencies": {
"@polkadot/util": "^7.2.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 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/wasm-crypto', version: '4.1.3-7' };
export const packageInfo = { name: '@polkadot/wasm-crypto', version: '4.2.1' };
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1958,15 +1958,15 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-crypto-asmjs@^4.2.0, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
"@polkadot/wasm-crypto-asmjs@^4.2.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:
"@babel/runtime": ^7.15.3
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-wasm@^4.2.0, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
"@polkadot/wasm-crypto-wasm@^4.2.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 @@ -1980,8 +1980,8 @@ __metadata:
dependencies:
"@babel/runtime": ^7.15.3
"@polkadot/util": ^7.2.1
"@polkadot/wasm-crypto-asmjs": ^4.2.0
"@polkadot/wasm-crypto-wasm": ^4.2.0
"@polkadot/wasm-crypto-asmjs": ^4.2.1
"@polkadot/wasm-crypto-wasm": ^4.2.1
"@polkadot/x-randomvalues": ^7.2.1
peerDependencies:
"@polkadot/util": "*"
Expand Down

0 comments on commit b236d50

Please sign in to comment.