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

Commit f54d33f

Browse files
committed
Reverted the Catalog By Convention version number in podspec files
1 parent aaf7d28 commit f54d33f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

catalog/CatalogByConvention/example/catalog/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- CatalogByConvention (12.1.0)
3-
- CatalogExamples (12.1.0)
2+
- CatalogByConvention (1.0.0)
3+
- CatalogExamples (1.0.0)
44
- CatalogUnitTests (12.1.0)
55
- Resistor (12.1.0)
66

@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121
:path: ../components/Resistor
2222

2323
SPEC CHECKSUMS:
24-
CatalogByConvention: d1b362a6a8fa4e90f13d78bba9a79769ff02ef0c
25-
CatalogExamples: d94c969049dfda0e1fe754235b5a32132ff039b0
24+
CatalogByConvention: 0137d280781667dd3d856a14cdf507f5ac8eedc0
25+
CatalogExamples: 27e215f180dff5c7753195a54819086512fca89c
2626
CatalogUnitTests: b4134d2a704fbbdaa60fe24c93e24f6c7e7e4091
2727
Resistor: 6951c0267af3e254ae388711e391afaad598c737
2828

catalog/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CatalogByConvention (12.1.0)
2+
- CatalogByConvention (1.0.0)
33
- MaterialComponents (12.1.0):
44
- MaterialComponents/ActivityIndicator (= 12.1.0)
55
- MaterialComponents/AppBar (= 12.1.0)
@@ -154,7 +154,7 @@ EXTERNAL SOURCES:
154154
:path: ../
155155

156156
SPEC CHECKSUMS:
157-
CatalogByConvention: d1b362a6a8fa4e90f13d78bba9a79769ff02ef0c
157+
CatalogByConvention: 0137d280781667dd3d856a14cdf507f5ac8eedc0
158158
MaterialComponents: 74911eba9182d9d08dd3d96a9ae683a4ee12aa55
159159
MaterialComponentsCatalog: c6cd01384a55093e82795e18bb40fe2f2883aebf
160160
MaterialComponentsUnitTests: c2b397a199436757306277d659bb19579b98e3c5

scripts/release/diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if [ ! $(git rev-parse --verify release-candidate 2> /dev/null) ]; then
2525
exit 1
2626
fi
2727

28-
git difftool origin/master..release-candidate "$@"
28+
git diff origin/master..release-candidate "$@"

0 commit comments

Comments
 (0)