Skip to content

Commit

Permalink
Merge pull request #631 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 14, 2024
2 parents d36e8f3 + 27b572b commit 6c2474c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/twenty-eggs-protect.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @xmtp/xmtp-js

## 12.0.0

### Major Changes

- 9619322:
- Removed internal content types and their primitives
- Added content types and primitives from their respective packages
- Removed `ContentTypeComposite`, see [XIP-19](https://community.xmtp.org/t/xip-19-deprecate-the-composite-codec/525) for more details
- Removed `ContentTypeFallback`

### BREAKING CHANGES

With this update, the following are no longer exported from the JS SDK: `ContentTypeId`, `CodecRegistry`, `ContentCodec`, `EncodedContent`, `ContentTypeFallback`, `TextCodec`, `ContentTypeText`, `Composite`, `CompositeCodec`, `ContentTypeComposite`

For content type primitives, use the new `@xmtp/content-type-primitives` package. It exports `ContentTypeId`, `CodecRegistry`, `ContentCodec`, and `EncodedContent`.

The text content type and codec can now be found at `@xmtp/content-type-text`. It exports `ContentTypeText`, `Encoding`, and `TextCodec`.

## 11.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/xmtp-js",
"version": "11.6.3",
"version": "12.0.0",
"description": "XMTP client SDK for interacting with XMTP networks.",
"keywords": [
"xmtp",
Expand Down

0 comments on commit 6c2474c

Please sign in to comment.