Skip to content

Commit 78a20c7

Browse files
ryginebennycodeneekolasgithub-actions[bot]
authored
Fix bad merge (#1600)
* Lock @xmtp/proto versions (#1552) * release: version packages (#1553) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix remote attachment package version --------- Co-authored-by: Benny Neugebauer <mail@bennycode.com> Co-authored-by: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac50af8 commit 78a20c7

File tree

7 files changed

+29
-11
lines changed

7 files changed

+29
-11
lines changed

content-types/content-type-group-updated/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/content-type-group-updated
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- e3779a1: Locked `@xmtp/proto` versions
8+
39
## 2.0.2
410

511
### Patch Changes

content-types/content-type-group-updated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-group-updated",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "An XMTP content type to support group updated messages",
55
"keywords": [
66
"xmtp",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@xmtp/content-type-primitives": "^2.0.2",
66-
"@xmtp/proto": "^3.78.0"
66+
"@xmtp/proto": "3.78.0"
6767
},
6868
"devDependencies": {
6969
"@rollup/plugin-terser": "^0.4.4",

content-types/content-type-remote-attachment/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# @xmtp/content-type-remote-attachment
22

3-
## 2.0.3
3+
## 2.0.4
44

55
### Patch Changes
66

77
- cf4337e: Added error handling for fetching remote attachments
88

9+
## 2.0.3
10+
11+
### Patch Changes
12+
13+
- e3779a1: Locked `@xmtp/proto` versions
14+
915
## 2.0.2
1016

1117
### Patch Changes

content-types/content-type-remote-attachment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-remote-attachment",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "An XMTP content type to support sending file attachments that are stored off network",
55
"keywords": [
66
"xmtp",
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@noble/secp256k1": "^2.2.3",
6767
"@xmtp/content-type-primitives": "^2.0.2",
68-
"@xmtp/proto": "^3.78.0"
68+
"@xmtp/proto": "3.78.0"
6969
},
7070
"devDependencies": {
7171
"@rollup/plugin-terser": "^0.4.4",

content-types/content-type-reply/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/content-type-reply
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- e3779a1: Locked `@xmtp/proto` versions
8+
39
## 2.0.2
410

511
### Patch Changes

content-types/content-type-reply/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-reply",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "An XMTP content type to support replying to a message",
55
"keywords": [
66
"xmtp",
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@xmtp/content-type-primitives": "^2.0.2",
67-
"@xmtp/proto": "^3.78.0"
67+
"@xmtp/proto": "3.78.0"
6868
},
6969
"devDependencies": {
7070
"@rollup/plugin-terser": "^0.4.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4763,7 +4763,7 @@ __metadata:
47634763
"@rollup/plugin-typescript": "npm:^12.3.0"
47644764
"@types/node": "npm:^24.9.1"
47654765
"@xmtp/content-type-primitives": "npm:^2.0.2"
4766-
"@xmtp/proto": "npm:^3.78.0"
4766+
"@xmtp/proto": "npm:3.78.0"
47674767
rimraf: "npm:^6.0.1"
47684768
rollup: "npm:^4.52.5"
47694769
rollup-plugin-dts: "npm:^6.2.3"
@@ -4854,7 +4854,7 @@ __metadata:
48544854
"@types/node": "npm:^24.9.1"
48554855
"@xmtp/content-type-primitives": "npm:^2.0.2"
48564856
"@xmtp/node-sdk": "workspace:^"
4857-
"@xmtp/proto": "npm:^3.78.0"
4857+
"@xmtp/proto": "npm:3.78.0"
48584858
"@xmtp/rollup-plugin-resolve-extensions": "npm:^1.0.1"
48594859
rimraf: "npm:^6.0.1"
48604860
rollup: "npm:^4.52.5"
@@ -4876,7 +4876,7 @@ __metadata:
48764876
"@xmtp/content-type-remote-attachment": "workspace:^"
48774877
"@xmtp/content-type-text": "workspace:^"
48784878
"@xmtp/node-sdk": "workspace:^"
4879-
"@xmtp/proto": "npm:^3.78.0"
4879+
"@xmtp/proto": "npm:3.78.0"
48804880
rimraf: "npm:^6.0.1"
48814881
rollup: "npm:^4.52.5"
48824882
rollup-plugin-dts: "npm:^6.2.3"
@@ -5005,7 +5005,7 @@ __metadata:
50055005
languageName: unknown
50065006
linkType: soft
50075007

5008-
"@xmtp/proto@npm:^3.78.0":
5008+
"@xmtp/proto@npm:3.78.0, @xmtp/proto@npm:^3.78.0":
50095009
version: 3.78.0
50105010
resolution: "@xmtp/proto@npm:3.78.0"
50115011
dependencies:

0 commit comments

Comments
 (0)