diff --git a/CHANGELOG.md b/CHANGELOG.md index 513cb822..03e76cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). +## [0.2.0] - 2023-07-11 + ## [0.2.0-rc.25] - 2023-07-06 ### Added - `@distributedlab/w3p` - `RawProvider` property @@ -266,7 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [old repo]: https://github.com/distributed-lab/web-kit-old -[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.2.0-rc.25...HEAD +[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.2.0...HEAD +[0.2.0]: https://github.com/distributed-lab/web-kit/compare/0.2.0-rc.25...0.2.0 [0.2.0-rc.25]: https://github.com/distributed-lab/web-kit/compare/0.2.0-rc.24...0.2.0-rc.25 [0.2.0-rc.24]: https://github.com/distributed-lab/web-kit/compare/0.2.0-rc.23...0.2.0-rc.24 [0.2.0-rc.23]: https://github.com/distributed-lab/web-kit/compare/0.2.0-rc.22...0.2.0-rc.23 diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index d802a0ad..110e6981 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/fetcher", - "version": "0.2.0-rc.25", + "version": "0.2.0", "description": "Fetch API wrapper with the extended functionality and simple interface", "repository": { "type": "git", diff --git a/packages/jac/package.json b/packages/jac/package.json index f74556f5..b420b6a2 100644 --- a/packages/jac/package.json +++ b/packages/jac/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/jac", - "version": "0.2.0-rc.25", + "version": "0.2.0", "description": "A library for constructing JSON-API compliant requests and responses", "repository": { "type": "git", diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index 04aac6e9..cdb67909 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/reactivity", - "version": "0.2.0-rc.25", + "version": "0.2.0", "description": "Implementation of the reactivity connections to propagate changes between objects", "repository": { "type": "git", diff --git a/packages/tools/package.json b/packages/tools/package.json index 15767259..abcb4299 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/tools", - "version": "0.2.0-rc.25", + "version": "0.2.0", "description": "Collection of common utility functions and classes", "repository": { "type": "git", diff --git a/packages/w3p/package.json b/packages/w3p/package.json index 0e8647f2..65612775 100644 --- a/packages/w3p/package.json +++ b/packages/w3p/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/w3p", - "version": "0.2.0-rc.25", + "version": "0.2.0", "description": "Wrapper for Web3 Providers", "repository": { "type": "git",