Skip to content

Commit

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

* Update CHANGELOG.md

* Update yarn.lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ry Racherbaumer <[email protected]>
Co-authored-by: Ry Racherbaumer <[email protected]>
  • Loading branch information
4 people authored Jan 13, 2025
1 parent c91612d commit 84f045c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-toes-wink.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.14.3",
"@mantine/notifications": "^7.14.3",
"@tanstack/react-query": "^5.61.5",
"@xmtp/browser-sdk": "^0.0.13",
"@xmtp/browser-sdk": "^0.0.14",
"@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.14

### Patch Changes

- c91612d: Added support for HMAC keys

## 0.0.13

### 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.13",
"version": "0.0.14",
"description": "XMTP client SDK for browsers written in TypeScript",
"keywords": [
"xmtp",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4697,7 +4697,7 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/browser-sdk@npm:^0.0.13, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
"@xmtp/browser-sdk@npm:^0.0.14, @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 @@ -5231,7 +5231,7 @@ __metadata:
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.1"
"@vitejs/plugin-react": "npm:^4.3.3"
"@xmtp/browser-sdk": "npm:^0.0.13"
"@xmtp/browser-sdk": "npm:^0.0.14"
"@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 84f045c

Please sign in to comment.