mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
🔖 :: Bump version
This commit is contained in:
+10
-3
@@ -8,17 +8,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
## [2.3.1] - 2022-10-05
|
||||
### Fixed
|
||||
- Fixed incorrect layout on `NotchGradientLoadingBar` when using "iPhone 11 Pro" and "iPhone 11 Pro Max" ([#029])
|
||||
|
||||
[#029]: https://github.com/fxm90/GradientLoadingBar/issues/29
|
||||
|
||||
## [2.3.0] - 2022-06-05
|
||||
### Added
|
||||
- Add `GradientLoadingBarView` to support SwiftUI
|
||||
|
||||
## [2.2.5] - 2022-27-03
|
||||
### Fixed
|
||||
- Fixed incorrect layout on `NotchGradientLoadingBar` when using iPhone 11
|
||||
- Fixed incorrect layout on `NotchGradientLoadingBar` when using "iPhone 11"
|
||||
|
||||
## [2.2.4] - 2022-16-03
|
||||
### Fixed
|
||||
- Fixed incorrect layout on `NotchGradientLoadingBar` when using iPhone XR
|
||||
- Fixed incorrect layout on `NotchGradientLoadingBar` when using "iPhone XR"
|
||||
|
||||
## [2.2.3] - 2021-29-12
|
||||
### Fixed
|
||||
@@ -172,7 +178,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
||||
- Initial release
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.0...main
|
||||
[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.1...main
|
||||
[2.3.0]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.0...2.3.1
|
||||
[2.3.0]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.5...2.3.0
|
||||
[2.2.5]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.4...2.2.5
|
||||
[2.2.4]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.3...2.2.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- GradientLoadingBar (2.3.0):
|
||||
- GradientLoadingBar (2.3.1):
|
||||
- LightweightObservable (~> 2.1)
|
||||
- LightweightObservable (2.2.0)
|
||||
- SnapshotTesting (1.9.0)
|
||||
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
GradientLoadingBar: dd3deb23941576142951da7e3a213f4b9eca0808
|
||||
GradientLoadingBar: 86d26001466ce8ad44262d9b83fb9cdf6d60623c
|
||||
LightweightObservable: a4fce3323002aa57234f3cf5524eecb144cc781f
|
||||
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
|
||||
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "GradientLoadingBar",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"summary": "A customizable animated gradient loading bar.",
|
||||
"description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW",
|
||||
"homepage": "https://github.com/fxm90/GradientLoadingBar",
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/fxm90/GradientLoadingBar.git",
|
||||
"tag": "2.3.0"
|
||||
"tag": "2.3.1"
|
||||
},
|
||||
"swift_versions": "5.5",
|
||||
"platforms": {
|
||||
|
||||
Generated
+2
-2
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- GradientLoadingBar (2.3.0):
|
||||
- GradientLoadingBar (2.3.1):
|
||||
- LightweightObservable (~> 2.1)
|
||||
- LightweightObservable (2.2.0)
|
||||
- SnapshotTesting (1.9.0)
|
||||
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
GradientLoadingBar: dd3deb23941576142951da7e3a213f4b9eca0808
|
||||
GradientLoadingBar: 86d26001466ce8ad44262d9b83fb9cdf6d60623c
|
||||
LightweightObservable: a4fce3323002aa57234f3cf5524eecb144cc781f
|
||||
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
|
||||
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.0</string>
|
||||
<string>2.3.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'GradientLoadingBar'
|
||||
s.version = '2.3.0'
|
||||
s.version = '2.3.1'
|
||||
s.summary = 'A customizable animated gradient loading bar.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
Reference in New Issue
Block a user