Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](3.0.1...4.0.0) (2022-06-10)

### Features

* update various dependencies ([#1172](#1172)) ([779dc0b](779dc0b))

### BREAKING CHANGES

* The Facebook Login SDK is upgraded to 13.x; this is a transitive dependency, so if you are directly calling the Facebook Login SDK in your app then this may be a braking change; this release of the Parse Android SDK adds a version range to the Facebook Login SDK dependency for correct gradle dependency resolving ([779dc0b](779dc0b))
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent 779dc0b commit 0a0eafd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.1...4.0.0) (2022-06-10)


### Features

* update various dependencies ([#1172](https://github.com/parse-community/Parse-SDK-Android/issues/1172)) ([779dc0b](https://github.com/parse-community/Parse-SDK-Android/commit/779dc0b9d635a2b14f142e7eb2788f938ccc6134))


### BREAKING CHANGES

* The Facebook Login SDK is upgraded to 13.x; this is a transitive dependency, so if you are directly calling the Facebook Login SDK in your app then this may be a braking change; this release of the Parse Android SDK adds a version range to the Facebook Login SDK dependency for correct gradle dependency resolving ([779dc0b](779dc0b))

## [3.0.1](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.0...3.0.1) (2022-05-26)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 3.0.1
version = 4.0.0
android.enableJetifier = true
android.useAndroidX = true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-sdk-android",
"version": "3.0.1",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"
Expand Down

0 comments on commit 0a0eafd

Please sign in to comment.