From 24435b56479aa42afe2f138ea7a076048c717f2e Mon Sep 17 00:00:00 2001 From: Maksym Nesterov Date: Sat, 22 Jun 2019 13:59:56 +0300 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 8 +++++++- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7511a3d..3ecf55c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8.0] - 2019-06-22 +### "Under the hood" changes +#### Changed +- Now using @tokend/js-sdk@1.8.0 + ## [1.8.0-rc.3] - 2019-06-21 #### Fixed - Resolved an error of inexistent CODE_MAX_LENGTH thrown on open of asset @@ -738,7 +743,8 @@ for further information about branching and tagging conventions. ## [1.3.0] - 2019-03-01 -[Unreleased]: https://github.com/tokend/web-client/compare/1.8.0-rc.3...HEAD +[Unreleased]: https://github.com/tokend/web-client/compare/1.8.0...HEAD +[1.8.0]: https://github.com/tokend/web-client/compare/1.8.0-rc.3...1.8.0 [1.8.0-rc.3]: https://github.com/tokend/web-client/compare/1.8.0-rc.2...1.8.0-rc.3 [1.8.0-rc.2]: https://github.com/tokend/web-client/compare/1.8.0-rc.1...1.8.0-rc.2 [1.8.0-rc.1]: https://github.com/tokend/web-client/compare/1.8.0-rc.0...1.8.0-rc.1 diff --git a/package.json b/package.json index 7009401c4..42be73902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokend-web-client", - "version": "1.8.0-rc.3", + "version": "1.8.0", "description": "TokenD web-client", "author": "Distributed Lab ", "private": true, @@ -26,7 +26,7 @@ "@mdi/font": "3.6.95", "@sentry/browser": "5.4.0", "@sentry/integrations": "5.4.1", - "@tokend/js-sdk": "1.8.0-rc.1", + "@tokend/js-sdk": "1.8.0", "bignumber.js": "8.0.1", "card-validator": "6.1.0", "clipboard": "2.0.4", diff --git a/yarn.lock b/yarn.lock index ac9f89ab4..af23b5788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -783,10 +783,10 @@ resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5" integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== -"@tokend/js-sdk@1.8.0-rc.1": - version "1.8.0-rc.1" - resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.8.0-rc.1.tgz#8e3c8b9f6274075b571143ef3ee4a4ad03bb48e9" - integrity sha512-7s5DZ1qW9sjnHNuiiaQueWUWqdvP6sN3tiQm+4c2ovb1X/mn0NqApm6dBf33GLG7dJ/+62aUmw/c7BIo8721Tw== +"@tokend/js-sdk@1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.8.0.tgz#3411c28c8a20593531d02a8fcfad6abfb687cb85" + integrity sha512-K7Cf8xYTiZQE44PlVLt+jIBmkOwTSKVe9+M1WIloF3uzVvK9BdbOo1JZlfxCvDW7tRhBLdMQz7e/iuGQcme5sw== dependencies: axios "0.19.0" base32.js "0.1.0"