amplify-frontend-android
Advanced tools
Comparing version 2.15.1 to 2.15.2-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.15.2-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.15.1...amplify-frontend-android@2.15.2-beta.0) (2021-04-30) | ||
### Bug Fixes | ||
* render the right auth mode for admin queries in config files ([#7118](https://github.com/aws-amplify/amplify-cli/issues/7118)) ([8f8deba](https://github.com/aws-amplify/amplify-cli/commit/8f8deba9171a30433aa6820af1f32f5498db5028)), closes [#6983](https://github.com/aws-amplify/amplify-cli/issues/6983) | ||
## [2.15.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.5...amplify-frontend-android@2.15.1) (2021-04-09) | ||
@@ -8,0 +19,0 @@ |
@@ -80,3 +80,3 @@ function generateConfig(context, newAWSConfig) { | ||
region, | ||
authorizationType: 'AWS_IAM', | ||
authorizationType: resourceMeta.authorizationType || 'AWS_IAM', | ||
}; | ||
@@ -83,0 +83,0 @@ } else if (resourceMeta.service === 'ElasticContainer' && resourceMeta.apiType === 'REST') { |
{ | ||
"name": "amplify-frontend-android", | ||
"version": "2.15.1", | ||
"version": "2.15.2-beta.0", | ||
"description": "amplify-cli front-end plugin for Android project", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
}, | ||
"gitHead": "270df23a63dca6fe11422383db3d72d7f0b99fea" | ||
"gitHead": "53956597fbaebf8ade77a4b111d02d31df80f297" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
69150
2