Skip to content

Commit

Permalink
apply version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 27, 2023
1 parent e0fe860 commit fcbd172
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-web3-provider/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fcbd172

Please sign in to comment.