mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
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.0.9](https://github.com/logos-messaging/js-waku/compare/react-v0.0.8...react-v0.0.9) (2025-12-24)
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* @waku/interfaces bumped from 0.0.34 to 0.0.35
|
|
* @waku/sdk bumped from 0.0.36 to 0.0.37
|
|
* @waku/utils bumped from 0.0.27 to 0.0.28
|
|
|
|
## [0.0.8](https://github.com/waku-org/js-waku/compare/react-v0.0.7...react-v0.0.8) (2025-10-31)
|
|
|
|
|
|
### Features
|
|
|
|
* Add waku/react package and make it compatible with React frameworks ([#2656](https://github.com/waku-org/js-waku/issues/2656)) ([ad0bed6](https://github.com/waku-org/js-waku/commit/ad0bed69ba30456b6823e0260b58bdc31d53ff22))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* @waku/sdk bumped from 0.0.35 to 0.0.36
|
|
|
|
## [0.0.7] - Unreleased
|
|
|
|
### Added
|
|
- Initial release with React hooks and components for js-waku
|