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

Commit 35a217e

Browse files
author
Jeff Verkoeyen
committed
Merge branch 'release-candidate' into develop
2 parents 0691447 + fcff28d commit 35a217e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 8.0.0
2+
3+
This major release drops official support for iOS 9 and bazel.
4+
15
# 7.0.1
26

37
This patch release fixes a bug on iOS 13 where the presented view controller would not be added to

MotionTransitioning.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MotionTransitioning"
33
s.summary = "Light-weight API for building UIViewController transitions."
4-
s.version = "7.0.1"
4+
s.version = "8.0.0"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/transitioning-objc"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.5.2)
3-
- MotionTransitioning (7.0.1)
3+
- MotionTransitioning (8.0.0)
44

55
DEPENDENCIES:
66
- CatalogByConvention
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
CatalogByConvention: ef713654160053be026fa4648dd28caf6b5ca4e1
19-
MotionTransitioning: 6b05ac8a586879890466edb213b54ae87fadd70f
19+
MotionTransitioning: c54913ff269a0d93291bb113612c2da325f45f74
2020

2121
PODFILE CHECKSUM: d209f6834e4d16c2a6eca09a6ddcde7e50331cda
2222

0 commit comments

Comments
 (0)