mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore: bump up Lakr233/MarkdownView version to from: "3.6.2" (#14342)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Lakr233/MarkdownView](https://redirect.github.com/Lakr233/MarkdownView) | minor | `from: "3.4.7"` → `from: "3.6.2"` | --- ### Release Notes <details> <summary>Lakr233/MarkdownView (Lakr233/MarkdownView)</summary> ### [`v3.6.2`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.6.1...3.6.2) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.6.1...3.6.2) ### [`v3.6.1`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.6.0...3.6.1) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.6.0...3.6.1) ### [`v3.6.0`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.6...3.6.0) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.6...3.6.0) ### [`v3.5.6`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.2...3.5.6) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.2...3.5.6) ### [`v3.5.2`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.1...3.5.2) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.1...3.5.2) ### [`v3.5.1`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.0...3.5.1) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.5.0...3.5.1) ### [`v3.5.0`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.4.9...3.5.0) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.4.9...3.5.0) ### [`v3.4.9`](https://redirect.github.com/Lakr233/MarkdownView/releases/tag/3.4.9) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.4.8...3.4.9) #### Changes since 3.4.7 - Add multi-platform support and SwiftUI integration - Refactor Example app and remove legacy UIKit code - Improve dynamic color handling for dark mode support - Fix canImport order to check UIKit before AppKit ### [`v3.4.8`](https://redirect.github.com/Lakr233/MarkdownView/compare/3.4.7...3.4.8) [Compare Source](https://redirect.github.com/Lakr233/MarkdownView/compare/3.4.7...3.4.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ let package = Package(
|
||||
.package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"),
|
||||
.package(url: "https://github.com/Recouse/EventSource.git", from: "0.1.5"),
|
||||
.package(url: "https://github.com/Lakr233/ListViewKit.git", from: "1.1.8"),
|
||||
.package(url: "https://github.com/Lakr233/MarkdownView.git", from: "3.4.7"),
|
||||
.package(url: "https://github.com/Lakr233/MarkdownView.git", from: "3.6.2"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "Intelligents", dependencies: [
|
||||
|
||||
Reference in New Issue
Block a user