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 Dec 10, 2024
1 parent 1777a23 commit 93fa588
Show file tree
Hide file tree
Showing 29 changed files with 178 additions and 59 deletions.
17 changes: 0 additions & 17 deletions .changeset/slow-peas-report.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions content-types/content-type-group-updated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-group-updated",
"version": "1.0.1",
"version": "2.0.0",
"description": "An XMTP content type to support group updated messages",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions content-types/content-type-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/content-type-primitives

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion content-types/content-type-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-primitives",
"version": "1.0.3",
"version": "2.0.0",
"description": "Primitives for building custom XMTP content types",
"keywords": [
"xmtp",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-reaction

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.1.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-reaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-reaction",
"version": "1.1.12",
"version": "2.0.0",
"description": "An XMTP content type to support reactions to messages",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,13 +64,13 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-read-receipt

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.1.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-read-receipt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-read-receipt",
"version": "1.1.12",
"version": "2.0.0",
"description": "An XMTP content type to support read receipts",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,13 +64,13 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-remote-attachment

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.1.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.0.0",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -65,15 +65,15 @@
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@xmtp/content-type-primitives": "^1.0.3",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/rollup-plugin-resolve-extensions": "^1.0.1",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-reply

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.1.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-reply",
"version": "1.1.12",
"version": "2.0.0",
"description": "An XMTP content type to support replying to a message",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,15 +64,15 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/proto": "^3.72.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/content-type-remote-attachment": "workspace:*",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-text

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-text",
"version": "1.0.1",
"version": "2.0.0",
"description": "An XMTP content type to support text messages",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,13 +64,13 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
11 changes: 11 additions & 0 deletions content-types/content-type-transaction-reference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/content-type-transaction-reference

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/content-type-primitives@2.0.0

## 1.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions content-types/content-type-transaction-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/content-type-transaction-reference",
"version": "1.0.5",
"version": "2.0.0",
"description": "An XMTP content type to support on-chain transaction references",
"keywords": [
"xmtp",
Expand Down Expand Up @@ -64,13 +64,13 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.17.6",
"@xmtp/xmtp-js": "^11.6.3",
"@xmtp/xmtp-js": "^13.0.5",
"buffer": "^6.0.3",
"ethers": "^6.11.1",
"happy-dom": "^15.11.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/consent-proof-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/consent-proof-signature

## 1.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/consent-proof-signature",
"version": "0.1.4",
"version": "1.0.0",
"keywords": [
"xmtp",
"messaging",
Expand Down
7 changes: 7 additions & 0 deletions packages/frames-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/frames-client

## 1.0.1

### Patch Changes

- 1777a23: Dropped support for CommonJS
- @xmtp/xmtp-js@13.0.5

## 1.0.0

### BREAKING CHANGE
Expand Down
8 changes: 4 additions & 4 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/frames-client",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"xmtp",
"messaging",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@open-frames/types": "^0.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@xmtp/node-sdk": "^0.0.30",
"@xmtp/xmtp-js": "^12.0.0",
"@xmtp/node-sdk": "^0.0.32",
"@xmtp/xmtp-js": "^13.0.5",
"ethers": "^6.13.1",
"fast-glob": "^3.3.2",
"rollup": "^4.27.3",
Expand All @@ -88,7 +88,7 @@
"vitest": "^2.1.3"
},
"peerDependencies": {
"@xmtp/xmtp-js": ">9.3.1"
"@xmtp/xmtp-js": ">13.0.5"
},
"packageManager": "[email protected]",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/frames-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xmtp/frames-validator

## 2.0.0

### Major Changes

- 1777a23: Dropped support for CommonJS

### Patch Changes

- Updated dependencies [1777a23]
- @xmtp/node-sdk@0.0.32

## 1.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 93fa588

Please sign in to comment.