Skip to content

Commit 15e2d84

Browse files
authored
chore: Preparing release and pinning Amplify version (#80)
1 parent c77ec6f commit 15e2d84

File tree

3 files changed

+19
-47
lines changed

3 files changed

+19
-47
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.3 (2024-06-04)
4+
5+
### Bug Fixes
6+
- **SignUp**: Sign in fails when user is auto confirmed after sign up (#72)
7+
8+
### Misc. Updates
9+
- Pinning the Amplify version up to 2.34.x
10+
311
## 1.1.2 (2024-04-26)
412

513
### Bug Fixes

Package.resolved

Lines changed: 10 additions & 46 deletions
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" : "3cc17d2635f743d32c68f4309836d30b49e970cf",
9-
"version" : "2.26.1"
8+
"revision" : "0e4dc695c4cd3c53d145b9f6498ad83004edae6d",
9+
"version" : "2.34.4"
1010
}
1111
},
1212
{
@@ -18,67 +18,40 @@
1818
"version" : "1.1.1"
1919
}
2020
},
21-
{
22-
"identity" : "aws-appsync-realtime-client-ios",
23-
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
25-
"state" : {
26-
"revision" : "a08684c5004e2049c29f57a5938beae9695a1ef7",
27-
"version" : "3.1.2"
28-
}
29-
},
3021
{
3122
"identity" : "aws-crt-swift",
3223
"kind" : "remoteSourceControl",
3324
"location" : "https://github.com/awslabs/aws-crt-swift",
3425
"state" : {
35-
"revision" : "fd1756b6e5c9fd1a906edfb743f7cb64c2c98639",
36-
"version" : "0.17.0"
26+
"revision" : "0d0a0cf2e2cb780ceeceac190b4ede94f4f96902",
27+
"version" : "0.26.0"
3728
}
3829
},
3930
{
4031
"identity" : "aws-sdk-swift",
4132
"kind" : "remoteSourceControl",
4233
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
4334
"state" : {
44-
"revision" : "387016f3e62119e9962da4357c63671c694554e6",
45-
"version" : "0.31.0"
35+
"revision" : "47922c05dd66be717c7bce424651a534456717b7",
36+
"version" : "0.36.2"
4637
}
4738
},
4839
{
4940
"identity" : "smithy-swift",
5041
"kind" : "remoteSourceControl",
5142
"location" : "https://github.com/smithy-lang/smithy-swift",
5243
"state" : {
53-
"revision" : "ab999a9f0c972adcb350beda3c630a35697f7e8e",
54-
"version" : "0.35.0"
44+
"revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578",
45+
"version" : "0.41.1"
5546
}
5647
},
5748
{
5849
"identity" : "sqlite.swift",
5950
"kind" : "remoteSourceControl",
6051
"location" : "https://github.com/stephencelis/SQLite.swift.git",
6152
"state" : {
62-
"revision" : "5f5ad81ac0d0a0f3e56e39e646e8423c617df523",
63-
"version" : "0.13.2"
64-
}
65-
},
66-
{
67-
"identity" : "starscream",
68-
"kind" : "remoteSourceControl",
69-
"location" : "https://github.com/daltoniam/Starscream",
70-
"state" : {
71-
"revision" : "df8d82047f6654d8e4b655d1b1525c64e1059d21",
72-
"version" : "4.0.4"
73-
}
74-
},
75-
{
76-
"identity" : "swift-collections",
77-
"kind" : "remoteSourceControl",
78-
"location" : "https://github.com/apple/swift-collections",
79-
"state" : {
80-
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
81-
"version" : "1.1.0"
53+
"revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8",
54+
"version" : "0.15.3"
8255
}
8356
},
8457
{
@@ -89,15 +62,6 @@
8962
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
9063
"version" : "1.5.4"
9164
}
92-
},
93-
{
94-
"identity" : "xmlcoder",
95-
"kind" : "remoteSourceControl",
96-
"location" : "https://github.com/MaxDesiatov/XMLCoder.git",
97-
"state" : {
98-
"revision" : "80b4a1646399b8e4e0ce80711653476a85bd5e37",
99-
"version" : "0.17.0"
100-
}
10165
}
10266
],
10367
"version" : 2

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["Authenticator"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.16.0"),
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", "2.16.0"..<"2.35.0"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)