Skip to content

Commit

Permalink
[CI Skip] 2.1.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Feb 4, 2020
1 parent 69279f1 commit e4de3a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "2.1.0"
"version": "2.1.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0-beta.1",
"version": "2.1.1",
"private": true,
"engines": {
"yarn": "^1.10.1"
Expand Down
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": "2.1.0",
"version": "2.1.1",
"description": "Keyring management",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/util": "^2.1.0",
"@polkadot/util-crypto": "^2.1.0"
"@polkadot/util": "^2.1.1",
"@polkadot/util-crypto": "^2.1.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": "2.1.0",
"version": "2.1.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.8.3",
"@polkadot/util": "^2.1.0",
"@polkadot/util": "^2.1.1",
"@polkadot/wasm-crypto": "^0.20.1",
"@types/bs58": "^4.0.0",
"@types/elliptic": "^6.4.12",
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": "2.1.0",
"version": "2.1.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit e4de3a1

Please sign in to comment.