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

Commit

Permalink
Merge branch 'release-candidate' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Nov 6, 2017
2 parents 3fb2ea2 + c705375 commit c351175
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.0.1

This patch release includes minor fixes for bazel + kokoro continuous integration.

## Source changes

* [Replace framework import with relative import. (#27)](https://github.com/material-motion/motion-animator-objc/commit/f9fd0af201ef7ae01ebc11fb7d2950fcc9116b4e) (featherless)

# 2.0.0

This major release includes several new APIs, bug fixes, and internal cleanup.
Expand Down
2 changes: 1 addition & 1 deletion MotionAnimator.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MotionAnimator"
s.summary = "A Motion Animator creates performant, interruptible animations from motion specs."
s.version = "2.0.0"
s.version = "2.0.1"
s.authors = "The Material Motion Authors"
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-motion/motion-animator-objc"
Expand Down
2 changes: 1 addition & 1 deletion src/MDMMotionAnimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>

#import <MotionInterchange/MotionInterchange.h>
#import "MotionInterchange.h"

#import "MDMAnimatableKeyPaths.h"
#import "MDMCoreAnimationTraceable.h"
Expand Down
2 changes: 1 addition & 1 deletion src/private/CABasicAnimation+MotionAnimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

#import <MotionInterchange/MotionInterchange.h>
#import "MotionInterchange.h"

#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
Expand Down

0 comments on commit c351175

Please sign in to comment.