Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Sep 2, 2024
1 parent 5d3cc5f commit 39305f5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"packages/enr": "0.0.25",
"packages/core": "0.0.31",
"packages/message-encryption": "0.0.29",
"packages/relay": "0.0.14",
"packages/sdk": "0.0.27",
"packages/relay": "0.0.15",
"packages/sdk": "0.0.28",
"packages/discovery": "0.0.4",
"packages/react-native-polyfills": "0.0.1"
}
6 changes: 6 additions & 0 deletions packages/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27 to 0.0.28

## [0.0.14](https://github.com/waku-org/js-waku/compare/relay-v0.0.13...relay-v0.0.14) (2024-08-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/relay",
"version": "0.0.14",
"version": "0.0.15",
"description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.31",
"@waku/sdk": "0.0.27",
"@waku/sdk": "0.0.28",
"@waku/interfaces": "0.0.26",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.19",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28](https://github.com/waku-org/js-waku/compare/sdk-v0.0.27...sdk-v0.0.28) (2024-09-02)


### Bug Fixes

* Filter missing messages ([#2119](https://github.com/waku-org/js-waku/issues/2119)) ([5d3cc5f](https://github.com/waku-org/js-waku/commit/5d3cc5fd45ea4e2f89a2e7580111f53370adfb1a))

## [0.0.27](https://github.com/waku-org/js-waku/compare/sdk-v0.0.26...sdk-v0.0.27) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/sdk",
"version": "0.0.27",
"version": "0.0.28",
"description": "A unified SDK for easy creation and management of js-waku nodes.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down

0 comments on commit 39305f5

Please sign in to comment.