Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Jul 28, 2023
1 parent 30fcace commit 131de32
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"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/peer-exchange": "0.0.15",
"packages/core": "0.0.22",
"packages/dns-discovery": "0.0.15",
"packages/message-encryption": "0.0.19",
"packages/relay": "0.0.4",
"packages/sdk": "0.0.17"
"packages/message-encryption": "0.0.20",
"packages/relay": "0.0.5",
"packages/sdk": "0.0.18"
}
7 changes: 7 additions & 0 deletions packages/core/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.22](https://github.com/waku-org/js-waku/compare/core-v0.0.21...core-v0.0.22) (2023-07-28)


### Bug Fixes

* Refactors message decoding to abort as soon as a suitable decoder found ([#1414](https://github.com/waku-org/js-waku/issues/1414)) ([30fcace](https://github.com/waku-org/js-waku/commit/30fcacea84d9aefbe71e7f4b48506a088f2e1bf8))

## [0.0.21](https://github.com/waku-org/js-waku/compare/core-v0.0.20...core-v0.0.21) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.21",
"version": "0.0.22",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/message-encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ 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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.21 to 0.0.22

## [0.0.19](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.18...message-encryption-v0.0.19) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 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.19",
"version": "0.0.20",
"description": "Waku Message Payload Encryption",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.21",
"@waku/core": "0.0.22",
"@waku/interfaces": "0.0.16",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/peer-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
* devDependencies
* @waku/interfaces bumped from 0.0.14 to 0.0.15

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.21 to 0.0.22

## [0.0.14](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.13...peer-exchange-v0.0.14) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/peer-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/peer-exchange",
"version": "0.0.14",
"version": "0.0.15",
"description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@libp2p/interface-peer-discovery": "^2.0.0",
"@libp2p/interfaces": "^3.3.2",
"@waku/core": "0.0.21",
"@waku/core": "0.0.22",
"@waku/enr": "0.0.15",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
* @waku/interfaces bumped from 0.0.14 to 0.0.15
* @waku/utils bumped from 0.0.7 to 0.0.8

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.21 to 0.0.22

## [0.0.4](https://github.com/waku-org/js-waku/compare/relay-v0.0.3...relay-v0.0.4) (2023-07-26)


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.4",
"version": "0.0.5",
"description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^9.1.0",
"@noble/hashes": "^1.3.0",
"@waku/core": "0.0.21",
"@waku/core": "0.0.22",
"@waku/interfaces": "0.0.16",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* devDependencies
* @waku/interfaces bumped from 0.0.11 to 0.0.12

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/relay bumped from 0.0.4 to 0.0.5
* @waku/core bumped from 0.0.21 to 0.0.22

## [0.0.17](https://github.com/waku-org/js-waku/compare/sdk-v0.0.16...sdk-v0.0.17) (2023-07-26)


Expand Down
6 changes: 3 additions & 3 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.17",
"version": "0.0.18",
"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 @@ -52,8 +52,8 @@
"@libp2p/mplex": "^8.0.4",
"@libp2p/websockets": "^6.0.3",
"@waku/utils": "0.0.9",
"@waku/relay": "0.0.4",
"@waku/core": "0.0.21",
"@waku/relay": "0.0.5",
"@waku/core": "0.0.22",
"@waku/interfaces": "0.0.16",
"@waku/dns-discovery": "0.0.15",
"libp2p": "^0.45.9"
Expand Down

0 comments on commit 131de32

Please sign in to comment.