Skip to content

Commit

Permalink
2.3 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 15, 2020
1 parent 04d79da commit a602b04
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 2.3.0-beta.x
# 2.3.1 Feb 15, 2020

- Remove dependency on moment.js, with internal format function (Thanks to https://github.com/AndreasGassmann)
- Remove dependency on moment.js with `formatDate` function (Thanks to https://github.com/AndreasGassmann)
- Move TypeScript `@types/*` to dev deps (Thanks to https://github.com/AndreasGassmann)
- Move to `@polkadot/wasm-crypto` 1.0
- Cleanup dependencies to pave the way for using yarn2 (Explicit instead of implicit)
- Update to `@polkadot/wasm-crypto` 1.0
- Cleanup dependencies to pave the way for using yarnpkg 2 (Explicit instead of implicit)

# 2.2.1 Feb 06, 2020

Expand Down
2 changes: 1 addition & 1 deletion jest.resolver.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2017-2020 @polkadot/util authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
/* eslint-disable @typescript-eslint/no-var-requires */

// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path');

module.exports = function resolver (file, config) {
Expand Down
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.3.0-beta.9"
"version": "2.3.0"
}
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.3.0-beta.9",
"version": "2.3.0",
"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.8.4",
"@polkadot/util": "^2.3.0-beta.9",
"@polkadot/util-crypto": "^2.3.0-beta.9"
"@polkadot/util": "^2.3.0",
"@polkadot/util-crypto": "^2.3.0"
}
}
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.3.0-beta.9",
"version": "2.3.0",
"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.4",
"@polkadot/util": "^2.3.0-beta.9",
"@polkadot/util": "^2.3.0",
"@polkadot/wasm-crypto": "^1.0.1",
"base-x": "^3.0.7",
"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": "2.3.0-beta.9",
"version": "2.3.0",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit a602b04

Please sign in to comment.