diff --git a/.changeset/sweet-coins-jump.md b/.changeset/sweet-coins-jump.md deleted file mode 100644 index cd6cdf80..00000000 --- a/.changeset/sweet-coins-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@xmtp/content-type-remote-attachment": patch -"@xmtp/xmtp-js": patch ---- - -Fix encryption dependency diff --git a/content-types/content-type-remote-attachment/CHANGELOG.md b/content-types/content-type-remote-attachment/CHANGELOG.md index 3f3afd34..98b147a2 100644 --- a/content-types/content-type-remote-attachment/CHANGELOG.md +++ b/content-types/content-type-remote-attachment/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/content-type-remote-attachment +## 1.1.11 + +### Patch Changes + +- b81dbff: Fixed encryption dependency + ## 1.1.10 ### Patch Changes diff --git a/content-types/content-type-remote-attachment/package.json b/content-types/content-type-remote-attachment/package.json index 39f61420..11de444c 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.10", + "version": "1.1.11", "description": "An XMTP content type to support sending file attachments that are stored off network", "keywords": [ "xmtp", diff --git a/sdks/js-sdk/CHANGELOG.md b/sdks/js-sdk/CHANGELOG.md index 0661aba9..b39263c0 100644 --- a/sdks/js-sdk/CHANGELOG.md +++ b/sdks/js-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/xmtp-js +## 13.0.2 + +### Patch Changes + +- b81dbff: Fixed encryption dependency + ## 13.0.1 ### Patch Changes diff --git a/sdks/js-sdk/package.json b/sdks/js-sdk/package.json index ac05610f..69c1fe08 100644 --- a/sdks/js-sdk/package.json +++ b/sdks/js-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/xmtp-js", - "version": "13.0.1", + "version": "13.0.2", "description": "XMTP client SDK for interacting with XMTP networks.", "keywords": [ "xmtp",