Skip to content

Commit c2d4257

Browse files
authored
release(1.2.7): Version bump (#331)
* bump to 1.2.7 * bump to 1.2.7
1 parent a5db589 commit c2d4257

22 files changed

+358
-379
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
Any notable changes to this project will be documented in this file.
33

4+
## 1.2.7
5+
6+
### Fixes
7+
8+
#324 - iOS 14.2 keyWindow is always EKWindow
9+
#277 - EKContentView.panGestureRecognized(gr:) crash
10+
411
## 1.2.6
512

613
### Features

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Nimble (8.0.1)
33
- Quick (2.0.0)
44
- QuickLayout (3.0.0)
5-
- SwiftEntryKit (1.2.6):
5+
- SwiftEntryKit (1.2.7):
66
- QuickLayout (= 3.0.0)
77

88
DEPENDENCIES:
@@ -24,8 +24,8 @@ SPEC CHECKSUMS:
2424
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
2525
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
2626
QuickLayout: 07b45a72b10083fee3f095990cfed1c1e7b27f0a
27-
SwiftEntryKit: 96a2fa90b2631bbbfac50d18449e9ca3d0635f13
27+
SwiftEntryKit: 537c92699d6034efb1ef9c32b11e0b37c97aa589
2828

2929
PODFILE CHECKSUM: cfefcd17a3b135cb5b254a0b85e280fd33f2919e
3030

31-
COCOAPODS: 1.9.3
31+
COCOAPODS: 1.10.0

Example/Pods/Local Podspecs/SwiftEntryKit.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/Nimble/Nimble.debug.xcconfig

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

Example/Pods/Target Support Files/Nimble/Nimble.release.xcconfig

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

Example/Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo-frameworks.sh

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

Example/Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.debug.xcconfig

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

Example/Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.release.xcconfig

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

0 commit comments

Comments
 (0)