From 50a4e30da2f4ed07a88d36476e85271cd00854f5 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:22:47 +0100 Subject: [PATCH 1/4] docs: update PR template --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 491c653f5..a81d71b60 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ ### Issue Description -Related issue: #`FILL_THIS_OUT` +Closes: FILL_THIS_OUT ### Approach @@ -24,4 +24,3 @@ Related issue: #`FILL_THIS_OUT` - [ ] Add tests - [ ] Add changes to documentation (guides, repository pages, in-code descriptions) -- [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry) From 2756d057fecde9d16522cec7b93cb5c715261ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 21:18:08 +0100 Subject: [PATCH 2/4] refactor: Bump http-cache-semantics from 4.1.0 to 4.1.1 (#1185) --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1107b740..564631f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1215,6 +1215,12 @@ "lru-cache": "^6.0.0" } }, + "http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true + }, "http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -2422,11 +2428,6 @@ "lru-cache": "^7.5.1" } }, - "http-cache-semantics": { - "version": "4.1.0", - "bundled": true, - "dev": true - }, "http-proxy-agent": { "version": "5.0.0", "bundled": true, From 5ebd4437ff9554cf981b9437e593ed7e9deb3675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claude=20Joseph-Ang=C3=A9lique?= Date: Wed, 22 Feb 2023 19:21:35 +0100 Subject: [PATCH 3/4] feat: Add support for Facebook SDK 15.x (#1188) --- facebook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook/build.gradle b/facebook/build.gradle index 3278b602f..89ed422f8 100644 --- a/facebook/build.gradle +++ b/facebook/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - api "com.facebook.android:facebook-login:[13.2.0, 14.0[" + api "com.facebook.android:facebook-login:[13.2.0, 17.0.0[" implementation project(":parse") testImplementation "junit:junit:$rootProject.ext.junitVersion" From 2bf43513973277558a00e55ad96d0f5b33baeb5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Feb 2023 18:22:55 +0000 Subject: [PATCH 4/4] chore(release): 4.2.0 [skip ci] # [4.2.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.1.0...4.2.0) (2023-02-22) ### Features * Add support for Facebook SDK 15.x ([#1188](https://github.com/parse-community/Parse-SDK-Android/issues/1188)) ([5ebd443](https://github.com/parse-community/Parse-SDK-Android/commit/5ebd4437ff9554cf981b9437e593ed7e9deb3675)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e930e5bd2..916b4017f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.2.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.1.0...4.2.0) (2023-02-22) + + +### Features + +* Add support for Facebook SDK 15.x ([#1188](https://github.com/parse-community/Parse-SDK-Android/issues/1188)) ([5ebd443](https://github.com/parse-community/Parse-SDK-Android/commit/5ebd4437ff9554cf981b9437e593ed7e9deb3675)) + # [4.1.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.0.0...4.1.0) (2022-08-26) diff --git a/gradle.properties b/gradle.properties index 9c2037ee4..7903764c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 4.1.0 +version = 4.2.0 android.enableJetifier = true android.useAndroidX = true diff --git a/package-lock.json b/package-lock.json index 564631f0b..6c8b55e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-android", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 747748e70..a904e42cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-android", - "version": "4.1.0", + "version": "4.2.0", "repository": { "type": "git", "url": "git+https://github.com/parse-community/Parse-SDK-Android.git"