Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
neekolas authored Oct 16, 2023
2 parents 89d28ad + b04067c commit 18ac511
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/famous-fans-share.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-read-receipt

## 1.1.4

### Patch Changes

- [#36](https://github.com/xmtp/xmtp-js-content-types/pull/36) [`91b2fdc`](https://github.com/xmtp/xmtp-js-content-types/commit/91b2fdc4cb0a357a4331bf32faa77ecc83bdf5cc) Thanks [@neekolas](https://github.com/neekolas)! - Update @xmtp/proto to latest version

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-type-read-receipt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-read-receipt",
"version": "1.1.3",
"version": "1.1.4",
"description": "An XMTP content type to support read receipts",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-remote-attachment

## 1.1.3

### Patch Changes

- [#36](https://github.com/xmtp/xmtp-js-content-types/pull/36) [`91b2fdc`](https://github.com/xmtp/xmtp-js-content-types/commit/91b2fdc4cb0a357a4331bf32faa77ecc83bdf5cc) Thanks [@neekolas](https://github.com/neekolas)! - Update @xmtp/proto to latest version

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-type-remote-attachment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-remote-attachment",
"version": "1.1.2",
"version": "1.1.3",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-type-reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-reply

## 1.1.4

### Patch Changes

- [#36](https://github.com/xmtp/xmtp-js-content-types/pull/36) [`91b2fdc`](https://github.com/xmtp/xmtp-js-content-types/commit/91b2fdc4cb0a357a4331bf32faa77ecc83bdf5cc) Thanks [@neekolas](https://github.com/neekolas)! - Update @xmtp/proto to latest version

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-type-reply/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-reply",
"version": "1.1.3",
"version": "1.1.4",
"description": "An XMTP content type to support replying to a message",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 18ac511

Please sign in to comment.