Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.3.3...v8.0.0) (2022-04-18)

### ⚠ BREAKING CHANGES

* **sdks:** this version uses new major versions of the underlying SDKs and has breaking changes:

- iOS mininum target now 11, alter your Podfile and in project.pbxproj as needed
- Xcode 13+ required going forward. Xcode 12 not supported
- Share dialog description and title were deprecated in v12,  removed now
- Client access token required: configure on Facebook console and in the app
- GMS AD_ID Android Permission added by native SDK by default, use AndroidManifest tools:remove if unwanted

Please note the Expo config plugin has not been updated yet to handle client access token, use v12 if you need Expo config plugins. Follow #228 for updates or post a PR if this is important to you. Thanks!

### Features

* **sdks:** Update to v13 of native SDKs ([#221](#221)) ([493a638](493a638))

### Bug Fixes

* **jest:** add LoginManager.logOut + AccessToken mocks ([#223](#223)) ([5ba05f3](5ba05f3))
  • Loading branch information
semantic-release-bot committed Apr 18, 2022
1 parent 493a638 commit caf9c0a
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": "7.3.3",
"version": "8.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 caf9c0a

Please sign in to comment.