Skip to content

Commit e62fd25

Browse files
authored
Merge pull request #723 from xmtp/changeset-release/main
release: version packages
2 parents d30b40c + 67d6d30 commit e62fd25

File tree

30 files changed

+168
-71
lines changed

30 files changed

+168
-71
lines changed

.changeset/selfish-hairs-float.md

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @xmtp/content-type-group-updated
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
10+
## 1.0.0
11+
12+
Initial release

content-types/content-type-group-updated/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-group-updated",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An XMTP content type to support group updated messages",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.1",
69+
"@xmtp/content-type-primitives": "^1.0.3",
7070
"@xmtp/proto": "^3.72.0"
7171
},
7272
"devDependencies": {

content-types/content-type-primitives/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/content-type-primitives
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 63e5276: Upgraded `@xmtp/proto` dependency
8+
39
## 1.0.2
410

511
### Patch Changes

content-types/content-type-primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-primitives",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Primitives for building custom XMTP content types",
55
"keywords": [
66
"xmtp",

content-types/content-type-reaction/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xmtp/content-type-reaction
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
310
## 1.1.10
411

512
### Patch Changes

content-types/content-type-reaction/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-reaction",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "An XMTP content type to support reactions to messages",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.2"
69+
"@xmtp/content-type-primitives": "^1.0.3"
7070
},
7171
"devDependencies": {
7272
"@rollup/plugin-terser": "^0.4.4",

content-types/content-type-read-receipt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xmtp/content-type-read-receipt
22

3+
## 1.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
310
## 1.1.11
411

512
### Patch Changes

content-types/content-type-read-receipt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-read-receipt",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "An XMTP content type to support read receipts",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.2"
69+
"@xmtp/content-type-primitives": "^1.0.3"
7070
},
7171
"devDependencies": {
7272
"@rollup/plugin-terser": "^0.4.4",

content-types/content-type-remote-attachment/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xmtp/content-type-remote-attachment
22

3+
## 1.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
310
## 1.1.11
411

512
### Patch Changes

content-types/content-type-remote-attachment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-remote-attachment",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "An XMTP content type to support sending file attachments that are stored off network",
55
"keywords": [
66
"xmtp",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@noble/secp256k1": "^1.7.1",
70-
"@xmtp/content-type-primitives": "^1.0.2",
70+
"@xmtp/content-type-primitives": "^1.0.3",
7171
"@xmtp/proto": "^3.72.0"
7272
},
7373
"devDependencies": {

content-types/content-type-reply/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xmtp/content-type-reply
22

3+
## 1.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
310
## 1.1.11
411

512
### Patch Changes

content-types/content-type-reply/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-reply",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "An XMTP content type to support replying to a message",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.2",
69+
"@xmtp/content-type-primitives": "^1.0.3",
7070
"@xmtp/proto": "^3.72.0"
7171
},
7272
"devDependencies": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @xmtp/content-type-text
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
10+
## 1.0.0
11+
12+
Initial release

content-types/content-type-text/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-text",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An XMTP content type to support text messages",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.1"
69+
"@xmtp/content-type-primitives": "^1.0.3"
7070
},
7171
"devDependencies": {
7272
"@rollup/plugin-terser": "^0.4.4",

content-types/content-type-transaction-reference/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xmtp/content-type-transaction-reference
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
310
## 1.0.4
411

512
### Patch Changes

content-types/content-type-transaction-reference/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/content-type-transaction-reference",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "An XMTP content type to support on-chain transaction references",
55
"keywords": [
66
"xmtp",
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@xmtp/content-type-primitives": "^1.0.1"
69+
"@xmtp/content-type-primitives": "^1.0.3"
7070
},
7171
"devDependencies": {
7272
"@rollup/plugin-terser": "^0.4.4",

packages/consent-proof-signature/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/consent-proof-signature
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 63e5276: Upgraded `@xmtp/proto` dependency
8+
39
## 0.1.3
410

511
### Patch Changes

packages/consent-proof-signature/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/consent-proof-signature",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"keywords": [
55
"xmtp",
66
"messaging",

packages/frames-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/frames-client
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 63e5276: Updated exports
8+
39
## 0.5.4
410

511
### Patch Changes

packages/frames-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/frames-client",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"keywords": [
55
"xmtp",
66
"messaging",

packages/frames-validator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/frames-validator
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 63e5276: Updated exports
8+
39
## 0.6.2
410

511
### Patch Changes

packages/frames-validator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/frames-validator",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A validator for XMTP frames requests",
55
"homepage": "https://github.com/xmtp/xmtp-node-js-tools#readme",
66
"bugs": {
@@ -42,7 +42,7 @@
4242
"@open-frames/types": "^0.1.1",
4343
"@rollup/plugin-typescript": "^12.1.1",
4444
"@types/bl": "^5.1.4",
45-
"@xmtp/frames-client": "^0.5.4",
45+
"@xmtp/frames-client": "^0.5.5",
4646
"@xmtp/xmtp-js": "^12.1.0",
4747
"ethers": "^6.10.0",
4848
"rollup": "^4.27.3",

sdks/browser-sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @xmtp/browser-sdk
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 63e5276: Updated exports
8+
- Updated dependencies [63e5276]
9+
- @xmtp/content-type-group-updated@1.0.1
10+
- @xmtp/content-type-primitives@1.0.3
11+
- @xmtp/content-type-text@1.0.1
12+
- @xmtp/proto@3.72.0
13+
314
## 0.0.4
415

516
### Patch Changes

sdks/browser-sdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/browser-sdk",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "XMTP client SDK for browsers written in TypeScript",
55
"keywords": [
66
"xmtp",
@@ -61,9 +61,9 @@
6161
]
6262
},
6363
"dependencies": {
64-
"@xmtp/content-type-group-updated": "^1.0.0",
65-
"@xmtp/content-type-primitives": "^1.0.1",
66-
"@xmtp/content-type-text": "^1.0.0",
64+
"@xmtp/content-type-group-updated": "^1.0.1",
65+
"@xmtp/content-type-primitives": "^1.0.3",
66+
"@xmtp/content-type-text": "^1.0.1",
6767
"@xmtp/proto": "^3.72.0",
6868
"@xmtp/wasm-bindings": "^0.0.4",
6969
"uuid": "^11.0.3"

sdks/js-sdk/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @xmtp/xmtp-js
22

3+
## 13.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63e5276]
8+
- @xmtp/content-type-primitives@1.0.3
9+
- @xmtp/content-type-text@1.0.1
10+
- @xmtp/consent-proof-signature@0.1.4
11+
- @xmtp/proto@3.72.0
12+
313
## 13.0.3
414

515
### Patch Changes

sdks/js-sdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/xmtp-js",
3-
"version": "13.0.3",
3+
"version": "13.0.4",
44
"description": "XMTP client SDK for interacting with XMTP networks.",
55
"keywords": [
66
"xmtp",
@@ -93,9 +93,9 @@
9393
},
9494
"dependencies": {
9595
"@noble/secp256k1": "1.7.1",
96-
"@xmtp/consent-proof-signature": "^0.1.3",
97-
"@xmtp/content-type-primitives": "^1.0.1",
98-
"@xmtp/content-type-text": "^1.0.0",
96+
"@xmtp/consent-proof-signature": "^0.1.4",
97+
"@xmtp/content-type-primitives": "^1.0.3",
98+
"@xmtp/content-type-text": "^1.0.1",
9999
"@xmtp/proto": "^3.72.0",
100100
"@xmtp/user-preferences-bindings-wasm": "^0.3.6",
101101
"async-mutex": "^0.5.0",

0 commit comments

Comments
 (0)