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 #35 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Sep 27, 2023
2 parents 3813ede + 750fd9a commit 65820b3
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .changeset/short-bananas-breathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/content-type-reaction

## 1.1.2

### Patch Changes

- Upgrade to JS SDK v11
- Update client initialization for tests to use `codecs` option for proper types

## 1.1.1

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

## 1.1.3

### Patch Changes

- Upgrade to JS SDK v11
- Update client initialization for tests to use `codecs` option for proper types

## 1.1.2

### 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.2",
"version": "1.1.3",
"description": "An XMTP content type to support read receipts",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/content-type-remote-attachment

## 1.1.2

### Patch Changes

- Upgrade to JS SDK v11
- Update client initialization for tests to use `codecs` option for proper types

## 1.1.1

### 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.1",
"version": "1.1.2",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/content-type-reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/content-type-reply

## 1.1.3

### Patch Changes

- Upgrade to JS SDK v11
- Update client initialization for tests to use `codecs` option for proper types

## 1.1.2

### 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.2",
"version": "1.1.3",
"description": "An XMTP content type to support replying to a message",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 65820b3

Please sign in to comment.