-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d483644
commit 4fa27d3
Showing
23 changed files
with
249 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"packages/utils": "0.0.8", | ||
"packages/utils": "0.0.9", | ||
"packages/proto": "0.0.5", | ||
"packages/interfaces": "0.0.15", | ||
"packages/message-hash": "0.1.4", | ||
"packages/enr": "0.0.14", | ||
"packages/peer-exchange": "0.0.13", | ||
"packages/core": "0.0.20", | ||
"packages/dns-discovery": "0.0.14", | ||
"packages/message-encryption": "0.0.18", | ||
"packages/relay": "0.0.3", | ||
"packages/sdk": "0.0.16" | ||
"packages/interfaces": "0.0.16", | ||
"packages/message-hash": "0.1.5", | ||
"packages/enr": "0.0.15", | ||
"packages/peer-exchange": "0.0.14", | ||
"packages/core": "0.0.21", | ||
"packages/dns-discovery": "0.0.15", | ||
"packages/message-encryption": "0.0.19", | ||
"packages/relay": "0.0.4", | ||
"packages/sdk": "0.0.17" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,32 @@ 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.21](https://github.com/waku-org/js-waku/compare/core-v0.0.20...core-v0.0.21) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove filter v1 ([#1433](https://github.com/waku-org/js-waku/issues/1433)) | ||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Spec test for connection manager ([#1417](https://github.com/waku-org/js-waku/issues/1417)) ([d2f675d](https://github.com/waku-org/js-waku/commit/d2f675d690f4a648dc7294455891f2d66a49ea76)) | ||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Remove filter v1 ([#1433](https://github.com/waku-org/js-waku/issues/1433)) ([d483644](https://github.com/waku-org/js-waku/commit/d483644a4bb4350df380719b9bcfbdd0b1439482)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
|
||
## [0.0.20](https://github.com/waku-org/js-waku/compare/core-v0.0.19...core-v0.0.20) (2023-06-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
* devDependencies | ||
* @waku/interfaces bumped from 0.0.13 to 0.0.14 | ||
|
||
## [0.0.15](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.14...dns-discovery-v0.0.15) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/enr bumped from 0.0.14 to 0.0.15 | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
* devDependencies | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
|
||
## [0.0.14](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.13...dns-discovery-v0.0.14) (2023-06-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
* devDependencies | ||
* @waku/interfaces bumped from 0.0.14 to 0.0.15 | ||
|
||
## [0.0.15](https://github.com/waku-org/js-waku/compare/enr-v0.0.14...enr-v0.0.15) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
* devDependencies | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
|
||
## [0.0.12](https://github.com/waku-org/js-waku/compare/enr-v0.0.11...enr-v0.0.12) (2023-05-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,23 @@ 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.16](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.15...interfaces-v0.0.16) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove filter v1 ([#1433](https://github.com/waku-org/js-waku/issues/1433)) | ||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Remove filter v1 ([#1433](https://github.com/waku-org/js-waku/issues/1433)) ([d483644](https://github.com/waku-org/js-waku/commit/d483644a4bb4350df380719b9bcfbdd0b1439482)) | ||
|
||
## [0.0.15](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.14...interfaces-v0.0.15) (2023-06-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
* @waku/interfaces bumped from 0.0.14 to 0.0.15 | ||
* @waku/utils bumped from 0.0.7 to 0.0.8 | ||
|
||
## [0.0.19](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.18...message-encryption-v0.0.19) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/core bumped from 0.0.20 to 0.0.21 | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
|
||
## [0.0.16](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.15...message-encryption-v0.0.16) (2023-05-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,27 @@ | |
* devDependencies | ||
* @waku/interfaces bumped from 0.0.14 to 0.0.15 | ||
|
||
## [0.0.14](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.13...peer-exchange-v0.0.14) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/core bumped from 0.0.20 to 0.0.21 | ||
* @waku/enr bumped from 0.0.14 to 0.0.15 | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
|
||
## [0.0.11](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.10...peer-exchange-v0.0.11) (2023-05-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,26 @@ | |
* @waku/interfaces bumped from 0.0.14 to 0.0.15 | ||
* @waku/utils bumped from 0.0.7 to 0.0.8 | ||
|
||
## [0.0.4](https://github.com/waku-org/js-waku/compare/relay-v0.0.3...relay-v0.0.4) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) | ||
|
||
### Features | ||
|
||
* Upgrade to [email protected] ([#1400](https://github.com/waku-org/js-waku/issues/1400)) ([420e6c6](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @waku/core bumped from 0.0.20 to 0.0.21 | ||
* @waku/interfaces bumped from 0.0.15 to 0.0.16 | ||
* @waku/utils bumped from 0.0.8 to 0.0.9 | ||
|
||
## 0.0.1 (2023-05-18) | ||
|
||
|
||
|
Oops, something went wrong.