Skip to content

Commit dca36e4

Browse files
committed
[CI Skip] 2.3.1
skip-checks: true
1 parent a602b04 commit dca36e4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"packages": [
1010
"packages/*"
1111
],
12-
"version": "2.3.0"
12+
"version": "2.3.1"
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0-beta.9",
2+
"version": "2.3.1",
33
"private": true,
44
"engines": {
55
"yarn": "^1.10.1"

packages/keyring/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/keyring",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Keyring management",
55
"main": "index.js",
66
"publishConfig": {
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
2929
"dependencies": {
3030
"@babel/runtime": "^7.8.4",
31-
"@polkadot/util": "^2.3.0",
32-
"@polkadot/util-crypto": "^2.3.0"
31+
"@polkadot/util": "^2.3.1",
32+
"@polkadot/util-crypto": "^2.3.1"
3333
}
3434
}

packages/util-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/util-crypto",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "A collection of useful crypto utilities for @polkadot",
55
"main": "index.js",
66
"keywords": [
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
2727
"dependencies": {
2828
"@babel/runtime": "^7.8.4",
29-
"@polkadot/util": "^2.3.0",
29+
"@polkadot/util": "^2.3.1",
3030
"@polkadot/wasm-crypto": "^1.0.1",
3131
"base-x": "^3.0.7",
3232
"bip39": "^3.0.2",

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/util",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "A collection of useful utilities for @polkadot",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)