Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent 89bd27a commit a9c8103
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-coins-jump.md

This file was deleted.

6 changes: 6 additions & 0 deletions content-types/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-remote-attachment

## 1.1.11

### Patch Changes

- b81dbff: Fix encryption dependency

## 1.1.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions content-types/content-type-remote-attachment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-remote-attachment",
"version": "1.1.10",
"version": "1.1.11",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.11",
"@xmtp/rollup-plugin-resolve-extensions": "^1.0.1",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.2",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.16.11",
"@xmtp/content-type-remote-attachment": "workspace:*",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.2",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@open-frames/types": "^0.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@xmtp/xmtp-js": "^12.0.0",
"@xmtp/xmtp-js": "^13.0.2",
"ethers": "^6.13.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
Expand All @@ -84,7 +84,7 @@
"vitest": "^2.1.3"
},
"peerDependencies": {
"@xmtp/xmtp-js": ">9.3.1"
"@xmtp/xmtp-js": ">13.0.2"
},
"packageManager": "[email protected]",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions sdks/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/xmtp-js

## 13.0.2

### Patch Changes

- b81dbff: Fix encryption dependency

## 13.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdks/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/xmtp-js",
"version": "13.0.1",
"version": "13.0.2",
"description": "XMTP client SDK for interacting with XMTP networks.",
"keywords": [
"xmtp",
Expand Down

0 comments on commit a9c8103

Please sign in to comment.