Skip to content

Commit

Permalink
release: version packages (#761)
Browse files Browse the repository at this point in the history
* release: version packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ry Racherbaumer <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent dad39c4 commit dd18dd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-bananas-flow.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- dad39c4:
- Added admins and super admins to conversation data sync
- Refactored `Conversation` admin and super admin accessors
- Changed `admins` and `superAdmins` to getters
- Added `syncAdmins` and `syncSuperAdmins` methods
- Refactored `Conversations.getConversationById`, `Conversations.listDms`, `Conversations.listGroups`, and `Conversations.getDmByInboxId` to return `Conversation` instances
- Refactored `Conversations.getMessageById` to return `DecodedMessage` instance

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "XMTP client SDK for browsers written in TypeScript",
"keywords": [
"xmtp",
Expand Down

0 comments on commit dd18dd8

Please sign in to comment.