Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 375c313

Browse files
authored
[ios] Release 5.3.0-alpha.1 (#15279)
* [ios] Bumped podspecs * Update platform/ios/CHANGELOG.md
1 parent 2873547 commit 375c313

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

platform/ios/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
44

5-
## master
5+
## 5.3.0
66

77
### Styles and rendering
88

99
* Fixed flickering on style change for the same tile set. ([#15127](https://github.com/mapbox/mapbox-gl-native/pull/15127))
1010

1111
### Other changes
1212

13-
* `MGLLoggingLevel` has been updated for better matching core log levels. Now can use `[MGLLoggingConfiguration sharedConfiguration].loggingLevel` to filter logs from core . [#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120)
13+
* `MGLLoggingLevel` has been updated to better match core log levels. You can now use `MGLLoggingConfiguration.loggingLevel` to filter logs from core. [#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120)
1414

1515
## 4.11.2 - July 30, 2019
1616

platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0'
3+
version = '5.3.0-alpha.1'
44

55
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
66
m.version = "#{version}-snapshot"

platform/ios/Mapbox-iOS-SDK-stripped.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0'
3+
version = '5.3.0-alpha.1'
44

55
m.name = 'Mapbox-iOS-SDK-stripped'
66
m.version = "#{version}-stripped"

platform/ios/Mapbox-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0'
3+
version = '5.3.0-alpha.1'
44

55
m.name = 'Mapbox-iOS-SDK'
66
m.version = version

0 commit comments

Comments
 (0)