Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent f9e1867 commit d2f64c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-berries-press.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-grapes-remain.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell-swift",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit d2f64c2

Please sign in to comment.