Skip to content

Commit

Permalink
chore: Release 1.1.3 (#77)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Sebastian Villena <[email protected]>
Co-authored-by: aws-amplify-ops <[email protected]>
  • Loading branch information
3 people committed May 15, 2024
1 parent 4238de5 commit b4806f0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 47 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.3 (2024-05-15)

### Bug Fixes

- Sign in fails when user is auto confirmed after sign up (#72)

## 1.1.2 (2024-04-26)

### Bug Fixes
Expand Down
56 changes: 10 additions & 46 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/amplify-swift",
"state" : {
"revision" : "3cc17d2635f743d32c68f4309836d30b49e970cf",
"version" : "2.26.1"
"revision" : "6c73bf77e8df9634b311de325927610188261ab4",
"version" : "2.33.6"
}
},
{
Expand All @@ -18,67 +18,40 @@
"version" : "1.1.1"
}
},
{
"identity" : "aws-appsync-realtime-client-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
"state" : {
"revision" : "a08684c5004e2049c29f57a5938beae9695a1ef7",
"version" : "3.1.2"
}
},
{
"identity" : "aws-crt-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-crt-swift",
"state" : {
"revision" : "fd1756b6e5c9fd1a906edfb743f7cb64c2c98639",
"version" : "0.17.0"
"revision" : "0d0a0cf2e2cb780ceeceac190b4ede94f4f96902",
"version" : "0.26.0"
}
},
{
"identity" : "aws-sdk-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
"state" : {
"revision" : "387016f3e62119e9962da4357c63671c694554e6",
"version" : "0.31.0"
"revision" : "47922c05dd66be717c7bce424651a534456717b7",
"version" : "0.36.2"
}
},
{
"identity" : "smithy-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "ab999a9f0c972adcb350beda3c630a35697f7e8e",
"version" : "0.35.0"
"revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578",
"version" : "0.41.1"
}
},
{
"identity" : "sqlite.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stephencelis/SQLite.swift.git",
"state" : {
"revision" : "5f5ad81ac0d0a0f3e56e39e646e8423c617df523",
"version" : "0.13.2"
}
},
{
"identity" : "starscream",
"kind" : "remoteSourceControl",
"location" : "https://github.com/daltoniam/Starscream",
"state" : {
"revision" : "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version" : "4.0.4"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
"revision" : "e78ae0220e17525a15ac68c697a155eb7a672a8e",
"version" : "0.15.0"
}
},
{
Expand All @@ -89,15 +62,6 @@
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
}
},
{
"identity" : "xmlcoder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MaxDesiatov/XMLCoder.git",
"state" : {
"revision" : "80b4a1646399b8e4e0ce80711653476a85bd5e37",
"version" : "0.17.0"
}
}
],
"version" : 2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The **Amplify UI Authenticator** is a component that supports several authentiat

More information on setting up and using the Authenticator is in the [Amplify UI Authenticator documentation](https://ui.docs.amplify.aws/swift/connected-components/authenticator).

This is a test change to validate the release workflow

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Authenticator/Constants/ComponentInformation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

public class ComponentInformation {
public static let version = "1.1.2"
public static let version = "1.1.3"
public static let name = "amplify-ui-swift-authenticator"
}

0 comments on commit b4806f0

Please sign in to comment.