Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #750

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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
4 changes: 2 additions & 2 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,7 +64,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
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
4 changes: 2 additions & 2 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,7 +64,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
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/[email protected]

## 1.1.12

### 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.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,7 +65,7 @@
},
"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": {
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/[email protected]

## 1.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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,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
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
4 changes: 2 additions & 2 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,7 +64,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
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/[email protected]

## 1.0.5

### Patch Changes
Expand Down
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,7 +64,7 @@
]
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.3"
"@xmtp/content-type-primitives": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
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
4 changes: 2 additions & 2 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,7 +71,7 @@
"@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/node-sdk": "^0.0.32",
"@xmtp/xmtp-js": "^12.0.0",
"ethers": "^6.13.1",
"fast-glob": "^3.3.2",
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/[email protected]

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/frames-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/frames-validator",
"version": "1.0.1",
"version": "2.0.0",
"description": "A validator for XMTP frames requests",
"homepage": "https://github.com/xmtp/xmtp-js",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.4.0",
"@xmtp/node-sdk": "^0.0.30",
"@xmtp/node-sdk": "^0.0.32",
"@xmtp/proto": "^3.72.3",
"uint8array-extras": "^1.4.0",
"viem": "^2.16.5"
Expand All @@ -47,7 +47,7 @@
"@open-frames/types": "^0.1.1",
"@rollup/plugin-typescript": "^12.1.1",
"@types/bl": "^5.1.4",
"@xmtp/frames-client": "^1.0.0",
"@xmtp/frames-client": "^1.0.1",
"@xmtp/xmtp-js": "^12.1.0",
"ethers": "^6.10.0",
"fast-glob": "^3.3.2",
Expand Down
10 changes: 10 additions & 0 deletions sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/browser-sdk

## 0.0.7

### Patch Changes

- 1777a23: Dropped support for CommonJS
- Updated dependencies [1777a23]
- @xmtp/content-type-group-updated@2.0.0
- @xmtp/content-type-primitives@2.0.0
- @xmtp/content-type-text@2.0.0

## 0.0.6

### Patch Changes
Expand Down
Loading
Loading