Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 8fc560e

Browse files
committed
Merge branch 'hotfix-2.0.4'
2 parents 14081da + bc9a377 commit 8fc560e

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
##### Breaking
44

55
##### Enhancements
6-
* Renamed the privateWasCapitalPrivate folders to private.
6+
7+
##### Bug Fixes
8+
9+
## 2.0.4
10+
11+
##### Breaking
12+
13+
##### Enhancements
14+
* Fixed the reference to the private folder of Typography in podspec.
715

816
##### Bug Fixes
917

@@ -12,6 +20,7 @@
1220
##### Breaking
1321

1422
##### Enhancements
23+
* Renamed the privateWasCapitalPrivate folders to private.
1524

1625
##### Bug Fixes
1726

MaterialComponents.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialComponents"
3-
s.version = "2.0.3"
3+
s.version = "2.0.4"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"
@@ -118,7 +118,7 @@ Pod::Spec.new do |s|
118118

119119
s.subspec 'Typography' do |ss|
120120
ss.public_header_files = 'components/Typography/src/*.h'
121-
ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/Private/*.{h,m}'
121+
ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/private/*.{h,m}'
122122
ss.header_mappings_dir = 'components/Typography/src/*'
123123
ss.framework = 'CoreText'
124124

MaterialComponentsCatalog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialComponentsCatalog"
3-
s.version = "2.0.3"
3+
s.version = "2.0.4"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

MaterialComponentsUnitTests.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialComponentsUnitTests"
3-
s.version = "2.0.3"
3+
s.version = "2.0.4"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

0 commit comments

Comments
 (0)