Skip to content

Commit f7d998c

Browse files
committed
apply new version
1 parent 3e765c6 commit f7d998c

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.0-rc.5] - 2023-05-11
8+
### Added
9+
- `vue-web3-provider` - `TokenE' Provider proxy constructor
10+
11+
### Changed
12+
- `ui-kit` - app button and fields design, icons
13+
- `toolkit` - universal storage composable, utils opts
14+
- `styles` - color variables
15+
- `toasts` - design
16+
- `root` - distributed-lab packages versions
17+
18+
### Fixed
19+
- `ui-kit` - ErrorMessage and NoDataMessage components images loading
20+
21+
### Removed
22+
- `styles` - unnecessary mixins and global styles
23+
724
## [0.0.0-rc.4] - 2023-05-07
825
### Added
926
- `toolkit` - increase gas estimates
@@ -49,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4966
- Initial release
5067
- `root` - `toolkit` package
5168

52-
[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.4...HEAD
69+
[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.5...HEAD
70+
[0.0.0-rc.5]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.4...0.0.0-rc.5
5371
[0.0.0-rc.4]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.3...0.0.0-rc.4
5472
[0.0.0-rc.3]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.2...0.0.0-rc.3
5573
[0.0.0-rc.2]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.1...0.0.0-rc.2

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokene/styles",
3-
"version": "0.0.0-rc.4",
3+
"version": "0.0.0-rc.5",
44
"description": "Default styles for every single frontend module of TokenE",
55
"repository": {
66
"type": "git",

packages/toasts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokene/toasts",
3-
"version": "0.0.0-rc.4",
3+
"version": "0.0.0-rc.5",
44
"description": "Vue based toasts",
55
"repository": {
66
"type": "git",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokene/toolkit",
3-
"version": "0.0.0-rc.4",
3+
"version": "0.0.0-rc.5",
44
"description": "Collection of common utility functions and classes in tokenE frontend modules",
55
"repository": {
66
"type": "git",

packages/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokene/ui-kit",
3-
"version": "0.0.0-rc.4",
3+
"version": "0.0.0-rc.5",
44
"description": "Collection of common TokenE vue components",
55
"repository": {
66
"type": "git",

packages/vue-web3-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokene/vue-web3-provider",
3-
"version": "0.0.0-rc.4",
3+
"version": "0.0.0-rc.5",
44
"description": "The Vue reactive wrapper for @distributedlab/w3p",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)