Skip to content

Commit

Permalink
release: version packages (#771)
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 Jan 7, 2025
1 parent d09ec27 commit 9a4bb87
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-poems-dream.md

This file was deleted.

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.12

### Patch Changes

- d09ec27:
- Added support for revoking specific installations
- Refactored `list`, `listGroups`, and `listDms` to be synchronous when called from worker

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.37

### Patch Changes

- d09ec27:
- Added support for revoking specific installations
- Refactored `list`, `listGroups`, and `listDms` to be synchronous

## 0.0.36

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

0 comments on commit 9a4bb87

Please sign in to comment.