Skip to content

Commit

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

* Update CHANGELOG.md

* 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 20, 2024
1 parent 3a1e53b commit ce5ae9a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-crews-carry.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.11

### Patch Changes

- 3a1e53b: Enabled group permissions updates
- Added `updatePermission` method to `Conversation`
- Refactored `permissions` getter to async function
- Exported `MetadataField` type

## 0.0.10

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

## 0.0.35

### Patch Changes

- 3a1e53b: Enabled group permissions updates
- Added `updatePermission` method to `Conversation`
- Exported `MetadataField` type

## 0.0.34

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

0 comments on commit ce5ae9a

Please sign in to comment.