Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 23, 2024
1 parent d465f3f commit 5367ee9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-days-roll.md

This file was deleted.

9 changes: 9 additions & 0 deletions sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xmtp/browser-sdk

## 0.0.6

### Patch Changes

- 9324310:
- Added `installationIdBytes` to `Client`
- Added `Conversations.syncAll` method
- Added `signWithInstallationKey`, `verifySignedWithInstallationKey`, and `verifySignedWithPublicKey` methods to `Client`

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "XMTP client SDK for browsers written in TypeScript",
"keywords": [
"xmtp",
Expand Down
9 changes: 9 additions & 0 deletions sdks/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xmtp/node-sdk

## 0.0.27

### Patch Changes

- 9324310:
- Added `installationIdBytes` to `Client`
- Refactored `Client.verifySignedWithInstallationKey` to return a `boolean`
- Changed `Client.verifySignedWithPublicKey` to a static method

## 0.0.26

### 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.26",
"version": "0.0.27",
"description": "XMTP Node client SDK for interacting with XMTP networks",
"keywords": [
"xmtp",
Expand Down

0 comments on commit 5367ee9

Please sign in to comment.