Skip to content

Commit 4394467

Browse files
committed
apply new version
1 parent e24c4ea commit 4394467

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [0.0.0-rc.4] - 2023-05-07
88
### Added
99
- `toolkit` - increase gas estimates
1010
- `root` - `toasts` package
@@ -49,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- Initial release
5050
- `root` - `toolkit` package
5151

52-
[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.3...HEAD
52+
[Unreleased]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.4...HEAD
53+
[0.0.0-rc.4]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.3...0.0.0-rc.4
5354
[0.0.0-rc.3]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.2...0.0.0-rc.3
5455
[0.0.0-rc.2]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.1...0.0.0-rc.2
5556
[0.0.0-rc.1]: https://github.com/dl-tokene/webkit/compare/0.0.0-rc.0...0.0.0-rc.1

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.3",
3+
"version": "0.0.0-rc.4",
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.3",
3+
"version": "0.0.0-rc.4",
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.3",
3+
"version": "0.0.0-rc.4",
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.3",
3+
"version": "0.0.0-rc.4",
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.3",
3+
"version": "0.0.0-rc.4",
44
"description": "The Vue reactive wrapper for @distributedlab/w3p",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)