Skip to content

Commit 2785679

Browse files
authored
chore: kickoff v1 release
2 parents ee3b176 + 15ae01a commit 2785679

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

AmplifyPlugins/Geo/Podfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ PODS:
3737
- AWSPluginsCore (1.29.2):
3838
- Amplify (= 1.29.2)
3939
- AWSCore (~> 2.30.1)
40-
- CwlCatchException (2.1.2):
41-
- CwlCatchExceptionSupport (~> 2.1.2)
40+
- CwlCatchException (2.1.1):
41+
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.2)
4343
- CwlMachBadInstructionHandler (2.1.2)
4444
- CwlPosixPreconditionTesting (2.1.2)
@@ -55,6 +55,7 @@ DEPENDENCIES:
5555
- AmplifyTestCommon (from `../../`)
5656
- AWSLocation (~> 2.30.1)
5757
- AWSPluginsCore (from `../../`)
58+
- CwlCatchException (= 2.1.1)
5859
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
5960
- SwiftFormat/CLI (= 0.44.17)
6061
- SwiftLint (= 0.49.1)
@@ -103,7 +104,7 @@ SPEC CHECKSUMS:
103104
AWSLocation: 3bf8506963f52f15d12d979690147ba04d407375
104105
AWSMobileClient: 7d9c81e47ef27c6b5604858477006548eb1db342
105106
AWSPluginsCore: 787b6199af91f6662171cbd66ad9a876530aed50
106-
CwlCatchException: 76542d5ea479c79ce16ddd6e7bc9d42c7ec63300
107+
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
107108
CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6
108109
CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65
109110
CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4
@@ -113,4 +114,4 @@ SPEC CHECKSUMS:
113114

114115
PODFILE CHECKSUM: eac71f2c18215703baf5648bacac93d4641c2d87
115116

116-
COCOAPODS: 1.11.3
117+
COCOAPODS: 1.12.0

AmplifyPlugins/Predictions/Podfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ PODS:
4747
- AWSCore (= 2.30.4)
4848
- AWSTranslate (2.30.4):
4949
- AWSCore (= 2.30.4)
50-
- CwlCatchException (2.1.2):
51-
- CwlCatchExceptionSupport (~> 2.1.2)
50+
- CwlCatchException (2.1.1):
51+
- CwlCatchExceptionSupport (~> 2.1.1)
5252
- CwlCatchExceptionSupport (2.1.2)
5353
- CwlMachBadInstructionHandler (2.1.2)
5454
- CwlPosixPreconditionTesting (2.1.2)
@@ -70,6 +70,7 @@ DEPENDENCIES:
7070
- AWSTextract (~> 2.30.1)
7171
- AWSTranscribeStreaming (~> 2.30.1)
7272
- AWSTranslate (~> 2.30.1)
73+
- CwlCatchException (= 2.1.1)
7374
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
7475
- SwiftFormat/CLI (= 0.44.17)
7576
- SwiftLint (= 0.49.1)
@@ -128,7 +129,7 @@ SPEC CHECKSUMS:
128129
AWSTextract: 5adbfe57a4dbbf60573203006323c00eec740630
129130
AWSTranscribeStreaming: dda8f6ee1acaf5de39710aff9b2dde33e77604de
130131
AWSTranslate: 094f154abdb802ec7078c21806aabd059c868739
131-
CwlCatchException: 76542d5ea479c79ce16ddd6e7bc9d42c7ec63300
132+
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
132133
CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6
133134
CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65
134135
CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4
@@ -138,4 +139,4 @@ SPEC CHECKSUMS:
138139

139140
PODFILE CHECKSUM: f96d753f1be77936c8d187f6834c2082b94be4f4
140141

141-
COCOAPODS: 1.11.3
142+
COCOAPODS: 1.12.0

build-support/dependencies.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ def include_test_utilities!
2424
pod 'CwlPreconditionTesting',
2525
git: 'https://github.com/mattgallagher/CwlPreconditionTesting.git',
2626
tag: '2.1.0'
27+
28+
pod 'CwlCatchException', '2.1.1'
2729
end

0 commit comments

Comments
 (0)