Skip to content

Commit

Permalink
release: version packages (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: Ry Racherbaumer <[email protected]>
  • Loading branch information
github-actions[bot] and rygine authored Jan 23, 2025
1 parent 25e0e15 commit 1302099
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-tips-pump.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/xmtp.chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mantine/modals": "^7.16.0",
"@mantine/notifications": "^7.16.0",
"@tanstack/react-query": "^5.61.5",
"@xmtp/browser-sdk": "^0.0.16",
"@xmtp/browser-sdk": "^0.0.17",
"@xmtp/content-type-group-updated": "^2.0.0",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/content-type-reaction": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xmtp/browser-sdk

## 0.0.17

### Patch Changes

- 25e0e15:
- Optimized `toSafeConversation`
- Replaced some `??` with `||` to ensure string values are not empty

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdks/browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/browser-sdk",
"version": "0.0.16",
"version": "0.0.17",
"description": "XMTP client SDK for browsers written in TypeScript",
"keywords": [
"xmtp",
Expand Down
6 changes: 6 additions & 0 deletions sdks/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/node-sdk

## 0.0.40

### Patch Changes

- 25e0e15: Replaced some `??` with `||` to ensure string values are not empty

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdks/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/node-sdk",
"version": "0.0.39",
"version": "0.0.40",
"description": "XMTP Node client SDK for interacting with XMTP networks",
"keywords": [
"xmtp",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4848,7 +4848,7 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/browser-sdk@npm:^0.0.16, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
"@xmtp/browser-sdk@npm:^0.0.17, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
version: 0.0.0-use.local
resolution: "@xmtp/browser-sdk@workspace:sdks/browser-sdk"
dependencies:
Expand Down Expand Up @@ -5383,7 +5383,7 @@ __metadata:
"@types/react": "npm:^18.3.18"
"@types/react-dom": "npm:^18.3.5"
"@vitejs/plugin-react": "npm:^4.3.4"
"@xmtp/browser-sdk": "npm:^0.0.16"
"@xmtp/browser-sdk": "npm:^0.0.17"
"@xmtp/content-type-group-updated": "npm:^2.0.0"
"@xmtp/content-type-primitives": "npm:^2.0.0"
"@xmtp/content-type-reaction": "npm:^2.0.0"
Expand Down

0 comments on commit 1302099

Please sign in to comment.