Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 44174c3 commit 70b1620
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/breezy-gorillas-relate.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- 9addb1c: Update `ContentCodec` generic type

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-primitives",
"version": "1.0.1",
"version": "1.0.2",
"description": "Primitives for building custom XMTP content types",
"keywords": [
"xmtp",
Expand Down
8 changes: 8 additions & 0 deletions content-types/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xmtp/content-type-reaction

## 1.1.10

### Patch Changes

- 9addb1c: Update `ContentCodec` generic type
- Updated dependencies [9addb1c]
- @xmtp/content-type-primitives@1.0.2

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions content-types/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.9",
"version": "1.1.10",
"description": "An XMTP content type to support reactions to messages",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.1"
"@xmtp/content-type-primitives": "^1.0.2"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down
8 changes: 8 additions & 0 deletions content-types/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xmtp/content-type-read-receipt

## 1.1.11

### Patch Changes

- 9addb1c: Update `ContentCodec` generic type
- Updated dependencies [9addb1c]
- @xmtp/content-type-primitives@1.0.2

## 1.1.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions content-types/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.10",
"version": "1.1.11",
"description": "An XMTP content type to support read receipts",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.1"
"@xmtp/content-type-primitives": "^1.0.2"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down
8 changes: 8 additions & 0 deletions content-types/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xmtp/content-type-remote-attachment

## 1.1.10

### Patch Changes

- 9addb1c: Update `ContentCodec` generic type
- Updated dependencies [9addb1c]
- @xmtp/content-type-primitives@1.0.2

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions content-types/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.9",
"version": "1.1.10",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/content-type-primitives": "^1.0.2",
"@xmtp/encryption": "workspace:*",
"@xmtp/proto": "^3.61.1"
},
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/content-type-primitives": "^1.0.2",
"@xmtp/proto": "^3.61.1"
},
"devDependencies": {
Expand Down

0 comments on commit 70b1620

Please sign in to comment.