Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiburu committed Apr 19, 2019
1 parent 956642c commit ea9ec0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## [1.5.0]
### "Under the hood changes"
#### Changed
- Now using @tokend/js-sdk@1.5.0

## [1.5.0-rc.3] - 2019-04-19
### "Under the hood changes"
#### Changed
Expand Down Expand Up @@ -302,7 +307,8 @@ for further information about branching and tagging conventions.

## [1.3.0] - 2019-03-01

[Unreleased]: https://github.com/tokend/web-client/compare/1.5.0-rc.3...HEAD
[Unreleased]: https://github.com/tokend/web-client/compare/1.5.0...HEAD
[1.5.0]: https://github.com/tokend/web-client/compare/1.5.0-rc.3...1.5.0
[1.5.0-rc.3]: https://github.com/tokend/web-client/compare/1.5.0-rc.2...1.5.0-rc.3
[1.5.0-rc.2]: https://github.com/tokend/web-client/compare/1.5.0-rc.1...1.5.0-rc.2
[1.5.0-rc.1]: https://github.com/tokend/web-client/compare/1.5.0-rc.0...1.5.0-rc.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokend-web-client",
"version": "1.5.0-rc.3",
"version": "1.5.0",
"description": "TokenD web-client",
"author": "Distributed Lab <[email protected]>",
"private": true,
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@mdi/font": "3.3.92",
"@tokend/js-sdk": "1.5.0-rc.1",
"@tokend/js-sdk": "1.5.0",
"bignumber.js": "8.0.1",
"card-validator": "6.1.0",
"clipboard": "2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -667,10 +667,10 @@
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==

"@tokend/[email protected]-rc.1":
version "1.5.0-rc.1"
resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.5.0-rc.1.tgz#4497fae44fea348f2147ca92d121030af4989613"
integrity sha512-ZUk0NRXE9xSpYYAlJu/tCysgfuJ0cGD8cmbtiTGdXHK4j84KoOwFLTBquA89yGj5nkOz9oxEmhMF6RQWpfl5RQ==
"@tokend/[email protected]":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.5.0.tgz#5249c8c405f5aa220afac930517da58f748aa8e9"
integrity sha512-2dSZ4Vs+wQb+n7PBO4eyG2J0E+7bOUJdkDLNJvjAzatya3qB7/w7FgQogw28vq6YAYxO28xlF9OHw+LLpCWtnw==
dependencies:
axios "0.16.2"
base32.js "0.1.0"
Expand Down

0 comments on commit ea9ec0c

Please sign in to comment.