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

release: version packages #52

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/eleven-donkeys-return.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.3

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.4

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory

## 1.1.3

### 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.3",
"version": "1.1.4",
"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.6

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory

## 1.1.5

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

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.6

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory

## 1.1.5

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

## 1.0.1

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
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.0",
"version": "1.0.1",
"description": "An XMTP content type to support on-chain transaction references",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down