Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 4, 2025
1 parent ec5cd41 commit 3102882
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-rocks-marry.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.18

### Patch Changes

- ec5cd41:
- Added streaming methods
- Removed group pinned frame URL metadata
- Fixed DB locking issues

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.42

### Patch Changes

- ec5cd41:
- Removed group pinned frame URL metadata
- Fixed DB locking issues

## 0.0.41

### 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.41",
"version": "0.0.42",
"description": "XMTP Node client SDK for interacting with XMTP networks",
"keywords": [
"xmtp",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4848,7 +4848,21 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/browser-sdk@npm:^0.0.17, @xmtp/browser-sdk@workspace:sdks/browser-sdk":
"@xmtp/browser-sdk@npm:^0.0.17":
version: 0.0.17
resolution: "@xmtp/browser-sdk@npm:0.0.17"
dependencies:
"@xmtp/content-type-group-updated": "npm:^2.0.0"
"@xmtp/content-type-primitives": "npm:^2.0.0"
"@xmtp/content-type-text": "npm:^2.0.0"
"@xmtp/proto": "npm:^3.72.3"
"@xmtp/wasm-bindings": "npm:^0.0.13"
uuid: "npm:^11.0.3"
checksum: 10/33ea33deacc2ea5f47437b479ff9cb1346b794bd89a50c5becc2735a2cff53f247b50b34bfed67db7f7fecfbb987d8eccc15792e511be2fbcfcb22e1cc345405
languageName: node
linkType: hard

"@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 @@ -5288,6 +5302,13 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/wasm-bindings@npm:^0.0.13":
version: 0.0.13
resolution: "@xmtp/wasm-bindings@npm:0.0.13"
checksum: 10/7d5a076caf8e835fb5fedac0bb95cd0e357cdb12da461359299a3bbef63c254d3b1ffa423a78c94cf4c0a6d7f8dd81b993703e34e38eff6669bfe3e3bbfd2dd1
languageName: node
linkType: hard

"@xmtp/wasm-bindings@npm:^0.0.14":
version: 0.0.14
resolution: "@xmtp/wasm-bindings@npm:0.0.14"
Expand Down

0 comments on commit 3102882

Please sign in to comment.