Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [13.0.0](v12.2.0...v13.0.0) (2024-04-10)

### ⚠ BREAKING CHANGES

* **android:** upstream notes are vague, but they say:
"More use case for Integrity is supported. Apps violating
Meta’s Policy will no longer be allowed to send Traffic"
* **deps:** cocopaods >= 1.12 is required for privacy manifests
* **ios:** upstream login / limited login functionality changed,
https://developers.facebook.com/blog/post/2024/03/28/changes-made-to-fb-login-sdk/
instructs how to adapt. Most likely you will want to switch to
the relatively new "Limited Login" functionality.

### Features

* **android:** adopt facebook-android-sdk 17.0.0 ([c9cf51e](c9cf51e))
* **ios:** adopt facebook-ios-sdk version 17.0.0 ([aa1d081](aa1d081))

### Build System

* **deps:** minimum cocoapods version increased to 1.12.0 ([54eeffe](54eeffe))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 2cb811e commit 9e4ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fbsdk-next",
"version": "12.2.0",
"version": "13.0.0",
"description": "Facebook SDK support for React Native apps.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 9e4ac83

Please sign in to comment.