From d2f64c2874309736642e147eb5682133af5c1674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Oct 2024 09:48:21 +0000 Subject: [PATCH] chore: version packages --- .changeset/popular-berries-press.md | 5 ----- .changeset/twelve-grapes-remain.md | 8 -------- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .changeset/popular-berries-press.md delete mode 100644 .changeset/twelve-grapes-remain.md diff --git a/.changeset/popular-berries-press.md b/.changeset/popular-berries-press.md deleted file mode 100644 index 10b4cc1..0000000 --- a/.changeset/popular-berries-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift": minor ---- - -Internal: Fetching notifications from `/notifications` endpoint instead of GraphQL diff --git a/.changeset/twelve-grapes-remain.md b/.changeset/twelve-grapes-remain.md deleted file mode 100644 index 9f93386..0000000 --- a/.changeset/twelve-grapes-remain.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"magicbell-swift": major ---- - -Updated topic and category filtering APIs in `StorePredicate` - -Previously one was able to filter for multiple topics and categories, but this functionality is now deprecated in favor of only filtering for a single topic and category. -Please reach out to us via the [Community](http://www.magicbell.com/community) if you need the previous functionality. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb3dc2..cb7296e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # MagicBell iOS SDK +## 3.0.0 + +### Major Changes + +- 571c0d0: Updated topic and category filtering APIs in `StorePredicate` + + Previously one was able to filter for multiple topics and categories, but this functionality is now deprecated in favor of only filtering for a single topic and category. + Please reach out to us via the [Community](http://www.magicbell.com/community) if you need the previous functionality. + +### Minor Changes + +- 571c0d0: Internal: Fetching notifications from `/notifications` endpoint instead of GraphQL + ## 2.0.0 This release is mostly compatible with version 1.0.0 of the SDK. It introduces two breaking changes though. Please consult the Readme for detailed reference. diff --git a/package.json b/package.json index c7a01d0..1ef883b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicbell-swift", - "version": "2.0.0", + "version": "3.0.0", "private": true, "type": "module", "devDependencies": {