Skip to content

Commit a87c779

Browse files
authoredMar 21, 2025··
release: version packages (#893)
1 parent 17e7084 commit a87c779

File tree

5 files changed

+54
-19
lines changed

5 files changed

+54
-19
lines changed
 

‎sdks/browser-sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @xmtp/browser-sdk
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [340fcf4]
8+
- @xmtp/content-type-group-updated@2.0.1
9+
- @xmtp/content-type-primitives@2.0.1
10+
- @xmtp/content-type-text@2.0.1
11+
- @xmtp/proto@3.78.0
12+
- uuid@11.1.0
13+
314
## 1.1.0
415

516
### Minor Changes

‎sdks/browser-sdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/browser-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "XMTP client SDK for browsers written in TypeScript",
55
"keywords": [
66
"xmtp",
@@ -60,9 +60,9 @@
6060
]
6161
},
6262
"dependencies": {
63-
"@xmtp/content-type-group-updated": "^2.0.0",
64-
"@xmtp/content-type-primitives": "^2.0.0",
65-
"@xmtp/content-type-text": "^2.0.0",
63+
"@xmtp/content-type-group-updated": "^2.0.1",
64+
"@xmtp/content-type-primitives": "^2.0.1",
65+
"@xmtp/content-type-text": "^2.0.1",
6666
"@xmtp/proto": "^3.78.0",
6767
"@xmtp/wasm-bindings": "^1.1.0",
6868
"uuid": "^11.1.0"

‎sdks/node-sdk/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @xmtp/node-sdk
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [340fcf4]
8+
- @xmtp/content-type-group-updated@2.0.1
9+
- @xmtp/content-type-primitives@2.0.1
10+
- @xmtp/content-type-text@2.0.1
11+
- @xmtp/proto@3.78.0
12+
313
## 1.0.1
414

515
### Patch Changes

‎sdks/node-sdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "XMTP Node client SDK for interacting with XMTP networks",
55
"keywords": [
66
"xmtp",
@@ -50,9 +50,9 @@
5050
"typecheck": "tsc"
5151
},
5252
"dependencies": {
53-
"@xmtp/content-type-group-updated": "^2.0.0",
54-
"@xmtp/content-type-primitives": "^2.0.0",
55-
"@xmtp/content-type-text": "^2.0.0",
53+
"@xmtp/content-type-group-updated": "^2.0.1",
54+
"@xmtp/content-type-primitives": "^2.0.1",
55+
"@xmtp/content-type-text": "^2.0.1",
5656
"@xmtp/node-bindings": "^1.0.0",
5757
"@xmtp/proto": "^3.78.0"
5858
},

‎yarn.lock

+25-11
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,21 @@ __metadata:
34063406
languageName: node
34073407
linkType: hard
34083408

3409-
"@xmtp/browser-sdk@npm:1.1.0, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
3409+
"@xmtp/browser-sdk@npm:1.1.0":
3410+
version: 1.1.0
3411+
resolution: "@xmtp/browser-sdk@npm:1.1.0"
3412+
dependencies:
3413+
"@xmtp/content-type-group-updated": "npm:^2.0.0"
3414+
"@xmtp/content-type-primitives": "npm:^2.0.0"
3415+
"@xmtp/content-type-text": "npm:^2.0.0"
3416+
"@xmtp/proto": "npm:^3.72.3"
3417+
"@xmtp/wasm-bindings": "npm:^1.1.0"
3418+
uuid: "npm:^11.0.3"
3419+
checksum: 10/220dffb75594d16ded0bbf6448a3923c55e4e0b26b253aa663df3ebae372378735c24d0268c9f76a17da0a87ad5e7aab0b2fdf59666e759332676391c2c3c57e
3420+
languageName: node
3421+
linkType: hard
3422+
3423+
"@xmtp/browser-sdk@workspace:sdks/browser-sdk":
34103424
version: 0.0.0-use.local
34113425
resolution: "@xmtp/browser-sdk@workspace:sdks/browser-sdk"
34123426
dependencies:
@@ -3418,9 +3432,9 @@ __metadata:
34183432
"@vitest/browser": "npm:^3.0.9"
34193433
"@vitest/coverage-v8": "npm:^3.0.9"
34203434
"@web/rollup-plugin-copy": "npm:^0.5.1"
3421-
"@xmtp/content-type-group-updated": "npm:^2.0.0"
3422-
"@xmtp/content-type-primitives": "npm:^2.0.0"
3423-
"@xmtp/content-type-text": "npm:^2.0.0"
3435+
"@xmtp/content-type-group-updated": "npm:^2.0.1"
3436+
"@xmtp/content-type-primitives": "npm:^2.0.1"
3437+
"@xmtp/content-type-text": "npm:^2.0.1"
34243438
"@xmtp/proto": "npm:^3.78.0"
34253439
"@xmtp/wasm-bindings": "npm:^1.1.0"
34263440
playwright: "npm:^1.51.1"
@@ -3437,7 +3451,7 @@ __metadata:
34373451
languageName: unknown
34383452
linkType: soft
34393453

3440-
"@xmtp/content-type-group-updated@npm:^2.0.0, @xmtp/content-type-group-updated@workspace:content-types/content-type-group-updated":
3454+
"@xmtp/content-type-group-updated@npm:^2.0.0, @xmtp/content-type-group-updated@npm:^2.0.1, @xmtp/content-type-group-updated@workspace:content-types/content-type-group-updated":
34413455
version: 0.0.0-use.local
34423456
resolution: "@xmtp/content-type-group-updated@workspace:content-types/content-type-group-updated"
34433457
dependencies:
@@ -3557,7 +3571,7 @@ __metadata:
35573571
languageName: unknown
35583572
linkType: soft
35593573

3560-
"@xmtp/content-type-text@npm:^2.0.0, @xmtp/content-type-text@workspace:^, @xmtp/content-type-text@workspace:content-types/content-type-text":
3574+
"@xmtp/content-type-text@npm:^2.0.0, @xmtp/content-type-text@npm:^2.0.1, @xmtp/content-type-text@workspace:^, @xmtp/content-type-text@workspace:content-types/content-type-text":
35613575
version: 0.0.0-use.local
35623576
resolution: "@xmtp/content-type-text@workspace:content-types/content-type-text"
35633577
dependencies:
@@ -3609,9 +3623,9 @@ __metadata:
36093623
"@rollup/plugin-typescript": "npm:^12.1.2"
36103624
"@types/node": "npm:^22.13.10"
36113625
"@vitest/coverage-v8": "npm:^3.0.9"
3612-
"@xmtp/content-type-group-updated": "npm:^2.0.0"
3613-
"@xmtp/content-type-primitives": "npm:^2.0.0"
3614-
"@xmtp/content-type-text": "npm:^2.0.0"
3626+
"@xmtp/content-type-group-updated": "npm:^2.0.1"
3627+
"@xmtp/content-type-primitives": "npm:^2.0.1"
3628+
"@xmtp/content-type-text": "npm:^2.0.1"
36153629
"@xmtp/node-bindings": "npm:^1.0.0"
36163630
"@xmtp/proto": "npm:^3.78.0"
36173631
fast-glob: "npm:^3.3.3"
@@ -3631,7 +3645,7 @@ __metadata:
36313645
languageName: unknown
36323646
linkType: soft
36333647

3634-
"@xmtp/proto@npm:^3.78.0":
3648+
"@xmtp/proto@npm:^3.72.3, @xmtp/proto@npm:^3.78.0":
36353649
version: 3.78.0
36363650
resolution: "@xmtp/proto@npm:3.78.0"
36373651
dependencies:
@@ -10409,7 +10423,7 @@ __metadata:
1040910423
languageName: node
1041010424
linkType: hard
1041110425

10412-
"uuid@npm:^11.1.0":
10426+
"uuid@npm:^11.0.3, uuid@npm:^11.1.0":
1041310427
version: 11.1.0
1041410428
resolution: "uuid@npm:11.1.0"
1041510429
bin:

0 commit comments

Comments
 (0)
Please sign in to comment.