Skip to content

Commit

Permalink
Merge pull request #246 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Jul 2, 2024
2 parents 5374fa0 + 7ad3ef6 commit b894e1a
Show file tree
Hide file tree
Showing 10 changed files with 921 additions and 906 deletions.
6 changes: 0 additions & 6 deletions .changeset/thick-plums-itch.md

This file was deleted.

893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
compressionLevel: mixed

enableGlobalCache: false

enableTelemetry: false

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.0.cjs

yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier-plugin-packagejson": "^2.4.12",
"turbo": "^1.12.5"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/consent-proof-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"vite": "^5.1.6",
"vitest": "^1.3.1"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.3.1",
"publishConfig": {
"access": "public",
"provenance": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"peerDependencies": {
"@xmtp/xmtp-js": ">9.3.1"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.3.1",
"publishConfig": {
"access": "public",
"provenance": true,
Expand Down
16 changes: 16 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @xmtp/react-sdk

## 7.0.0

### Major Changes

- cd41019:
- Upgraded to latest JS SDK
- Removed some re-exports from the JS SDK

### BREAKING CHANGES

With this update, the following are no longer exported from the React SDK: `ContentTypeId`, `CodecRegistry`, `ContentCodec`, `EncodedContent`, `TextCodec`, and `ContentTypeText`.

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`.

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/react-sdk",
"version": "6.0.1",
"version": "7.0.0",
"description": "XMTP client SDK for React apps written in TypeScript",
"keywords": [
"xmtp",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17341,11 +17341,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
checksum: 10/f5f9a4133c2670761f0166eae5b3bafbc4a3fc24f0f42a93c9c893d9e9d6e66ea066969c5e7483fa66b4ae0e99125592553f3b92fd3599484de8be13b0615176
languageName: node
linkType: hard

Expand Down

0 comments on commit b894e1a

Please sign in to comment.