From ef7621da7ba71ed13a6e7e96afd0247b3372c735 Mon Sep 17 00:00:00 2001 From: Christoph Wendt Date: Wed, 29 May 2019 18:33:39 +0200 Subject: [PATCH 1/3] chore: use stable Capable version --- Example/Podfile.lock | 8 ++++---- SheetyColors.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 2c5c077..8b21fc7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Capable/Colors (0.9.0) + - Capable/Colors (1.0.0) - Nimble (8.0.1) - Quick (2.0.0) - SheetyColors (0.3.0): - - Capable/Colors (~> 0.9.0) + - Capable/Colors (~> 1.0.0) - SnapshotTesting (1.5.0) DEPENDENCIES: @@ -24,10 +24,10 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - Capable: 3f2cbbd61326df7304ff97ca4b954c2de2e3ff43 + Capable: 9305f13c6170488bcbe37f9a34d3590f47068c46 Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0 Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d - SheetyColors: 635021ca45c08654941011c4be840460fcb9a0ff + SheetyColors: b8085c57d253c5fb558346d05e7473d70eebf45c SnapshotTesting: 9ca1d80f6322509a035856170c11d0571b1f7171 PODFILE CHECKSUM: 9b39eb683f19af0f28a510f2ff148ddd0ce5f2a5 diff --git a/SheetyColors.podspec b/SheetyColors.podspec index 3a0c829..8d17a19 100644 --- a/SheetyColors.podspec +++ b/SheetyColors.podspec @@ -15,7 +15,7 @@ The SheetyColors color picker is based on UIKit's UIAlertController. Therefore, s.social_media_url = 'https://twitter.com/chr_wendt' s.ios.deployment_target = '11.0' - s.dependency 'Capable/Colors', '~> 0.9.0' + s.dependency 'Capable/Colors', '~> 1.0.0' s.source_files = 'SheetyColors/Classes/**/*.{swift}' s.resources = 'SheetyColors/Classes/**/*.xcassets' From de3a68bbaa40810f36805ebd2e2ad5090f4248f2 Mon Sep 17 00:00:00 2001 From: Christoph Wendt Date: Wed, 29 May 2019 18:35:00 +0200 Subject: [PATCH 2/3] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ebfd3..f13ee7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.3.1 +### Enhancements +* Use stable Capable/Colors version 1.0.0 + ## Version 0.3.0 ### Features * Grayscale support From f61c55e597cbca212ae796439bbe33d54fd1567d Mon Sep 17 00:00:00 2001 From: Christoph Wendt Date: Wed, 29 May 2019 18:35:53 +0200 Subject: [PATCH 3/3] docs: bump version name -> 0.3.1 --- SheetyColors.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheetyColors.podspec b/SheetyColors.podspec index 8d17a19..998453a 100644 --- a/SheetyColors.podspec +++ b/SheetyColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SheetyColors' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'An action sheet styled color picker for iOS.' s.description = <<-DESC