Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Jun 13, 2024
2 parents 0bfee30 + 5dfe0dd commit dcd204d
Show file tree
Hide file tree
Showing 13 changed files with 106 additions and 46 deletions.
11 changes: 0 additions & 11 deletions .changeset/moody-comics-hug.md

This file was deleted.

25 changes: 19 additions & 6 deletions experimental/content-type-screen-effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# @xmtp/experimental-content-type-screen-effect

## 1.0.7

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.0.6

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.0.5

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.0.4

### Patch Changes

- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8) Thanks [@rygine](https://github.com/rygine)! - - Updated Turbo config to remove `generate:types` command and instead rely on `build`
- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8)
- Updated Turbo config to remove `generate:types` command and instead rely on `build`
- Removed all `generate:types` commands from `package.json` files
- Updated shared ESLint config and local ESLint configs
- Updated `include` field of `tsconfig.json` and `tsconfig.eslint.json` files
Expand All @@ -26,16 +36,19 @@

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory

## 1.0.2

### Patch Changes

- [#48](https://github.com/xmtp/xmtp-js-content-types/pull/48) [`832b016`](https://github.com/xmtp/xmtp-js-content-types/commit/832b016c3ff19e0a36a1cc762c2ba8eec6dd2b3b) Thanks [@daria-github](https://github.com/daria-github)! - updated authority id
- [#48](https://github.com/xmtp/xmtp-js-content-types/pull/48) [`832b016`](https://github.com/xmtp/xmtp-js-content-types/commit/832b016c3ff19e0a36a1cc762c2ba8eec6dd2b3b)
- updated authority id

## 1.0.1

### Patch Changes

- [#46](https://github.com/xmtp/xmtp-js-content-types/pull/46) [`66e76e0`](https://github.com/xmtp/xmtp-js-content-types/commit/66e76e0d236dfd2171e28d5e50b5dd981ba131cb) Thanks [@daria-github](https://github.com/daria-github)! - exported EffectType
- [#46](https://github.com/xmtp/xmtp-js-content-types/pull/46) [`66e76e0`](https://github.com/xmtp/xmtp-js-content-types/commit/66e76e0d236dfd2171e28d5e50b5dd981ba131cb)
- exported EffectType
2 changes: 1 addition & 1 deletion experimental/content-type-screen-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/experimental-content-type-screen-effect",
"version": "1.0.6",
"version": "1.0.7",
"description": "An experimental content type to support screen effects accompanying messages",
"keywords": [
"xmtp",
Expand Down
28 changes: 21 additions & 7 deletions packages/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
# @xmtp/content-type-reaction

## 1.1.9

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.1.8

### Patch Changes

- [#68](https://github.com/xmtp/xmtp-js-content-types/pull/68) [`8896b33`](https://github.com/xmtp/xmtp-js-content-types/commit/8896b33501b2860d68ea8be5e33a9cca5dd9315c) Thanks [@rygine](https://github.com/rygine)! - Add optional referenceInboxId
- [#68](https://github.com/xmtp/xmtp-js-content-types/pull/68) [`8896b33`](https://github.com/xmtp/xmtp-js-content-types/commit/8896b33501b2860d68ea8be5e33a9cca5dd9315c)
- Add optional referenceInboxId

## 1.1.7

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.1.6

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.1.5

### Patch Changes

- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8) Thanks [@rygine](https://github.com/rygine)! - - Updated Turbo config to remove `generate:types` command and instead rely on `build`
- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8)
- Updated Turbo config to remove `generate:types` command and instead rely on `build`
- Removed all `generate:types` commands from `package.json` files
- Updated shared ESLint config and local ESLint configs
- Updated `include` field of `tsconfig.json` and `tsconfig.eslint.json` files
Expand All @@ -32,7 +43,8 @@

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory

## 1.1.3

Expand All @@ -52,13 +64,15 @@

### Patch Changes

- [#30](https://github.com/xmtp/xmtp-js-content-types/pull/30) [`41fe976`](https://github.com/xmtp/xmtp-js-content-types/commit/41fe976c009af8daa415e29b6820166675a8c77b) Thanks [@nplasterer](https://github.com/nplasterer)! - fix: update the copy for the default fallbacks
- [#30](https://github.com/xmtp/xmtp-js-content-types/pull/30) [`41fe976`](https://github.com/xmtp/xmtp-js-content-types/commit/41fe976c009af8daa415e29b6820166675a8c77b)
- fix: update the copy for the default fallbacks

## 1.1.0

### Minor Changes

- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44) Thanks [@nplasterer](https://github.com/nplasterer)! - Add dummy fallback field to all content types
- [#25](https://github.com/xmtp/xmtp-js-content-types/pull/25) [`3c531b7`](https://github.com/xmtp/xmtp-js-content-types/commit/3c531b7dc057a9f7907a9289a0a35f0da3a48e44)
- Add dummy fallback field to all content types

## 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion packages/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.8",
"version": "1.1.9",
"description": "An XMTP content type to support reactions to messages",
"keywords": [
"xmtp",
Expand Down
19 changes: 15 additions & 4 deletions packages/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# @xmtp/content-type-read-receipt

## 1.1.10

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.1.9

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.1.8

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.1.7

### Patch Changes

- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8) Thanks [@rygine](https://github.com/rygine)! - - Updated Turbo config to remove `generate:types` command and instead rely on `build`
- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8)
- Updated Turbo config to remove `generate:types` command and instead rely on `build`
- Removed all `generate:types` commands from `package.json` files
- Updated shared ESLint config and local ESLint configs
- Updated `include` field of `tsconfig.json` and `tsconfig.eslint.json` files
Expand All @@ -26,7 +36,8 @@

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory

## 1.1.5

Expand Down
2 changes: 1 addition & 1 deletion packages/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.9",
"version": "1.1.10",
"description": "An XMTP content type to support read receipts",
"keywords": [
"xmtp",
Expand Down
19 changes: 15 additions & 4 deletions packages/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# @xmtp/content-type-remote-attachment

## 1.1.9

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.1.8

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.1.7

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.1.6

### Patch Changes

- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8) Thanks [@rygine](https://github.com/rygine)! - - Updated Turbo config to remove `generate:types` command and instead rely on `build`
- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8)
- Updated Turbo config to remove `generate:types` command and instead rely on `build`
- Removed all `generate:types` commands from `package.json` files
- Updated shared ESLint config and local ESLint configs
- Updated `include` field of `tsconfig.json` and `tsconfig.eslint.json` files
Expand All @@ -26,7 +36,8 @@

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory

## 1.1.4

Expand Down
2 changes: 1 addition & 1 deletion packages/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.8",
"version": "1.1.9",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"keywords": [
"xmtp",
Expand Down
22 changes: 17 additions & 5 deletions packages/content-type-reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
# @xmtp/content-type-reply

## 1.1.11

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.1.10

### Patch Changes

- [#68](https://github.com/xmtp/xmtp-js-content-types/pull/68) [`8896b33`](https://github.com/xmtp/xmtp-js-content-types/commit/8896b33501b2860d68ea8be5e33a9cca5dd9315c) Thanks [@rygine](https://github.com/rygine)! - Add optional referenceInboxId
- [#68](https://github.com/xmtp/xmtp-js-content-types/pull/68) [`8896b33`](https://github.com/xmtp/xmtp-js-content-types/commit/8896b33501b2860d68ea8be5e33a9cca5dd9315c)
- Add optional referenceInboxId

## 1.1.9

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.1.8

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.1.7

### Patch Changes

- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8) Thanks [@rygine](https://github.com/rygine)! - - Updated Turbo config to remove `generate:types` command and instead rely on `build`
- [#54](https://github.com/xmtp/xmtp-js-content-types/pull/54) [`718cb9f`](https://github.com/xmtp/xmtp-js-content-types/commit/718cb9fec51f74bf2402f3f22160687cae35dda8)
- Updated Turbo config to remove `generate:types` command and instead rely on `build`
- Removed all `generate:types` commands from `package.json` files
- Updated shared ESLint config and local ESLint configs
- Updated `include` field of `tsconfig.json` and `tsconfig.eslint.json` files
Expand All @@ -32,7 +43,8 @@

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory

## 1.1.5

Expand Down
2 changes: 1 addition & 1 deletion packages/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.10",
"version": "1.1.11",
"description": "An XMTP content type to support replying to a message",
"keywords": [
"xmtp",
Expand Down
16 changes: 13 additions & 3 deletions packages/content-type-transaction-reference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# @xmtp/content-type-transaction-reference

## 1.0.4

### Patch Changes

- [#75](https://github.com/xmtp/xmtp-js-content-types/pull/75) [`da0bd85`](https://github.com/xmtp/xmtp-js-content-types/commit/da0bd8578d5f5032b221e25f02e8492b27929d6c)
- Use primitives package for types

## 1.0.3

### Patch Changes

- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b) Thanks [@rygine](https://github.com/rygine)! - Add `shouldPush` to all content codecs
- [#65](https://github.com/xmtp/xmtp-js-content-types/pull/65) [`c4d43dc`](https://github.com/xmtp/xmtp-js-content-types/commit/c4d43dc948231de5c7f730e06f0931076de0673b)
- Add `shouldPush` to all content codecs

## 1.0.2

### Patch Changes

- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3) Thanks [@rygine](https://github.com/rygine)! - Upgraded JS SDK to `11.3.12`
- [#60](https://github.com/xmtp/xmtp-js-content-types/pull/60) [`5b9310a`](https://github.com/xmtp/xmtp-js-content-types/commit/5b9310ac89fd23e5cfd74903894073b6ef8af7c3)
- Upgraded JS SDK to `11.3.12`

## 1.0.1

### Patch Changes

- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d) Thanks [@rygine](https://github.com/rygine)! - Only publish files in the `/dist` directory
- [#51](https://github.com/xmtp/xmtp-js-content-types/pull/51) [`aeb6db7`](https://github.com/xmtp/xmtp-js-content-types/commit/aeb6db73a63409a33c7d3d3431e33682b0ce4c4d)
- Only publish files in the `/dist` directory
2 changes: 1 addition & 1 deletion packages/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.3",
"version": "1.0.4",
"description": "An XMTP content type to support on-chain transaction references",
"keywords": [
"xmtp",
Expand Down

0 comments on commit dcd204d

Please sign in to comment.