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 18, 2024
1 parent 3e82159 commit 688e913
Show file tree
Hide file tree
Showing 19 changed files with 124 additions and 42 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/utils": "0.0.20",
"packages/utils": "0.0.21",
"packages/proto": "0.0.8",
"packages/interfaces": "0.0.27",
"packages/message-hash": "0.1.16",
"packages/enr": "0.0.26",
"packages/core": "0.0.32",
"packages/message-encryption": "0.0.30",
"packages/relay": "0.0.15",
"packages/sdk": "0.0.28",
"packages/discovery": "0.0.5",
"packages/interfaces": "0.0.28",
"packages/message-hash": "0.1.17",
"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/discovery": "0.0.6",
"packages/react-native-polyfills": "0.0.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/enr bumped from ^0.0.26 to ^0.0.27
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21

## [0.0.32](https://github.com/waku-org/js-waku/compare/core-v0.0.31...core-v0.0.32) (2024-09-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@libp2p/ping": "^1.1.2",
"@waku/enr": "^0.0.26",
"@waku/interfaces": "0.0.27",
"@waku/enr": "^0.0.27",
"@waku/interfaces": "0.0.28",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.20",
"@waku/utils": "0.0.21",
"debug": "^4.3.4",
"it-all": "^3.0.4",
"it-length-prefixed": "^9.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/enr bumped from 0.0.26 to 0.0.27
* @waku/core bumped from 0.0.32 to 0.0.33
* @waku/utils bumped from 0.0.20 to 0.0.21

## [0.0.5](https://github.com/waku-org/js-waku/compare/discovery-v0.0.4...discovery-v0.0.5) (2024-09-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/discovery",
"version": "0.0.5",
"version": "0.0.6",
"description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,11 +51,11 @@
"node": ">=20"
},
"dependencies": {
"@waku/interfaces": "0.0.27",
"@waku/interfaces": "0.0.28",
"@waku/proto": "^0.0.8",
"@waku/enr": "0.0.26",
"@waku/core": "0.0.32",
"@waku/utils": "0.0.20",
"@waku/enr": "0.0.27",
"@waku/core": "0.0.33",
"@waku/utils": "0.0.21",
"debug": "^4.3.4",
"dns-query": "^0.11.2",
"hi-base32": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/enr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* devDependencies
* @waku/interfaces bumped from 0.0.25 to 0.0.26

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from 0.0.20 to 0.0.21
* devDependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28

## [0.0.26](https://github.com/waku-org/js-waku/compare/enr-v0.0.25...enr-v0.0.26) (2024-09-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/enr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/enr",
"version": "0.0.26",
"version": "0.0.27",
"description": "ENR (EIP-778) for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@libp2p/peer-id": "^4.2.1",
"@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.20",
"@waku/utils": "0.0.21",
"debug": "^4.3.4",
"js-sha3": "^0.9.2"
},
Expand All @@ -68,7 +68,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.27",
"@waku/interfaces": "0.0.28",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.28](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.27...interfaces-v0.0.28) (2024-09-18)


### Features

* **filter:** Reliability monitor as a separate class to handle reliability logic ([#2117](https://github.com/waku-org/js-waku/issues/2117)) ([7ad1d32](https://github.com/waku-org/js-waku/commit/7ad1d321ca7f17bfeb54618d03580c4223f1b485))

## [0.0.27](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.26...interfaces-v0.0.27) (2024-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/interfaces",
"version": "0.0.27",
"version": "0.0.28",
"description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/message-encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* @waku/proto bumped from 0.0.7 to 0.0.8
* @waku/utils bumped from 0.0.18 to 0.0.19

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.32 to 0.0.33
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21

## [0.0.30](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.29...message-encryption-v0.0.30) (2024-09-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/message-encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/message-encryption",
"version": "0.0.30",
"version": "0.0.31",
"description": "Waku Message Payload Encryption",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -76,10 +76,10 @@
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.32",
"@waku/interfaces": "0.0.27",
"@waku/core": "0.0.33",
"@waku/interfaces": "0.0.28",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.20",
"@waku/utils": "0.0.21",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/message-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
* devDependencies
* @waku/interfaces bumped from 0.0.25 to 0.0.26

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from 0.0.20 to 0.0.21
* devDependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28

## [0.1.16](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.15...message-hash-v0.1.16) (2024-09-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/message-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/message-hash",
"version": "0.1.16",
"version": "0.1.17",
"description": "TypeScript implementation of the Deterministic Message Hashing as specified in 14/WAKU2-MESSAGE",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/utils": "0.0.20"
"@waku/utils": "0.0.21"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -61,7 +61,7 @@
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.27",
"@waku/interfaces": "0.0.28",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
* @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/core bumped from 0.0.32 to 0.0.33
* @waku/sdk bumped from 0.0.28 to 0.0.29
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21

## [0.0.15](https://github.com/waku-org/js-waku/compare/relay-v0.0.14...relay-v0.0.15) (2024-09-05)


Expand Down
10 changes: 5 additions & 5 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.15",
"version": "0.0.16",
"description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,11 +51,11 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.32",
"@waku/sdk": "0.0.28",
"@waku/interfaces": "0.0.27",
"@waku/core": "0.0.33",
"@waku/sdk": "0.0.29",
"@waku/interfaces": "0.0.28",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.20",
"@waku/utils": "0.0.21",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@ 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.29](https://github.com/waku-org/js-waku/compare/sdk-v0.0.28...sdk-v0.0.29) (2024-09-18)


### Features

* **filter:** Reliability monitor as a separate class to handle reliability logic ([#2117](https://github.com/waku-org/js-waku/issues/2117)) ([7ad1d32](https://github.com/waku-org/js-waku/commit/7ad1d321ca7f17bfeb54618d03580c4223f1b485))
* **lightpush:** Introduce ReliabilityMonitor and allow `send` retries ([#2130](https://github.com/waku-org/js-waku/issues/2130)) ([7a6247c](https://github.com/waku-org/js-waku/commit/7a6247cb7081e8b9b1d48c24040aae63144457aa))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.32 to 0.0.33
* @waku/discovery bumped from 0.0.5 to 0.0.6
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21
* @waku/message-hash bumped from 0.1.16 to 0.1.17

## [0.0.28](https://github.com/waku-org/js-waku/compare/sdk-v0.0.27...sdk-v0.0.28) (2024-09-05)


Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/sdk",
"version": "0.0.28",
"version": "0.0.29",
"description": "A unified SDK for easy creation and management of js-waku nodes.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -64,12 +64,12 @@
"@libp2p/ping": "^1.1.2",
"@libp2p/websockets": "^8.1.4",
"@noble/hashes": "^1.3.3",
"@waku/core": "0.0.32",
"@waku/discovery": "0.0.5",
"@waku/interfaces": "0.0.27",
"@waku/core": "0.0.33",
"@waku/discovery": "0.0.6",
"@waku/interfaces": "0.0.28",
"@waku/proto": "^0.0.8",
"@waku/utils": "0.0.20",
"@waku/message-hash": "0.1.16",
"@waku/utils": "0.0.21",
"@waku/message-hash": "0.1.17",
"libp2p": "^1.8.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
* devDependencies
* @waku/interfaces bumped from 0.0.16 to 0.0.17

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28

## [0.0.20](https://github.com/waku-org/js-waku/compare/utils-v0.0.19...utils-v0.0.20) (2024-09-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/utils",
"version": "0.0.20",
"version": "0.0.21",
"description": "Different utilities for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.27",
"@waku/interfaces": "0.0.28",
"chai": "^4.3.10",
"debug": "^4.3.4",
"uint8arrays": "^5.0.1"
Expand Down

0 comments on commit 688e913

Please sign in to comment.