From 51170612999194997e160654411ac87bb61d4764 Mon Sep 17 00:00:00 2001 From: Galia Kaufman Date: Wed, 13 May 2020 15:59:21 -0400 Subject: [PATCH 1/4] Automatic changelog preparation for release. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b46b53d538c..16758133040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# #develop# + +Replace this text with a summarized description of this release's contents. +## Breaking changes + +Replace this explanations for how to resolve the breaking changes. +## New deprecations + +Replace this text with links to deprecation guides. +## New features + +Replace this text with example code for each new feature. +## API changes + +## Component changes + +--- + # 109.3.0 This minor release includes API improvements to ProgressView, SnackBars and TextFields, as well as tests and bug fixes for ActionSheet, AppBar, BottomAppBar, BottomSheet, Collections, Dialogs, FlexibleHeader and Tabs. From 85feb7896b37c0a93b8c5b5dbcde72403b379dee Mon Sep 17 00:00:00 2001 From: Galia Kaufman Date: Wed, 13 May 2020 09:42:48 -0700 Subject: [PATCH 2/4] [Tabs] Update podspec to include new folders. PiperOrigin-RevId: 311346479 --- MaterialComponents.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MaterialComponents.podspec b/MaterialComponents.podspec index 61341cb484d..b05e065e272 100644 --- a/MaterialComponents.podspec +++ b/MaterialComponents.podspec @@ -1453,7 +1453,9 @@ Pod::Spec.new do |mdc| component.public_header_files = "components/#{component.base_name}/src/*.h" component.source_files = [ "components/#{component.base_name}/src/*.{h,m}", - "components/#{component.base_name}/src/private/*.{h,m}" + "components/#{component.base_name}/src/private/*.{h,m}", + "components/#{component.base_name}/src/ExtendedAlignment/*.{h,m}", + "components/#{component.base_name}/src/SizeClassDelegate/*.{h,m}" ] component.resources = [ "components/#{component.base_name}/src/Material#{component.base_name}.bundle" From fbd3f81309b46b9d8e0a6a9dd03e4b63c7794f27 Mon Sep 17 00:00:00 2001 From: Galia Kaufman Date: Wed, 13 May 2020 16:20:43 -0400 Subject: [PATCH 3/4] Hand-modified CHANGELOG.md API diff. --- CHANGELOG.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16758133040..e34087f6e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,6 @@ -# #develop# +# 109.3.1 -Replace this text with a summarized description of this release's contents. -## Breaking changes - -Replace this explanations for how to resolve the breaking changes. -## New deprecations - -Replace this text with links to deprecation guides. -## New features - -Replace this text with example code for each new feature. -## API changes - -## Component changes +This hotfix patch release fixes the podspec. Updating the podpsec with new folders that were added in the previous release. --- From 27927ce42748c7afb3ac270b6d6ec64d1c50d3bc Mon Sep 17 00:00:00 2001 From: Galia Kaufman Date: Wed, 13 May 2020 16:22:02 -0400 Subject: [PATCH 4/4] Bumped version number to 109.3.1. --- MaterialComponents.podspec | 2 +- MaterialComponentsBeta.podspec | 2 +- MaterialComponentsEarlGreyTests.podspec | 2 +- MaterialComponentsExamples.podspec | 2 +- MaterialComponentsSnapshotTests.podspec | 2 +- VERSION | 2 +- catalog/MDCCatalog/Info.plist | 4 ++-- catalog/MDCDragons/Info.plist | 4 ++-- catalog/MaterialCatalog/MaterialCatalog.podspec | 2 +- components/LibraryInfo/src/MDCLibraryInfo.m | 2 +- components/LibraryInfo/tests/unit/LibraryInfoTests.m | 2 +- demos/supplemental/RemoteImageServiceForMDCDemos.podspec | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MaterialComponents.podspec b/MaterialComponents.podspec index b05e065e272..b485a22c2f7 100644 --- a/MaterialComponents.podspec +++ b/MaterialComponents.podspec @@ -2,7 +2,7 @@ load 'scripts/generated/icons.rb' Pod::Spec.new do |mdc| mdc.name = "MaterialComponents" - mdc.version = "109.3.0" + mdc.version = "109.3.1" mdc.authors = "The Material Components authors." mdc.summary = "A collection of stand-alone production-ready UI libraries focused on design details." mdc.homepage = "https://github.com/material-components/material-components-ios" diff --git a/MaterialComponentsBeta.podspec b/MaterialComponentsBeta.podspec index 575396a38b5..716372a5b8a 100644 --- a/MaterialComponentsBeta.podspec +++ b/MaterialComponentsBeta.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |mdc| mdc.name = "MaterialComponentsBeta" - mdc.version = "109.3.0" + mdc.version = "109.3.1" mdc.authors = "The Material Components authors." mdc.summary = "A collection of stand-alone alpha UI libraries that are not yet guaranteed to be ready for general production use. Use with caution." mdc.homepage = "https://github.com/material-components/material-components-ios" diff --git a/MaterialComponentsEarlGreyTests.podspec b/MaterialComponentsEarlGreyTests.podspec index 2c7b7f6f2a5..8e3183f8440 100644 --- a/MaterialComponentsEarlGreyTests.podspec +++ b/MaterialComponentsEarlGreyTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialComponentsEarlGreyTests" - s.version = "109.3.0" + s.version = "109.3.1" s.authors = "The Material Components authors." s.summary = "This spec is an aggregate of all the Material Components EarlGrey tests." s.description = "This spec is made for use in the MDC Catalog." diff --git a/MaterialComponentsExamples.podspec b/MaterialComponentsExamples.podspec index 5063fbcac88..505bde44ea8 100644 --- a/MaterialComponentsExamples.podspec +++ b/MaterialComponentsExamples.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialComponentsExamples" - s.version = "109.3.0" + s.version = "109.3.1" s.authors = "The Material Components authors." s.summary = "This spec is an aggregate of all the Material Components examples." s.description = "This spec is made for use in the MDC Catalog. Used in conjunction with CatalogByConvention we create our Material Catalog." diff --git a/MaterialComponentsSnapshotTests.podspec b/MaterialComponentsSnapshotTests.podspec index 2275a6ebb3c..fef8f393c4a 100644 --- a/MaterialComponentsSnapshotTests.podspec +++ b/MaterialComponentsSnapshotTests.podspec @@ -53,7 +53,7 @@ end Pod::Spec.new do |s| s.name = "MaterialComponentsSnapshotTests" - s.version = "109.3.0" + s.version = "109.3.1" s.authors = "The Material Components authors." s.summary = "This spec is an aggregate of all the Material Components snapshot tests." s.homepage = "https://github.com/material-components/material-components-ios" diff --git a/VERSION b/VERSION index 6b2693394f1..d62ef9f89eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -109.3.0 +109.3.1 diff --git a/catalog/MDCCatalog/Info.plist b/catalog/MDCCatalog/Info.plist index 3d066bc2274..a2e5a3c875b 100644 --- a/catalog/MDCCatalog/Info.plist +++ b/catalog/MDCCatalog/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 109.3.0 + 109.3.1 CFBundleSignature ???? CFBundleVersion - 109.3.0 + 109.3.1 LSRequiresIPhoneOS UIAppFonts diff --git a/catalog/MDCDragons/Info.plist b/catalog/MDCDragons/Info.plist index 7464602519f..5db388341f2 100644 --- a/catalog/MDCDragons/Info.plist +++ b/catalog/MDCDragons/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 109.3.0 + 109.3.1 CFBundleVersion - 109.3.0 + 109.3.1 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/catalog/MaterialCatalog/MaterialCatalog.podspec b/catalog/MaterialCatalog/MaterialCatalog.podspec index 91977c8d990..5e6f7fc3bbc 100644 --- a/catalog/MaterialCatalog/MaterialCatalog.podspec +++ b/catalog/MaterialCatalog/MaterialCatalog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialCatalog" - s.version = "109.3.0" + s.version = "109.3.1" s.summary = "Helper Objective-C classes for the MDC catalog." s.description = "This spec is made for use in the MDC Catalog." s.homepage = "https://github.com/material-components/material-components-ios" diff --git a/components/LibraryInfo/src/MDCLibraryInfo.m b/components/LibraryInfo/src/MDCLibraryInfo.m index 18ee43e8f38..010c609e08b 100644 --- a/components/LibraryInfo/src/MDCLibraryInfo.m +++ b/components/LibraryInfo/src/MDCLibraryInfo.m @@ -19,7 +19,7 @@ // This string is updated automatically as a part of the release process and should not be edited // manually. Do not rename this constant or change the formatting without updating the release // scripts. -static NSString const *MDCLibraryInfoVersionString = @"109.3.0"; +static NSString const *MDCLibraryInfoVersionString = @"109.3.1"; @implementation MDCLibraryInfo diff --git a/components/LibraryInfo/tests/unit/LibraryInfoTests.m b/components/LibraryInfo/tests/unit/LibraryInfoTests.m index 30d9552253f..e8da593299b 100644 --- a/components/LibraryInfo/tests/unit/LibraryInfoTests.m +++ b/components/LibraryInfo/tests/unit/LibraryInfoTests.m @@ -26,7 +26,7 @@ - (void)testVersionFormat { // Given // This regex pattern does the following: - // Accept: "109.3.0", etc. + // Accept: "109.3.1", etc. // Reject: "0.0.0", "1.2", "1", "-1.2.3", "Hi, I'm a version 1.2.3", "1.2.3 is my version", etc. // // Note the major version must be >= 1 since "0.0.0" is used as the version when something goes diff --git a/demos/supplemental/RemoteImageServiceForMDCDemos.podspec b/demos/supplemental/RemoteImageServiceForMDCDemos.podspec index cfb8310c0d5..bc2c748010b 100644 --- a/demos/supplemental/RemoteImageServiceForMDCDemos.podspec +++ b/demos/supplemental/RemoteImageServiceForMDCDemos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RemoteImageServiceForMDCDemos" - s.version = "109.3.0" + s.version = "109.3.1" s.summary = "A helper image class for the MDC demos." s.description = "This spec is made for use in the MDC demos. It gets images via url." s.homepage = "https://github.com/material-components/material-components-ios"