Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #683

Merged
merged 4 commits into from
Oct 17, 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
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: Added new parameter to `ContentCodec` generic type to allow typing of content parameters

## 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
10 changes: 10 additions & 0 deletions content-types/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-reaction

## 1.1.10

### Patch Changes

- 9addb1c:
- Updated `ReactionCodec` type to include parameters type
- Added and exported `LegacyReactionParameters` type
- Updated dependencies [9addb1c]
- @xmtp/[email protected]

## 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
10 changes: 10 additions & 0 deletions content-types/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-read-receipt

## 1.1.11

### Patch Changes

- 9addb1c:
- Updated `ReadReceiptCodec` type to include parameters type
- Added and exported `ReadReceiptParameters` type
- Updated dependencies [9addb1c]
- @xmtp/[email protected]

## 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
12 changes: 12 additions & 0 deletions content-types/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @xmtp/content-type-remote-attachment

## 1.1.10

### Patch Changes

- 9addb1c:
- Updated `AttachmentCodec` type to include parameters type
- Added and exported `AttachmentParameters` type
- Updated `RemoteAttachmentCodec` type to include parameters type
- Added and exported `RemoteAttachmentParameters` type
- Updated dependencies [9addb1c]
- @xmtp/[email protected]

## 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
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/content-type-primitives@npm:^1.0.1, @xmtp/content-type-primitives@workspace:content-types/content-type-primitives":
"@xmtp/content-type-primitives@npm:^1.0.1, @xmtp/content-type-primitives@npm:^1.0.2, @xmtp/content-type-primitives@workspace:content-types/content-type-primitives":
version: 0.0.0-use.local
resolution: "@xmtp/content-type-primitives@workspace:content-types/content-type-primitives"
dependencies:
Expand All @@ -2556,7 +2556,7 @@ __metadata:
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/node": "npm:^20.16.11"
"@xmtp/content-type-primitives": "npm:^1.0.1"
"@xmtp/content-type-primitives": "npm:^1.0.2"
"@xmtp/xmtp-js": "npm:^11.6.3"
buffer: "npm:^6.0.3"
ethers: "npm:^6.11.1"
Expand All @@ -2578,7 +2578,7 @@ __metadata:
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/node": "npm:^20.16.11"
"@xmtp/content-type-primitives": "npm:^1.0.1"
"@xmtp/content-type-primitives": "npm:^1.0.2"
"@xmtp/xmtp-js": "npm:^11.6.3"
buffer: "npm:^6.0.3"
ethers: "npm:^6.11.1"
Expand All @@ -2602,7 +2602,7 @@ __metadata:
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/node": "npm:^20.16.11"
"@xmtp/content-type-primitives": "npm:^1.0.1"
"@xmtp/content-type-primitives": "npm:^1.0.2"
"@xmtp/encryption": "workspace:*"
"@xmtp/proto": "npm:^3.61.1"
"@xmtp/rollup-plugin-resolve-extensions": "npm:^1.0.1"
Expand All @@ -2627,7 +2627,7 @@ __metadata:
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/node": "npm:^20.16.11"
"@xmtp/content-type-primitives": "npm:^1.0.1"
"@xmtp/content-type-primitives": "npm:^1.0.2"
"@xmtp/content-type-remote-attachment": "workspace:*"
"@xmtp/proto": "npm:^3.61.1"
"@xmtp/xmtp-js": "npm:^11.6.3"
Expand Down
Loading