mirror of https://github.com/waku-org/js-waku.git
chore: release master
This commit is contained in:
parent
88e33a90fd
commit
08964c177b
|
@ -6,8 +6,8 @@
|
|||
"packages/enr": "0.0.27",
|
||||
"packages/core": "0.0.33",
|
||||
"packages/message-encryption": "0.0.31",
|
||||
"packages/relay": "0.0.16",
|
||||
"packages/sdk": "0.0.29",
|
||||
"packages/relay": "0.0.17",
|
||||
"packages/sdk": "0.0.30",
|
||||
"packages/discovery": "0.0.6",
|
||||
"packages/react-native-polyfills": "0.0.1"
|
||||
}
|
||||
|
|
|
@ -25,6 +25,12 @@
|
|||
* @waku/interfaces bumped from 0.0.16 to 0.0.17
|
||||
* @waku/utils bumped from 0.0.9 to 0.0.10
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/sdk bumped from 0.0.29 to 0.0.30
|
||||
|
||||
## [0.0.16](https://github.com/waku-org/js-waku/compare/relay-v0.0.15...relay-v0.0.16) (2024-10-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/relay",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"description": "Relay Protocol for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/core": "0.0.33",
|
||||
"@waku/sdk": "0.0.29",
|
||||
"@waku/sdk": "0.0.30",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/proto": "0.0.8",
|
||||
"@waku/utils": "0.0.21",
|
||||
|
|
|
@ -47,6 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* @waku/interfaces bumped from 0.0.19 to 0.0.20
|
||||
* @waku/peer-exchange bumped from ^0.0.17 to ^0.0.18
|
||||
|
||||
## [0.0.30](https://github.com/waku-org/js-waku/compare/sdk-v0.0.29...sdk-v0.0.30) (2024-11-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove window reference and improve waitForRemotePeer ([#2194](https://github.com/waku-org/js-waku/issues/2194)) ([88e33a9](https://github.com/waku-org/js-waku/commit/88e33a90fd2a4de93d4ce0cb99dbd77ff454ef34))
|
||||
|
||||
## [0.0.29](https://github.com/waku-org/js-waku/compare/sdk-v0.0.28...sdk-v0.0.29) (2024-10-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"description": "A unified SDK for easy creation and management of js-waku nodes.",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue