From 9ca50f414bc6d94a215680c84ae63f6f40ce4d32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jan 2025 20:48:10 +0000 Subject: [PATCH] release: version packages --- .changeset/sweet-toes-join.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/sweet-toes-join.md diff --git a/.changeset/sweet-toes-join.md b/.changeset/sweet-toes-join.md deleted file mode 100644 index c4959526..00000000 --- a/.changeset/sweet-toes-join.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@xmtp/react-native-sdk": patch ---- - -- Add ability to filter and sync by multiple consents -- And new inboxId methods for performance -- Conversation list sort by last "readable" msg -- Default msg history off diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a75b3e..20484fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @xmtp/react-native-sdk +## 3.1.8 + +### Patch Changes + +- 8c15ef6: - Add ability to filter and sync by multiple consents + - And new inboxId methods for performance + - Conversation list sort by last "readable" msg + - Default msg history off + ## 3.1.7 ### Patch Changes diff --git a/package.json b/package.json index e9dc41ea..4db91af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/react-native-sdk", - "version": "3.1.7", + "version": "3.1.8", "description": "Wraps for native xmtp sdks for react native", "main": "build/index.js", "types": "build/index.d.ts",