From 735beda692745148e3398a817d028cc038b73c75 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Mon, 2 Sep 2019 11:22:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20::=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- Example/Podfile.lock | 4 ++-- .../Pods/Local Podspecs/GradientLoadingBar.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 4 ++-- .../GradientLoadingBar/GradientLoadingBar-Info.plist | 2 +- GradientLoadingBar.podspec | 2 +- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eba530..6d048a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [2.0.0] - 2019-02-09 +### Changed + - Splitted framework into two classes: + - **GradientLoadingBar**: A controller, managing the visibility of the `GradientActivityIndicatorView` on the current key window. + - **GradientActivityIndicatorView**: A `UIView` containing the gradient with the animation, with support for Interface Builder. + ## [1.1.17] - 2019-30-06 ### Changed - Extract observable implementation into a framework (`LightweightObservable`) and added it as dependency. @@ -106,7 +112,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/1.1.17...master +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.0...master +[1.1.17]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.17...2.0.0 [1.1.17]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.16...1.1.17 [1.1.16]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.15...1.1.16 [1.1.15]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.14...1.1.15 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index d63e679..c59452b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (1.1.17): + - GradientLoadingBar (2.0.0): - LightweightObservable (~> 1.0) - LightweightObservable (1.0.2) - SwiftFormat/CLI (0.40.11) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - GradientLoadingBar: 32715d35fe4b72f8142876610dec2c651ab47775 + GradientLoadingBar: b46dffa5b505dd0b20ec65b80d178da600d815bb LightweightObservable: c79535332c3f94b38b6b39301824fc5e6e688265 SwiftFormat: 304f39cab266d39c9d60f4fceec37ed6f43b931c SwiftLint: 79d48a17c6565dc286c37efb8322c7b450f95c67 diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json index acd72bd..1a1906f 100644 --- a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json +++ b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json @@ -1,6 +1,6 @@ { "name": "GradientLoadingBar", - "version": "1.1.17", + "version": "2.0.0", "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": "1.1.17" + "tag": "2.0.0" }, "social_media_url": "https://twitter.com/_fxm90", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index d63e679..c59452b 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (1.1.17): + - GradientLoadingBar (2.0.0): - LightweightObservable (~> 1.0) - LightweightObservable (1.0.2) - SwiftFormat/CLI (0.40.11) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - GradientLoadingBar: 32715d35fe4b72f8142876610dec2c651ab47775 + GradientLoadingBar: b46dffa5b505dd0b20ec65b80d178da600d815bb LightweightObservable: c79535332c3f94b38b6b39301824fc5e6e688265 SwiftFormat: 304f39cab266d39c9d60f4fceec37ed6f43b931c SwiftLint: 79d48a17c6565dc286c37efb8322c7b450f95c67 diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist index 7e68543..0a12077 100644 --- a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist +++ b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.17 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index 733b14f..a17f83f 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '1.1.17' + s.version = '2.0.0' s.summary = 'A customizable animated gradient loading bar.' # This description is used to generate tags and improve search results.