Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 21, 2025
1 parent 626d420 commit 9c44f50
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-needles-peel.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.15",
"@xmtp/browser-sdk": "^0.0.16",
"@xmtp/content-type-group-updated": "^2.0.0",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/content-type-reaction": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/browser-sdk

## 0.0.16

### Patch Changes

- 626d420: Fixed DM group syncing across installations

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.39

### Patch Changes

- 626d420: Fixed DM group syncing across installations

## 0.0.38

### 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.38",
"version": "0.0.39",
"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 @@ -4680,7 +4680,7 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/browser-sdk@npm:^0.0.15, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
"@xmtp/browser-sdk@npm:^0.0.16, @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 @@ -5214,7 +5214,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.15"
"@xmtp/browser-sdk": "npm:^0.0.16"
"@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 9c44f50

Please sign in to comment.