Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 7, 2023

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/magicbell-react@10.4.0

Minor Changes

  • 4347cf3 Thanks @smeijer! - feat: category labels in the preferences pane are now translatable.

    const customLocale = {
      name: 'en',
      translations: {
        preferences: {
          categories: { // mapping from slug > label
            billing: 'My Billing',
          },
        },
      },
    };
    
    function MyComponent() {
      return (
        <MagicBell locale={customLocale} apiKey={MAGICBELL_API_KEY} userEmail="john@example.com" />
          {(props) => <FloatingNotificationInbox height={450} {...props} />}
        </MagicBell>
      );
    }

@magicbell/embeddable@3.2.8

Patch Changes

  • Updated dependencies [4347cf3]:
    • @magicbell/magicbell-react@10.4.0

@vercel
Copy link

vercel bot commented Feb 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
playground ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 7, 2023 at 0:15AM (UTC)

@smeijer smeijer merged commit 6ec5187 into main Feb 7, 2023
@smeijer smeijer deleted the changeset-release/main branch February 7, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant