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 #61 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Feb 16, 2024
2 parents 1c3b18c + 3716094 commit b9f14e2
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/large-terms-glow.md

This file was deleted.

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

## 1.0.5

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion experimental/content-type-screen-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/experimental-content-type-screen-effect",
"version": "1.0.4",
"version": "1.0.5",
"description": "An experimental content type to support screen effects accompanying messages",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-reaction

## 1.1.6

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.1.5

### 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.5",
"version": "1.1.6",
"description": "An XMTP content type to support reactions to messages",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
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.8

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.1.7

### 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.7",
"version": "1.1.8",
"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.7

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.1.6

### 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.6",
"version": "1.1.7",
"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.8

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.1.7

### 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.7",
"version": "1.1.8",
"description": "An XMTP content type to support replying to a message",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-type-transaction-reference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-transaction-reference

## 1.0.2

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-type-transaction-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-transaction-reference",
"version": "1.0.1",
"version": "1.0.2",
"description": "An XMTP content type to support on-chain transaction references",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b9f14e2

Please sign in to comment.