Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit deb87ba

Browse files
committed
version bump to 1.2.0
1 parent 965cc5c commit deb87ba

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.0
2+
3+
* Added API: isLargeForContrastRatio: so that medium can be considered large at 14pt size.
4+
15
# 1.1.3
26

37
* Corrected import paths again because `pod lib lint --use-libraries` passes.

MDFRobotoFontLoader.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 = "MDFRobotoFontLoader"
33
s.summary = "MDFRobotoFontLoader"
4-
s.version = "1.1.3"
4+
s.version = "1.2.0"
55
s.authors = "The Material Foundation Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-foundation/material-roboto-font-loader-ios"

examples/apps/RobotoFontLoaderExample/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ PODS:
22
- CatalogByConvention (2.0.0)
33
- MaterialComponents/Typography (19.0.4)
44
- MDFFontDiskLoader (1.0.0)
5-
- MDFRobotoFontLoader (1.1.3):
6-
- MDFRobotoFontLoader/RobotoFontLoader (= 1.1.3)
7-
- MDFRobotoFontLoader/MDCTypographyAdditions (1.1.3):
5+
- MDFRobotoFontLoader (1.2.0):
6+
- MDFRobotoFontLoader/RobotoFontLoader (= 1.2.0)
7+
- MDFRobotoFontLoader/MDCTypographyAdditions (1.2.0):
88
- MaterialComponents/Typography
99
- MDFRobotoFontLoader/RobotoFontLoader
10-
- MDFRobotoFontLoader/RobotoFontLoader (1.1.3):
10+
- MDFRobotoFontLoader/RobotoFontLoader (1.2.0):
1111
- MDFFontDiskLoader
1212

1313
DEPENDENCIES:
@@ -23,7 +23,7 @@ SPEC CHECKSUMS:
2323
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
2424
MaterialComponents: bd2bbd4e8631c6a560100848c7d2a864e61b6716
2525
MDFFontDiskLoader: 95d6c92c644f24897dee5a860973b0da4d9a1ce4
26-
MDFRobotoFontLoader: 8cdf07e27a0b405fbbcbcf0d163e5043ff290e6e
26+
MDFRobotoFontLoader: 3d754aff801203a59bea1e965518d74e63a32e0e
2727

2828
PODFILE CHECKSUM: 97c787a870cd8a25dc21de6af6e774b386b1683d
2929

0 commit comments

Comments
 (0)