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

Commit 2cafc9e

Browse files
author
featherless
committed
Merge branch 'release-candidate' into develop
2 parents 953f750 + a70830b commit 2cafc9e

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module: MotionAnimator
2-
module_version: 3.0.0
2+
module_version: 4.0.0
33
sdk: iphonesimulator
44
umbrella_header: src/MotionAnimator.h
55
objc: true
66
github_url: https://github.com/material-motion/motion-animator-objc
7-
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v3.0.0
7+
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v4.0.0

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 4.0.0
2+
3+
This major release drops official support for iOS 8 and fixes a static analyzer warning.
4+
5+
## Source changes
6+
7+
* [Resolve a static analyzer warning. (#124)](https://github.com/material-motion/motion-animator-objc/commit/0dce7f8c521e321cb904e9fbe3dc5880e623d6d8) (featherless)
8+
9+
## Non-source changes
10+
11+
* [Ran pod install with latest cocoapods. (#123)](https://github.com/material-motion/motion-animator-objc/commit/953f7505cc85d66dcd88c4c306765d22ea73c230) (featherless)
12+
* [Drop support for iOS 8 (#122)](https://github.com/material-motion/motion-animator-objc/commit/ecb75418b8d86cc34041a675c89abc12ad4e509a) (featherless)
13+
114
# 3.0.0
215

316
This major release upgrades the bazel dependencies and workspace. This change is breaking for anyone

MotionAnimator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MotionAnimator"
33
s.summary = "A Motion Animator creates performant, interruptible animations from motion specs."
4-
s.version = "3.0.0"
4+
s.version = "4.0.0"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/motion-animator-objc"
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.public_header_files = "src/*.h"
1313
s.source_files = "src/*.{h,m,mm}", "src/private/*.{h,m,mm}"
1414

15-
s.dependency "MotionInterchange", "~> 2.0"
15+
s.dependency "MotionInterchange", "~> 3.0"
1616
end

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- CatalogByConvention (2.5.1)
3-
- MotionAnimator (3.0.0):
4-
- MotionInterchange (~> 2.0)
5-
- MotionInterchange (2.0.0)
3+
- MotionAnimator (4.0.0):
4+
- MotionInterchange (~> 3.0)
5+
- MotionInterchange (3.0.0)
66

77
DEPENDENCIES:
88
- CatalogByConvention
@@ -19,8 +19,8 @@ EXTERNAL SOURCES:
1919

2020
SPEC CHECKSUMS:
2121
CatalogByConvention: 2b58a9b64e5b1049abb5d3f8e764a551bbe843a7
22-
MotionAnimator: 09a4de79182ef05a2476b304271e1ef6a5a3b022
23-
MotionInterchange: 5b7325142e4af884278bab7adcd264976a8c0593
22+
MotionAnimator: 3a22c094f2a9c21c98cee9e69b6407d1e1fff654
23+
MotionInterchange: 13adae439b377e31d1674cc165539d50e1d1566a
2424

2525
PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3
2626

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ git_repository(
5050
git_repository(
5151
name = "motion_interchange_objc",
5252
remote = "https://github.com/material-motion/motion-interchange-objc.git",
53-
commit = "v2.0.0",
53+
commit = "v3.0.0",
5454
)
5555

5656
http_file(

0 commit comments

Comments
 (0)