Skip to content

Commit

Permalink
Bump github.com/tevelee/swiftui-flow from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [github.com/tevelee/swiftui-flow](https://github.com/tevelee/SwiftUI-Flow) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tevelee/SwiftUI-Flow/releases)
- [Commits](tevelee/SwiftUI-Flow@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: github.com/tevelee/swiftui-flow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 4bcfdcd commit c1ab2c2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"object": {
"pins": [
{
"package": "DeclarationAccessibility",
"repositoryURL": "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git",
"state": {
"branch": null,
"revision": "f438a7176f133728735d09889ea7a60ea99ca6c1",
"version": "1.0.0"
}
},
{
"package": "BottomSheet",
"repositoryURL": "https://github.com/lucaszischka/BottomSheet",
Expand All @@ -9,6 +18,24 @@
"revision": "4c9ef84552712e0117c37d4893270fdc28fb9288",
"version": "3.1.0"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version": "1.3.0"
}
},
{
"package": "Flow",
"repositoryURL": "https://github.com/tevelee/SwiftUI-Flow",
"state": {
"branch": null,
"revision": "d592b610a92869b74ede8ee4c0435a29219be9d8",
"version": "1.2.0"
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.1.0")),
.package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.2.0")),
.package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.0")),
.package(url: "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", .exact("1.0.0"))
],
Expand Down

0 comments on commit c1ab2c2

Please sign in to comment.