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.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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Mar 18, 2024
1 parent 4080788 commit e3b9f10
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 @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"state" : {
"revision" : "e057a3cda6aabfa94eda0f604518f76c5efe8ca1",
"version" : "3.0.0"
"revision" : "3333a1200c702fa8aad0227018ac6d4c2e927b67",
"version" : "3.0.1"
}
}
],
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.0"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.1"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.0.0"),
]
)
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 @@ -345,9 +345,9 @@
"name": "swiftpkg_sdwebimageswiftui",
"identity": "sdwebimageswiftui",
"remote": {
"commit": "e057a3cda6aabfa94eda0f604518f76c5efe8ca1",
"commit": "3333a1200c702fa8aad0227018ac6d4c2e927b67",
"remote": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"version": "3.0.0"
"version": "3.0.1"
}
}
]
Expand Down

0 comments on commit e3b9f10

Please sign in to comment.