Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-bot committed May 28, 2019
1 parent c30781a commit 9880ef3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/amazon-cognito-identity-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.13-unstable.0"></a>
## [3.0.13-unstable.0](https://github.com/aws/aws-amplify/compare/[email protected]@3.0.13-unstable.0) (2019-05-28)


### Bug Fixes

* **@amazon-cognito-identity-js:** Adds sendMFASelectionAnswer to types ([6c32ef3](https://github.com/aws/aws-amplify/commit/6c32ef3))




<a name="3.0.12"></a>
## [3.0.12](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@[email protected]) (2019-05-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "3.0.12",
"version": "3.0.13-unstable.0",
"author": {
"name": "Amazon Web Services",
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.2.25-unstable.2"></a>
## [1.2.25-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-05-28)




**Note:** Version bump only for package @aws-amplify/auth

<a name="1.2.25-unstable.1"></a>
## [1.2.25-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-05-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "1.2.25-unstable.1",
"version": "1.2.25-unstable.2",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@aws-amplify/cache": "^1.0.27",
"@aws-amplify/core": "^1.0.27",
"amazon-cognito-identity-js": "^3.0.12",
"amazon-cognito-identity-js": "3.0.13-unstable.0",
"crypto-js": "^3.1.9-1"
},
"jest": {
Expand Down

0 comments on commit 9880ef3

Please sign in to comment.