Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [100.0.0](v99.0.4...v100.0.0) (2023-12-15) ### Features * **Paywall:** Add IAP support ([7b54299](7b54299)) * Remove useInstance helper ([01ec4de](01ec4de)) * Update cozy-client from 45.0.0 to 45.1.0 ([8f5ce38](8f5ce38)) ### BREAKING CHANGES * **Paywall:** To check if IAP is available, you need to wrap your Paywall into a `WebviewContext` component ``` import { WebviewIntentProvider } from 'cozy-intent' <WebviewIntentProvider> <Paywall /> </WebviewIntentProvider> ``` * you must have
- Loading branch information