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 #55 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Jan 23, 2024
2 parents ce1fc7b + cfb1726 commit 55ae028
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .changeset/fresh-lobsters-build.md

This file was deleted.

10 changes: 10 additions & 0 deletions experimental/content-type-screen-effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/experimental-content-type-screen-effect

## 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`
- 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
- Replaced `tsup` with `rollup`

## 1.0.3

### Patch Changes
Expand Down
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.3",
"version": "1.0.4",
"description": "An experimental content type to support screen effects accompanying messages",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/content-type-reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-reaction

## 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`
- 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
- Replaced `tsup` with `rollup`

## 1.1.4

### Patch Changes
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.4",
"version": "1.1.5",
"description": "An XMTP content type to support reactions to messages",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/content-type-read-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-read-receipt

## 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`
- 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
- Replaced `tsup` with `rollup`

## 1.1.6

### Patch Changes
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.6",
"version": "1.1.7",
"description": "An XMTP content type to support read receipts",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/content-type-remote-attachment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-remote-attachment

## 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`
- 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
- Replaced `tsup` with `rollup`

## 1.1.5

### Patch Changes
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.5",
"version": "1.1.6",
"description": "An XMTP content type to support sending file attachments that are stored off network",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/content-type-reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xmtp/content-type-reply

## 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`
- 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
- Replaced `tsup` with `rollup`

## 1.1.6

### Patch Changes
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.6",
"version": "1.1.7",
"description": "An XMTP content type to support replying to a message",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 55ae028

Please sign in to comment.