Skip to content

Commit

Permalink
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: …
Browse files Browse the repository at this point in the history
…"3.0.2" (#986)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[SDWebImage/SDWebImageSwiftUI](https://github.com/SDWebImage/SDWebImageSwiftUI)
| patch | `from: "3.0.1"` -> `from: "3.0.2"` |

---

### Release Notes

<details>
<summary>SDWebImage/SDWebImageSwiftUI
(SDWebImage/SDWebImageSwiftUI)</summary>

###
[`v3.0.2`](https://github.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#302---2024-03-27)

[Compare
Source](https://github.com/SDWebImage/SDWebImageSwiftUI/compare/3.0.1...3.0.2)

- Fix the assert crash then when using Data/Name in AnimatedImage
[#&#8203;309](https://github.com/SDWebImage/SDWebImageSwiftUI/issues/309)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot committed Mar 28, 2024
1 parent e5659ea commit 62e7d6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/resources_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"state" : {
"revision" : "3333a1200c702fa8aad0227018ac6d4c2e927b67",
"version" : "3.0.1"
"revision" : "22423b017b99ab8ac44e29e6372f571f782af6e4",
"version" : "3.0.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/resources_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.package(path: "../third_party/another_package_with_resources"),
.package(path: "../third_party/app_lovin_sdk"),
.package(path: "../third_party/package_with_resources"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.1"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.2"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.0.0"),
.package(
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",
Expand Down
4 changes: 2 additions & 2 deletions examples/resources_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@
"name": "swiftpkg_sdwebimageswiftui",
"identity": "sdwebimageswiftui",
"remote": {
"commit": "3333a1200c702fa8aad0227018ac6d4c2e927b67",
"commit": "22423b017b99ab8ac44e29e6372f571f782af6e4",
"remote": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"version": "3.0.1"
"version": "3.0.2"
}
}
]
Expand Down

0 comments on commit 62e7d6e

Please sign in to comment.