diff --git a/.changeset/gorgeous-pugs-reply.md b/.changeset/gorgeous-pugs-reply.md deleted file mode 100644 index b8b8199..0000000 --- a/.changeset/gorgeous-pugs-reply.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@xmtp/content-type-remote-attachment": minor -"@xmtp/content-type-read-receipt": minor -"@xmtp/content-type-reaction": minor -"@xmtp/content-type-reply": minor ---- - -Add dummy fallback field to all content types diff --git a/packages/content-type-reaction/CHANGELOG.md b/packages/content-type-reaction/CHANGELOG.md index 47dffc5..92681a9 100644 --- a/packages/content-type-reaction/CHANGELOG.md +++ b/packages/content-type-reaction/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/content-type-reaction +## 1.1.0 + +### Minor Changes + +- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44) Thanks [@nplasterer](https://github.com/nplasterer)! - Add dummy fallback field to all content types + ## 1.0.2 ### Patch Changes diff --git a/packages/content-type-reaction/package.json b/packages/content-type-reaction/package.json index b48b228..4fabfcc 100644 --- a/packages/content-type-reaction/package.json +++ b/packages/content-type-reaction/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-reaction", - "version": "1.0.2", + "version": "1.1.0", "description": "An XMTP content type to support reactions to messages", "author": "XMTP Labs ", "license": "MIT", diff --git a/packages/content-type-read-receipt/CHANGELOG.md b/packages/content-type-read-receipt/CHANGELOG.md index 841564c..d6b8aab 100644 --- a/packages/content-type-read-receipt/CHANGELOG.md +++ b/packages/content-type-read-receipt/CHANGELOG.md @@ -1,5 +1,11 @@ # @xmtp/content-type-read-receipt +## 1.1.0 + +### Minor Changes + +- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44) Thanks [@nplasterer](https://github.com/nplasterer)! - Add dummy fallback field to all content types + ## 1.0.1 ### Patch Changes diff --git a/packages/content-type-read-receipt/package.json b/packages/content-type-read-receipt/package.json index e2d66fb..dfd57b7 100644 --- a/packages/content-type-read-receipt/package.json +++ b/packages/content-type-read-receipt/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-read-receipt", - "version": "1.0.1", + "version": "1.1.0", "description": "An XMTP content type to support read receipts", "author": "XMTP Labs ", "license": "MIT", diff --git a/packages/content-type-remote-attachment/CHANGELOG.md b/packages/content-type-remote-attachment/CHANGELOG.md new file mode 100644 index 0000000..2122d5d --- /dev/null +++ b/packages/content-type-remote-attachment/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xmtp/content-type-remote-attachment + +## 1.1.0 + +### Minor Changes + +- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44) Thanks [@nplasterer](https://github.com/nplasterer)! - Add dummy fallback field to all content types diff --git a/packages/content-type-remote-attachment/package.json b/packages/content-type-remote-attachment/package.json index 53428dd..01e28e2 100644 --- a/packages/content-type-remote-attachment/package.json +++ b/packages/content-type-remote-attachment/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-remote-attachment", - "version": "1.0.7", + "version": "1.1.0", "description": "An XMTP content type to support sending file attachments that are stored off network", "author": "XMTP Labs ", "license": "MIT", diff --git a/packages/content-type-reply/CHANGELOG.md b/packages/content-type-reply/CHANGELOG.md new file mode 100644 index 0000000..e8e307e --- /dev/null +++ b/packages/content-type-reply/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xmtp/content-type-reply + +## 1.1.0 + +### Minor Changes + +- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44) Thanks [@nplasterer](https://github.com/nplasterer)! - Add dummy fallback field to all content types diff --git a/packages/content-type-reply/package.json b/packages/content-type-reply/package.json index 774858f..01d7872 100644 --- a/packages/content-type-reply/package.json +++ b/packages/content-type-reply/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/content-type-reply", - "version": "1.0.0", + "version": "1.1.0", "description": "An XMTP content type to support replying to a message", "author": "XMTP Labs ", "license": "MIT",