Skip to content

Commit

Permalink
Merge branch 'hotfix-2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli committed Mar 18, 2016
2 parents 14081da + bc9a377 commit 8fc560e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
##### Breaking

##### Enhancements
* Renamed the privateWasCapitalPrivate folders to private.

##### Bug Fixes

## 2.0.4

##### Breaking

##### Enhancements
* Fixed the reference to the private folder of Typography in podspec.

##### Bug Fixes

Expand All @@ -12,6 +20,7 @@
##### Breaking

##### Enhancements
* Renamed the privateWasCapitalPrivate folders to private.

##### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions MaterialComponents.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialComponents"
s.version = "2.0.3"
s.version = "2.0.4"
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
s.homepage = "https://github.com/google/material-components-ios"
Expand Down Expand Up @@ -118,7 +118,7 @@ Pod::Spec.new do |s|

s.subspec 'Typography' do |ss|
ss.public_header_files = 'components/Typography/src/*.h'
ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/Private/*.{h,m}'
ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/private/*.{h,m}'
ss.header_mappings_dir = 'components/Typography/src/*'
ss.framework = 'CoreText'

Expand Down
2 changes: 1 addition & 1 deletion MaterialComponentsCatalog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialComponentsCatalog"
s.version = "2.0.3"
s.version = "2.0.4"
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
s.homepage = "https://github.com/google/material-components-ios"
Expand Down
2 changes: 1 addition & 1 deletion MaterialComponentsUnitTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialComponentsUnitTests"
s.version = "2.0.3"
s.version = "2.0.4"
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
s.homepage = "https://github.com/google/material-components-ios"
Expand Down

0 comments on commit 8fc560e

Please sign in to comment.