From 70b16209825f33faaf18bab1bc604f3bd1a0842f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 15:24:39 +0000 Subject: [PATCH 1/4] release: version packages --- .changeset/breezy-gorillas-relate.md | 8 -------- content-types/content-type-primitives/CHANGELOG.md | 6 ++++++ content-types/content-type-primitives/package.json | 2 +- content-types/content-type-reaction/CHANGELOG.md | 8 ++++++++ content-types/content-type-reaction/package.json | 4 ++-- content-types/content-type-read-receipt/CHANGELOG.md | 8 ++++++++ content-types/content-type-read-receipt/package.json | 4 ++-- content-types/content-type-remote-attachment/CHANGELOG.md | 8 ++++++++ content-types/content-type-remote-attachment/package.json | 4 ++-- content-types/content-type-reply/package.json | 2 +- 10 files changed, 38 insertions(+), 16 deletions(-) delete mode 100644 .changeset/breezy-gorillas-relate.md diff --git a/.changeset/breezy-gorillas-relate.md b/.changeset/breezy-gorillas-relate.md deleted file mode 100644 index 35526dcb..00000000 --- a/.changeset/breezy-gorillas-relate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@xmtp/content-type-primitives": patch -"@xmtp/content-type-reaction": patch -"@xmtp/content-type-read-receipt": patch -"@xmtp/content-type-remote-attachment": patch ---- - -Update `ContentCodec` generic type diff --git a/content-types/content-type-primitives/CHANGELOG.md b/content-types/content-type-primitives/CHANGELOG.md index c3ca5bf8..8dd85c93 100644 --- a/content-types/content-type-primitives/CHANGELOG.md +++ b/content-types/content-type-primitives/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/content-type-primitives +## 1.0.2 + +### Patch Changes + +- 9addb1c: Update `ContentCodec` generic type + ## 1.0.1 ### Patch Changes diff --git a/content-types/content-type-primitives/package.json b/content-types/content-type-primitives/package.json index 81d72010..59825120 100644 --- a/content-types/content-type-primitives/package.json +++ b/content-types/content-type-primitives/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-primitives", - "version": "1.0.1", + "version": "1.0.2", "description": "Primitives for building custom XMTP content types", "keywords": [ "xmtp", diff --git a/content-types/content-type-reaction/CHANGELOG.md b/content-types/content-type-reaction/CHANGELOG.md index 6311979a..2fd00c83 100644 --- a/content-types/content-type-reaction/CHANGELOG.md +++ b/content-types/content-type-reaction/CHANGELOG.md @@ -1,5 +1,13 @@ # @xmtp/content-type-reaction +## 1.1.10 + +### Patch Changes + +- 9addb1c: Update `ContentCodec` generic type +- Updated dependencies [9addb1c] + - @xmtp/content-type-primitives@1.0.2 + ## 1.1.9 ### Patch Changes diff --git a/content-types/content-type-reaction/package.json b/content-types/content-type-reaction/package.json index b752ca0a..9a69e931 100644 --- a/content-types/content-type-reaction/package.json +++ b/content-types/content-type-reaction/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-reaction", - "version": "1.1.9", + "version": "1.1.10", "description": "An XMTP content type to support reactions to messages", "keywords": [ "xmtp", @@ -63,7 +63,7 @@ ] }, "dependencies": { - "@xmtp/content-type-primitives": "^1.0.1" + "@xmtp/content-type-primitives": "^1.0.2" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", diff --git a/content-types/content-type-read-receipt/CHANGELOG.md b/content-types/content-type-read-receipt/CHANGELOG.md index 05ab4826..ea6796ed 100644 --- a/content-types/content-type-read-receipt/CHANGELOG.md +++ b/content-types/content-type-read-receipt/CHANGELOG.md @@ -1,5 +1,13 @@ # @xmtp/content-type-read-receipt +## 1.1.11 + +### Patch Changes + +- 9addb1c: Update `ContentCodec` generic type +- Updated dependencies [9addb1c] + - @xmtp/content-type-primitives@1.0.2 + ## 1.1.10 ### Patch Changes diff --git a/content-types/content-type-read-receipt/package.json b/content-types/content-type-read-receipt/package.json index f326d2fc..caa52a0a 100644 --- a/content-types/content-type-read-receipt/package.json +++ b/content-types/content-type-read-receipt/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-read-receipt", - "version": "1.1.10", + "version": "1.1.11", "description": "An XMTP content type to support read receipts", "keywords": [ "xmtp", @@ -63,7 +63,7 @@ ] }, "dependencies": { - "@xmtp/content-type-primitives": "^1.0.1" + "@xmtp/content-type-primitives": "^1.0.2" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", diff --git a/content-types/content-type-remote-attachment/CHANGELOG.md b/content-types/content-type-remote-attachment/CHANGELOG.md index e4b51ba0..2b0c41f9 100644 --- a/content-types/content-type-remote-attachment/CHANGELOG.md +++ b/content-types/content-type-remote-attachment/CHANGELOG.md @@ -1,5 +1,13 @@ # @xmtp/content-type-remote-attachment +## 1.1.10 + +### Patch Changes + +- 9addb1c: Update `ContentCodec` generic type +- Updated dependencies [9addb1c] + - @xmtp/content-type-primitives@1.0.2 + ## 1.1.9 ### Patch Changes diff --git a/content-types/content-type-remote-attachment/package.json b/content-types/content-type-remote-attachment/package.json index 87732506..69e2cd5d 100644 --- a/content-types/content-type-remote-attachment/package.json +++ b/content-types/content-type-remote-attachment/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-remote-attachment", - "version": "1.1.9", + "version": "1.1.10", "description": "An XMTP content type to support sending file attachments that are stored off network", "keywords": [ "xmtp", @@ -64,7 +64,7 @@ }, "dependencies": { "@noble/secp256k1": "^1.7.1", - "@xmtp/content-type-primitives": "^1.0.1", + "@xmtp/content-type-primitives": "^1.0.2", "@xmtp/encryption": "workspace:*", "@xmtp/proto": "^3.61.1" }, diff --git a/content-types/content-type-reply/package.json b/content-types/content-type-reply/package.json index d5c9b5d1..bc3a085b 100644 --- a/content-types/content-type-reply/package.json +++ b/content-types/content-type-reply/package.json @@ -63,7 +63,7 @@ ] }, "dependencies": { - "@xmtp/content-type-primitives": "^1.0.1", + "@xmtp/content-type-primitives": "^1.0.2", "@xmtp/proto": "^3.61.1" }, "devDependencies": { From 3107986daafe45cefc9084ac20fbe82d9d662b6f Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 17 Oct 2024 10:28:07 -0500 Subject: [PATCH 2/4] Update CHANGELOG.md --- content-types/content-type-primitives/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-types/content-type-primitives/CHANGELOG.md b/content-types/content-type-primitives/CHANGELOG.md index 8dd85c93..8a4359bd 100644 --- a/content-types/content-type-primitives/CHANGELOG.md +++ b/content-types/content-type-primitives/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- 9addb1c: Update `ContentCodec` generic type +- 9addb1c: Added new parameter to `ContentCodec` generic type to allow typing of content parameters ## 1.0.1 From 3d07d90be7e76069a1dfd7dbf6fa0966aeb603dc Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 17 Oct 2024 10:33:31 -0500 Subject: [PATCH 3/4] Update CHANGELOGs --- content-types/content-type-reaction/CHANGELOG.md | 4 +++- content-types/content-type-read-receipt/CHANGELOG.md | 4 +++- content-types/content-type-remote-attachment/CHANGELOG.md | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/content-types/content-type-reaction/CHANGELOG.md b/content-types/content-type-reaction/CHANGELOG.md index 2fd00c83..69934055 100644 --- a/content-types/content-type-reaction/CHANGELOG.md +++ b/content-types/content-type-reaction/CHANGELOG.md @@ -4,7 +4,9 @@ ### Patch Changes -- 9addb1c: Update `ContentCodec` generic type +- 9addb1c: + - Updated `ReactionCodec` type to include parameters type + - Added and exported `LegacyReactionParameters` type - Updated dependencies [9addb1c] - @xmtp/content-type-primitives@1.0.2 diff --git a/content-types/content-type-read-receipt/CHANGELOG.md b/content-types/content-type-read-receipt/CHANGELOG.md index ea6796ed..aad406a2 100644 --- a/content-types/content-type-read-receipt/CHANGELOG.md +++ b/content-types/content-type-read-receipt/CHANGELOG.md @@ -4,7 +4,9 @@ ### Patch Changes -- 9addb1c: Update `ContentCodec` generic type +- 9addb1c: + - Updated `ReadReceiptCodec` type to include parameters type + - Added and exported `ReadReceiptParameters` type - Updated dependencies [9addb1c] - @xmtp/content-type-primitives@1.0.2 diff --git a/content-types/content-type-remote-attachment/CHANGELOG.md b/content-types/content-type-remote-attachment/CHANGELOG.md index 2b0c41f9..3f3afd34 100644 --- a/content-types/content-type-remote-attachment/CHANGELOG.md +++ b/content-types/content-type-remote-attachment/CHANGELOG.md @@ -4,7 +4,11 @@ ### Patch Changes -- 9addb1c: Update `ContentCodec` generic type +- 9addb1c: + - Updated `AttachmentCodec` type to include parameters type + - Added and exported `AttachmentParameters` type + - Updated `RemoteAttachmentCodec` type to include parameters type + - Added and exported `RemoteAttachmentParameters` type - Updated dependencies [9addb1c] - @xmtp/content-type-primitives@1.0.2 From 21add23af4076e89c25e766f0d661c05d86501f1 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 17 Oct 2024 10:35:20 -0500 Subject: [PATCH 4/4] Fix yarn.lock --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4c40fc3c..511ceeba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2530,7 +2530,7 @@ __metadata: languageName: node linkType: hard -"@xmtp/content-type-primitives@npm:^1.0.1, @xmtp/content-type-primitives@workspace:content-types/content-type-primitives": +"@xmtp/content-type-primitives@npm:^1.0.1, @xmtp/content-type-primitives@npm:^1.0.2, @xmtp/content-type-primitives@workspace:content-types/content-type-primitives": version: 0.0.0-use.local resolution: "@xmtp/content-type-primitives@workspace:content-types/content-type-primitives" dependencies: @@ -2556,7 +2556,7 @@ __metadata: "@rollup/plugin-terser": "npm:^0.4.4" "@rollup/plugin-typescript": "npm:^12.1.0" "@types/node": "npm:^20.16.11" - "@xmtp/content-type-primitives": "npm:^1.0.1" + "@xmtp/content-type-primitives": "npm:^1.0.2" "@xmtp/xmtp-js": "npm:^11.6.3" buffer: "npm:^6.0.3" ethers: "npm:^6.11.1" @@ -2578,7 +2578,7 @@ __metadata: "@rollup/plugin-terser": "npm:^0.4.4" "@rollup/plugin-typescript": "npm:^12.1.0" "@types/node": "npm:^20.16.11" - "@xmtp/content-type-primitives": "npm:^1.0.1" + "@xmtp/content-type-primitives": "npm:^1.0.2" "@xmtp/xmtp-js": "npm:^11.6.3" buffer: "npm:^6.0.3" ethers: "npm:^6.11.1" @@ -2602,7 +2602,7 @@ __metadata: "@rollup/plugin-terser": "npm:^0.4.4" "@rollup/plugin-typescript": "npm:^12.1.0" "@types/node": "npm:^20.16.11" - "@xmtp/content-type-primitives": "npm:^1.0.1" + "@xmtp/content-type-primitives": "npm:^1.0.2" "@xmtp/encryption": "workspace:*" "@xmtp/proto": "npm:^3.61.1" "@xmtp/rollup-plugin-resolve-extensions": "npm:^1.0.1" @@ -2627,7 +2627,7 @@ __metadata: "@rollup/plugin-terser": "npm:^0.4.4" "@rollup/plugin-typescript": "npm:^12.1.0" "@types/node": "npm:^20.16.11" - "@xmtp/content-type-primitives": "npm:^1.0.1" + "@xmtp/content-type-primitives": "npm:^1.0.2" "@xmtp/content-type-remote-attachment": "workspace:*" "@xmtp/proto": "npm:^3.61.1" "@xmtp/xmtp-js": "npm:^11.6.3"