Skip to content

Commit 81f26ee

Browse files
committed
Merge branch 'release-candidate' into stable
2 parents da60fc6 + 2f366d5 commit 81f26ee

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.4.1
2+
3+
Add `exampleRelatedInfo` to the CBCNode header for external invocation.
4+
5+
## Source changes
6+
7+
* [add exampleRelatedInfo to header file (#26)](https://github.com/material-foundation/cocoapods-catalog-by-convention/commit/57edd7f16ea7ec40d62378faacbc95071310bfbc) (Yarden Eitan)
8+
19
# 2.4.0
210

311
- Now you can add the method `catalogRelatedInfo` that returns an NSURL to your example, if you wish to link to related information and resources.

CatalogByConvention.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 = "CatalogByConvention"
3-
s.version = "2.4.0"
3+
s.version = "2.4.1"
44
s.authors = "Google Inc."
55
s.summary = "Tools for building a Catalog by Convention."
66
s.homepage = "https://github.com/material-foundation/cocoapods-catalog-by-convention"

src/CBCNodeListViewController.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,7 @@ FOUNDATION_EXTERN CBCNode *_Nonnull CBCCreatePresentableNavigationTree(void);
113113
*/
114114
- (nonnull NSString *)exampleDescription;
115115

116+
/** Returns a link to related information for the example. */
117+
- (nullable NSURL *)exampleRelatedInfo;
118+
116119
@end

0 commit comments

Comments
 (0)