Skip to content

Commit e3b9f10

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.0.1" (#966)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SDWebImage/SDWebImageSwiftUI](https://togithub.com/SDWebImage/SDWebImageSwiftUI) | patch | `from: "3.0.0"` -> `from: "3.0.1"` | --- ### Release Notes <details> <summary>SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI)</summary> ### [`v3.0.1`](https://togithub.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#301---2024-03-18) [Compare Source](https://togithub.com/SDWebImage/SDWebImageSwiftUI/compare/3.0.0...3.0.1) - Fix the issue for WebImage/AnimatedImage when url is nil will not cause the reloading [#&#8203;304](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/304) </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 4080788 commit e3b9f10

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.package(path: "../third_party/another_package_with_resources"),
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
11-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.0"),
11+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.1"),
1212
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.0.0"),
1313
]
1414
)

examples/resources_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@
345345
"name": "swiftpkg_sdwebimageswiftui",
346346
"identity": "sdwebimageswiftui",
347347
"remote": {
348-
"commit": "e057a3cda6aabfa94eda0f604518f76c5efe8ca1",
348+
"commit": "3333a1200c702fa8aad0227018ac6d4c2e927b67",
349349
"remote": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
350-
"version": "3.0.0"
350+
"version": "3.0.1"
351351
}
352352
}
353353
]

0 commit comments

Comments
 (0)