Skip to content

Commit 1302099

Browse files
release: version packages (#799)
Co-authored-by: Ry Racherbaumer <ry@xmtp.com>
1 parent 25e0e15 commit 1302099

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

.changeset/late-tips-pump.md

-6
This file was deleted.

apps/xmtp.chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mantine/modals": "^7.16.0",
2222
"@mantine/notifications": "^7.16.0",
2323
"@tanstack/react-query": "^5.61.5",
24-
"@xmtp/browser-sdk": "^0.0.16",
24+
"@xmtp/browser-sdk": "^0.0.17",
2525
"@xmtp/content-type-group-updated": "^2.0.0",
2626
"@xmtp/content-type-primitives": "^2.0.0",
2727
"@xmtp/content-type-reaction": "^2.0.0",

sdks/browser-sdk/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- 25e0e15:
8+
- Optimized `toSafeConversation`
9+
- Replaced some `??` with `||` to ensure string values are not empty
10+
311
## 0.0.16
412

513
### Patch Changes

sdks/browser-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/browser-sdk",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "XMTP client SDK for browsers written in TypeScript",
55
"keywords": [
66
"xmtp",

sdks/node-sdk/CHANGELOG.md

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

3+
## 0.0.40
4+
5+
### Patch Changes
6+
7+
- 25e0e15: Replaced some `??` with `||` to ensure string values are not empty
8+
39
## 0.0.39
410

511
### Patch Changes

sdks/node-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-sdk",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "XMTP Node client SDK for interacting with XMTP networks",
55
"keywords": [
66
"xmtp",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4848,7 +4848,7 @@ __metadata:
48484848
languageName: node
48494849
linkType: hard
48504850

4851-
"@xmtp/browser-sdk@npm:^0.0.16, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
4851+
"@xmtp/browser-sdk@npm:^0.0.17, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
48524852
version: 0.0.0-use.local
48534853
resolution: "@xmtp/browser-sdk@workspace:sdks/browser-sdk"
48544854
dependencies:
@@ -5383,7 +5383,7 @@ __metadata:
53835383
"@types/react": "npm:^18.3.18"
53845384
"@types/react-dom": "npm:^18.3.5"
53855385
"@vitejs/plugin-react": "npm:^4.3.4"
5386-
"@xmtp/browser-sdk": "npm:^0.0.16"
5386+
"@xmtp/browser-sdk": "npm:^0.0.17"
53875387
"@xmtp/content-type-group-updated": "npm:^2.0.0"
53885388
"@xmtp/content-type-primitives": "npm:^2.0.0"
53895389
"@xmtp/content-type-reaction": "npm:^2.0.0"

0 commit comments

Comments
 (0)