Skip to content

Commit 61cffb6

Browse files
Feat/jan 14 2025 version bumps (maplibre#68)
* Version bumps for dependencies * Version bumps for dependencies * Update CHANGELOG.md Co-authored-by: Ian Wagner <[email protected]> --------- Co-authored-by: Ian Wagner <[email protected]>
1 parent 03d5c27 commit 61cffb6

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Version 0.6.0 - 2025-01-14
9+
10+
- Potentially BREAKING: Upgrades Mockable to 0.2.0. If you're using mockable in your project, this may require you to upgrade there as well.
11+
812
## Version 0.5.0 - 2025-01-09
913

1014
### Added

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.8.1"),
24+
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.10.0"),
2525
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.5"),
2626
// Testing
27-
.package(url: "https://github.com/Kolos65/Mockable.git", exact: "0.0.10"),
28-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.2"),
27+
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.2.0"),
28+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"),
2929
],
3030
targets: [
3131
.target(
@@ -68,7 +68,7 @@ let package = Package(
6868
name: "MapLibreSwiftUITests",
6969
dependencies: [
7070
"MapLibreSwiftUI",
71-
.product(name: "MockableTest", package: "Mockable"),
71+
.product(name: "Mockable", package: "Mockable"),
7272
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
7373
]
7474
),

Tests/MapLibreSwiftUITests/MapView/MapViewGestureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import MapLibre
2-
import MockableTest
2+
import Mockable
33
import XCTest
44
@testable import MapLibreSwiftUI
55

Tests/MapLibreSwiftUITests/MapViewCoordinator/MapViewCoordinatorCameraTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import CoreLocation
2-
import MockableTest
2+
import Mockable
33
import XCTest
44
@testable import MapLibreSwiftUI
55

0 commit comments

Comments
 (0)