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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)