Skip to content

Commit

Permalink
[CI Skip] release/stable 3.2.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Aug 17, 2020
1 parent 7228100 commit 9808f58
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "3.2.0"
"version": "3.2.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"@polkadot/ts": "^0.3.38",
"@types/jest": "^26.0.9"
},
"version": "3.2.0"
"version": "3.2.1"
}
6 changes: 3 additions & 3 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/keyring",
"version": "3.2.0",
"version": "3.2.1",
"description": "Keyring management",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/util": "3.2.0",
"@polkadot/util-crypto": "3.2.0"
"@polkadot/util": "3.2.1",
"@polkadot/util-crypto": "3.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/util-crypto",
"version": "3.2.0",
"version": "3.2.1",
"description": "A collection of useful crypto utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/util": "3.2.0",
"@polkadot/util": "3.2.1",
"@polkadot/wasm-crypto": "^1.3.1",
"base-x": "^3.0.8",
"bip39": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/util",
"version": "3.2.0",
"version": "3.2.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2829,8 +2829,8 @@ __metadata:
resolution: "@polkadot/keyring@workspace:packages/keyring"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": 3.2.0
"@polkadot/util-crypto": 3.2.0
"@polkadot/util": 3.2.1
"@polkadot/util-crypto": 3.2.1
languageName: unknown
linkType: soft

Expand All @@ -2843,12 +2843,12 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].0, @polkadot/util-crypto@workspace:packages/util-crypto":
"@polkadot/[email protected].1, @polkadot/util-crypto@workspace:packages/util-crypto":
version: 0.0.0-use.local
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": 3.2.0
"@polkadot/util": 3.2.1
"@polkadot/wasm-crypto": ^1.3.1
"@types/bn.js": ^4.11.6
"@types/elliptic": ^6.4.12
Expand All @@ -2868,7 +2868,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/util@workspace:packages/util":
"@polkadot/[email protected].1, @polkadot/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@polkadot/util@workspace:packages/util"
dependencies:
Expand Down

0 comments on commit 9808f58

Please sign in to comment.