Skip to content

Commit 815fdbb

Browse files
authored
chore: kickoff release
2 parents c690a67 + 567ea13 commit 815fdbb

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/issue_comment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
adjust-labels:
2323
runs-on: ubuntu-latest
24+
if: ${{ github.event.issue.state == 'open' }}
2425
permissions:
2526
issues: write
2627
env:

HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/aws-amplify/amplify-swift",
77
"state" : {
8-
"revision" : "79d062d354bb190666774e8ef3c83ad52f023889",
9-
"version" : "2.38.0"
8+
"revision" : "95d8f16780c4e11a243fdae93c386195347aea66",
9+
"version" : "2.42.1"
1010
}
1111
},
1212
{
@@ -23,26 +23,26 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/awslabs/aws-crt-swift",
2525
"state" : {
26-
"revision" : "0d0a0cf2e2cb780ceeceac190b4ede94f4f96902",
27-
"version" : "0.26.0"
26+
"revision" : "7b42e0343f28b3451aab20840dc670abd12790bd",
27+
"version" : "0.36.0"
2828
}
2929
},
3030
{
3131
"identity" : "aws-sdk-swift",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
3434
"state" : {
35-
"revision" : "47922c05dd66be717c7bce424651a534456717b7",
36-
"version" : "0.36.2"
35+
"revision" : "828358a2c39d138325b0f87a2d813f4b972e5f4f",
36+
"version" : "1.0.0"
3737
}
3838
},
3939
{
4040
"identity" : "smithy-swift",
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/smithy-lang/smithy-swift",
4343
"state" : {
44-
"revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578",
45-
"version" : "0.41.1"
44+
"revision" : "0ed3440f8c41e27a0937364d5035d2d4fefb8aa3",
45+
"version" : "0.71.0"
4646
}
4747
},
4848
{

Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/aws-amplify/amplify-swift",
77
"state" : {
8-
"revision" : "79d062d354bb190666774e8ef3c83ad52f023889",
9-
"version" : "2.38.0"
8+
"revision" : "95d8f16780c4e11a243fdae93c386195347aea66",
9+
"version" : "2.42.1"
1010
}
1111
},
1212
{
@@ -23,26 +23,26 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/awslabs/aws-crt-swift",
2525
"state" : {
26-
"revision" : "0d0a0cf2e2cb780ceeceac190b4ede94f4f96902",
27-
"version" : "0.26.0"
26+
"revision" : "7b42e0343f28b3451aab20840dc670abd12790bd",
27+
"version" : "0.36.0"
2828
}
2929
},
3030
{
3131
"identity" : "aws-sdk-swift",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
3434
"state" : {
35-
"revision" : "47922c05dd66be717c7bce424651a534456717b7",
36-
"version" : "0.36.2"
35+
"revision" : "828358a2c39d138325b0f87a2d813f4b972e5f4f",
36+
"version" : "1.0.0"
3737
}
3838
},
3939
{
4040
"identity" : "smithy-swift",
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/smithy-lang/smithy-swift",
4343
"state" : {
44-
"revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578",
45-
"version" : "0.41.1"
44+
"revision" : "0ed3440f8c41e27a0937364d5035d2d4fefb8aa3",
45+
"version" : "0.71.0"
4646
}
4747
},
4848
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.38.0")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.42.1")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)