diff --git a/CHANGELOG.md b/CHANGELOG.md index a70d34e..1255d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.0.0-rc.2] - 2023-04-27 ### Added - `toolkit` - parsing config helpers, composables, eth helpers, localization for validators @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - `root` - `toolkit` package -[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.1...HEAD +[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.2...HEAD +[0.0.0-rc.2]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.1...0.0.0-rc.2 [0.0.0-rc.1]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.0...0.0.0-rc.1 [0.0.0-rc.0]: https://github.com/dl-tokene/webkit/releases/tag/0.0.0-rc.0 diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 81cd8a6..03aa8f7 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@tokene/toolkit", - "version": "0.0.0-rc.1", + "version": "0.0.0-rc.2", "description": "Collection of common utility functions and classes in tokenE frontend modules", "repository": { "type": "git", diff --git a/packages/vue-web3-provider/package.json b/packages/vue-web3-provider/package.json index 6551bb6..91b268d 100644 --- a/packages/vue-web3-provider/package.json +++ b/packages/vue-web3-provider/package.json @@ -1,6 +1,6 @@ { "name": "@tokene/vue-web3-provider", - "version": "0.0.0-rc.1", + "version": "0.0.0-rc.2", "description": "Collection of common utility functions and classes in tokenE frontend modules", "repository": { "type": "git",