63 Commits

Author SHA1 Message Date
Adrian Secord
4a333373a9 Bumped version to 17.2.0. 2016-12-08 09:04:57 -05:00
Adrian Secord
4b222042bc Bumped version to 17.1.1. 2016-12-05 11:17:42 -05:00
Adrian Secord
fb8ed4ec4b Bumped version number to 17.1.0.
Note that the 17.0.0 release did not update the podspec file, so 17.0.0 was not properly exposed to CocoaPods.
2016-11-30 17:33:37 -05:00
Adrian Secord
2997e50c4c Updated refs to GitHub repo with new location. (#885)
* Updated refs to GitHub repo with new location.

* Reverted chagnes to JSON files.
2016-11-22 14:32:50 -05:00
Adrian Secord
be8b0f7a1a Bumped version number to 16.3.0. 2016-11-09 09:24:48 -05:00
Adrian Secord
c9c0490b77 Bumped version number to 16.2.0. 2016-11-02 09:39:19 -04:00
Justin Shephard
8ec86acf43 Bumped version number to 16.1.0. 2016-10-26 15:35:01 -04:00
Justin Shephard
e1efdeaaf1 Bumped version number to 16.0.0. 2016-10-21 11:48:28 -04:00
Adrian Secord
ece361d11e Bumped version number to 15.2.0. 2016-10-12 15:24:45 -04:00
Adrian Secord
717d3a4bf8 Bumped version number to 15.1.0. 2016-10-07 11:16:18 -04:00
Adrian Secord
3118c3740d Bumped version number to 15.0.0. 2016-09-28 13:38:42 -04:00
Adrian Secord
926f7b4be0 Bumped version number to 14.0.0. 2016-09-22 12:02:50 -04:00
randallli
08c09131ea Bumped version number to 13.4.0. 2016-09-13 16:58:52 -04:00
randallli
6f9e16e285 Bumped version number to 13.3.0. 2016-09-07 18:15:27 -04:00
Adrian Secord
5e249b7b67 Bumped version number to 13.2.1. 2016-09-02 13:25:53 -04:00
Ian Gordon
c9b8065f5b Bumped version number to 13.2.0. 2016-08-25 13:46:00 -04:00
Ian Gordon
110e48a300 Bumped version number to 13.1.1. 2016-08-22 14:38:51 -04:00
Ian Gordon
40e0e1126a Bumped version number to 13.1.0. 2016-08-17 16:26:35 -04:00
Adrian Secord
420f67d04f Bumped version number to 13.0.2. 2016-08-10 16:54:26 -04:00
Adrian Secord
64009d0642 Bumped version number to 13.0.1. 2016-07-28 17:37:58 -04:00
Sam Morrison
3f1ebfc632 Bumped version number to 13.0.0. 2016-07-27 12:08:35 -04:00
Ian Gordon
5f4a31dcbb Bumped version number to 12.2.0. 2016-07-20 11:04:20 -04:00
Justin Shephard
5efebd3703 Bumped version number to 12.1.0. 2016-07-13 14:54:19 -04:00
Ian Gordon
3f6d576089 Bumped version number to 12.0.1. 2016-07-06 11:33:15 -04:00
Adrian Secord
f97a9288a9 Bumped version number to 12.0.0. 2016-06-29 16:05:01 -04:00
Ian Gordon
7aa0a46faa Bumped version number to 11.0.1. 2016-06-23 14:27:58 -04:00
Adrian Secord
fe39e7e530 Bumped version number to 11.0.0. 2016-06-15 15:29:13 -04:00
randallli
73cea102fd Bumped version number to 10.1.2. 2016-06-09 11:10:49 -04:00
randallli
32934941b4 Bumped version number to 10.1.0. 2016-06-08 11:57:34 -04:00
Adrian Secord
4afea7db13 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.
- [ ] I did not `arc land` this change because I followed the [releasing guide](https://github.com/google/material-components-ios/blob/develop/contributing/contributor_guides/releasing.md) and did the following:
- [ ] Ran `scripts/release/merge`
- [ ] Push to master
- [ ] Push to develop
- [ ] Manually marked this diff closed in the web ui

Reviewers: O1 Material components iOS!

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D925
2016-06-01 14:55:25 -04:00
Ian Gordon
13c8cf72b8 Add support for Cocoapods 1.0.0.
Summary:
DO NOT LAND until after we have finalized our May 25 2016 release.

Cocoapods 1.0.0 was used to generate Pod* and xcode* files.

These changes are NOT compatible with 0.39.0.
These changes may NOT be compatible with version of Xcode 7.2 and earlier.

pod lib lint generates a list of issues that should be addressed.

--OLD INFO--

Cocoapods 0.39 was used to generate the Podfile.locks.

MaterialComponents - Build properly
MaterialUnitTests - Test properly
MaterialCatalog - Fails to Build

The errors (cut after the first 20) are similar to:
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/MaterialComponentsCatalog-umbrella.h"
        ^
/Users/iangordon/projects/material-components-ios/catalog/Pods/Target Support Files/MaterialComponentsCatalog/MaterialComponentsCatalog-umbrella.h:10:9: note: in file included from /Users/iangordon/projects/material-components-ios/catalog/Pods/Target Support Files/MaterialComponentsCatalog/MaterialComponentsCatalog-umbrella.h:10:
#import "CollectionCellsLayoutExample.h"
....

Reviewers: featherless, randallli, ajsecord, #material_components_ios

Reviewed By: featherless, randallli, ajsecord, #material_components_ios

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D873
2016-05-31 11:17:53 -04:00
Ian Gordon
9828352d90 Bumped version number to 9.0.0. 2016-05-25 14:08:19 -04:00
randallli
b2d61461b3 Bumped version number to 8.0.0. 2016-05-18 16:45:45 -04:00
Ian Gordon
e3b3451c5e Bumped version number to 7.0.0. 2016-05-11 11:07:13 -04:00
Chris Cox
7e18b0f462 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D825
2016-05-04 16:05:37 -04:00
Adrian Secord
aad2d08051 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D791
2016-04-28 13:39:56 -04:00
Ian Gordon
54c5ad7bb5 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D767
2016-04-26 16:41:02 -04:00
randallli
f9bbc7eed1 Bumped version number to . 2016-04-14 14:53:32 -04:00
Junius Gunaratne
bd8f0a3ae8 Bumped version number to 4.0.0 2016-04-13 13:53:10 -04:00
Jeff Verkoeyen
5cbe9d48c6 Bumped version number to 3.1.0. 2016-04-07 11:56:40 -04:00
Ian Gordon
07f4415a6a Update Podfiles 2016-04-04 14:41:13 -04:00
Jeff Verkoeyen
f059520a72 [Catalog] Add supplemental/ path to examples wildcard.
Reviewers: #mdc_ios_owners, junius

Reviewed By: #mdc_ios_owners, junius

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D449
2016-04-01 11:23:59 -04:00
Ian Gordon
d4b77bbe47 Bump version number to 3.0.0 2016-03-30 18:57:43 -04:00
randallli
3ed4e2cac6 Bump version number to 2.2.0 2016-03-24 14:01:58 -04:00
randallli
3aa4578aa8 Bump version number to 2.1.1 2016-03-23 12:07:52 -04:00
Adrian Secord
cdea3cefff Bump version number to 2.1.0. 2016-03-18 16:26:15 -04:00
randallli
490b5bd3cf Merge branch 'hotfix-2.0.4' into develop
# Conflicts:
#	CHANGELOG.md
#	MaterialComponents.podspec
2016-03-18 10:43:34 -04:00
randallli
bc9a377459 Fixed the reference to the private folder of Typography in podspec.
Reviewers: featherless, #mdc_ios_owners

Reviewed By: featherless, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D290
2016-03-17 14:13:32 -04:00
randallli
65a3b3a193 Merge branch 'hotfix-2.0.3' into develop
# Conflicts:
#	CHANGELOG.md
#	MaterialComponents.podspec
#	catalog/Podfile.lock
#	demos/Pesto/Podfile.lock
#	demos/Shrine/Podfile.lock
2016-03-17 13:22:38 -04:00
randallli
d1630da81e bump version to 2.0.3
Reviewers: #mdc_ios_owners, ajsecord, featherless

Reviewed By: #mdc_ios_owners, ajsecord, featherless

Subscribers: featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D284
2016-03-17 12:09:41 -04:00