Skip to content

Commit

Permalink
chore: Pinning Amplify version up to 2.15.x (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Jul 25, 2023
1 parent f96d96f commit 5ef413d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,53 +5,53 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/amplify-swift",
"state" : {
"revision" : "ff9f8a812a019ad4e3e25614d12aea9ac7204573",
"version" : "2.8.1"
"revision" : "3a795314e98434d063f68bf5dcf788124ac18406",
"version" : "2.15.1"
}
},
{
"identity" : "amplify-swift-utils-notifications",
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/amplify-swift-utils-notifications.git",
"state" : {
"revision" : "d4fd3c17e8d40efc821f448d3d6cff75b8f3b0dd",
"version" : "1.0.0"
"revision" : "f970384ad1035732f99259255cd2f97564807e41",
"version" : "1.1.0"
}
},
{
"identity" : "aws-appsync-realtime-client-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
"state" : {
"revision" : "3de274c68a3cb60c8aec18b5bc0a8c07860219cd",
"version" : "3.0.0"
"revision" : "b036e83716789c13a3480eeb292b70caa54114f2",
"version" : "3.1.0"
}
},
{
"identity" : "aws-crt-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-crt-swift",
"state" : {
"revision" : "afe23a2a2f6cf78e6d8803d7c9e0c8e6f50b6915",
"version" : "0.4.0"
"revision" : "6feec6c3787877807aa9a00fad09591b96752376",
"version" : "0.6.1"
}
},
{
"identity" : "aws-sdk-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
"state" : {
"revision" : "30649be4b9d0788f987ae851c48d48ac6d00f2c2",
"version" : "0.6.1"
"revision" : "24bae88a2391fe75da8a940a544d1ef6441f5321",
"version" : "0.13.0"
}
},
{
"identity" : "smithy-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/smithy-swift",
"state" : {
"revision" : "3e9e420f69c28dee260c03b19c3e93b392128d42",
"version" : "0.6.1"
"revision" : "7b28da158d92cd06a3549140d43b8fbcf64a94a6",
"version" : "0.15.0"
}
},
{
Expand Down Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/MaxDesiatov/XMLCoder.git",
"state" : {
"revision" : "666227de3b4cf4adcce7c70b8b89f98c7df02754",
"version" : "0.16.0"
"revision" : "b1e944cbd0ef33787b13f639a5418d55b3bed501",
"version" : "0.17.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["Authenticator"]),
],
dependencies: [
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.8.1"),
.package(url: "https://github.com/aws-amplify/amplify-swift", "2.8.1"..<"2.16.0"),
],
targets: [
.target(
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.0.1"
public static let version = "1.0.2"
public static let name = "amplify-ui-swift-authenticator"
}

0 comments on commit 5ef413d

Please sign in to comment.