diff --git a/.changeset/breezy-gorillas-relate.md b/.changeset/breezy-gorillas-relate.md deleted file mode 100644 index 35526dcb3..000000000 --- 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 c3ca5bf8f..8dd85c93f 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 81d720106..598251203 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 6311979a1..2fd00c830 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 b752ca0ac..9a69e9316 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 05ab4826a..ea6796ed4 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 f326d2fce..caa52a0af 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 e4b51ba0e..2b0c41f90 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 877325067..69e2cd5d1 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 d5c9b5d1d..bc3a085b5 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": {