Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ brew install gitleaks
brew install swiftlint
# or `brew reinstall swiftlint` to get updates if old version installed

# For SwiftFormat (at least 0.52.4)
# For SwiftFormat (at least 0.56.2)
brew install swiftformat
# or `brew reinstall swiftformat` to get updates if old version installed

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [Tool] Update `SwiftFormat` Swift Package from v0.56.2 to v0.56.4
- Optional accessibility identifiers for items of radio picker and checkbox picker components
- Update the names and the order of the divider colors (Orange-OpenSource/ouds-ios#712)
- In low power mode, stop animations of loading button (Orange-OpenSource/ouds-ios#661)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
// Linter for Swift code
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.59.1"),
// Formatter for Swift code
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.2"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.4"),
],

// MARK: - Targets
Expand Down