-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next release #351
Merged
Merged
next release #351
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 21, 2024 11:49
65b1ccd
to
c43f069
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 21, 2024 11:55
c43f069
to
f7fb1e4
Compare
commit: |
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 21, 2024 12:17
f7fb1e4
to
16b70b1
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 21, 2024 13:17
16b70b1
to
533b487
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 23, 2024 08:25
533b487
to
ac4aa0f
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 23, 2024 10:08
ac4aa0f
to
9b435f7
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 23, 2024 12:57
9b435f7
to
d138e2a
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 23, 2024 14:36
d138e2a
to
30ea97f
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 23, 2024 14:46
30ea97f
to
4e03dc9
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 26, 2024 03:50
4e03dc9
to
13354d6
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 26, 2024 04:03
13354d6
to
347ef9a
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 26, 2024 07:34
347ef9a
to
66229fe
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 28, 2024 04:41
66229fe
to
50caa5a
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 29, 2024 05:20
50caa5a
to
6e32618
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 03:43
6e32618
to
6fa61ef
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 09:15
6fa61ef
to
4efbe5a
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 10:02
4efbe5a
to
d80335e
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 10:34
d80335e
to
2552a21
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 19:20
2552a21
to
17506e2
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
August 30, 2024 19:44
17506e2
to
126b345
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
September 1, 2024 04:35
126b345
to
a7a948f
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
September 2, 2024 07:28
a7a948f
to
abaf0b6
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
September 2, 2024 07:30
abaf0b6
to
ffa471f
Compare
MagicBella
force-pushed
the
changeset-release/main
branch
from
September 2, 2024 07:32
ffa471f
to
16a7473
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@magicbell/[email protected]
Major Changes
#299
df2c87f
Thanks @smeijer! - Breaking Change!We've renamed the
categories
property tocategory
and thetopics
property totopic
, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.If you make use of the
categories
ortopics
filters onmagicbell user notifications
, you'll need to rename them to their singular variants.Minor Changes
#360
95bd18d
Thanks @smeijer! - Auth tokens are now prioritized over api keys.#349
13e54bc
Thanks @smeijer! - define more notification delivery statuses, addedskipped
,dropped
,failed
, anddelivered
.Patch Changes
#348
39832a3
Thanks @smeijer! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api.Updated dependencies [
95bd18d
,13e54bc
,39832a3
,e5027a8
]:[email protected]
Major Changes
#361
e5027a8
Thanks @smeijer! - Breaking Change!We've renamed the
categories
property tocategory
and thetopics
property totopic
, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.If you use
topics
orcategories
filters in theUserClient
, you'll need to update those params to their singular variant.Minor Changes
#360
95bd18d
Thanks @smeijer! - Auth tokens are now prioritized over api keys.#349
13e54bc
Thanks @smeijer! - define more notification delivery statuses, addedskipped
,dropped
,failed
, anddelivered
.Patch Changes
39832a3
Thanks @smeijer! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api.@magicbell/[email protected]
Major Changes
#361
e5027a8
Thanks @smeijer! - Breaking Change!We've renamed the
categories
property tocategory
and thetopics
property totopic
, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.If you make use of different stores or tabs using the
categories
ortopics
properties, you'll need to rename them to their singular variants.Patch Changes
e5027a8
]:@magicbell/[email protected]
Major Changes
#361
e5027a8
Thanks @smeijer! - Breaking Change!We've renamed the
categories
property tocategory
and thetopics
property totopic
, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.If you make use of different stores or filters using the
categories
ortopics
properties, you'll need to rename them to their singular variants.Patch Changes
95bd18d
,13e54bc
,39832a3
,e5027a8
]:@magicbell/[email protected]
Minor Changes
#363
036278a
Thanks @smeijer! - use fetch as http client#358
726be74
Thanks @smeijer! - An early release of @magicbell/project-client, a project/admin facing client, to be used on the server, focussing on the MagicBell v2 API.Patch Changes
8f20ec9
Thanks @smeijer! - fix package.json#exports@magicbell/[email protected]
Minor Changes
#357
139cbb0
Thanks @smeijer! - regenerated using liblab v2#363
036278a
Thanks @smeijer! - use fetch as http clientPatch Changes
8f20ec9
Thanks @smeijer! - fix package.json#exports@magicbell/[email protected]
Patch Changes
e5027a8
]:@magicbell/[email protected]
Patch Changes
#357
139cbb0
Thanks @smeijer! - updated to use new@magicbell/user-client
versionUpdated dependencies [
139cbb0
,036278a
,8f20ec9
]:[email protected]
Minor Changes
e5027a8
Thanks @smeijer! - update playground to match singular topic & category params