Skip to content

Commit

Permalink
Release 02/07/2018
Browse files Browse the repository at this point in the history
  • Loading branch information
elorzafe committed Feb 7, 2018
1 parent 435a704 commit a4bed60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<!--LATEST=0.1.36-->
<!--ENTRYINSERT-->

## 02/07/2018
* aws-amplify - v0.2.4
* Bug fix: Safe check for navigator variable
* Bug fix: Retrieve unauth credentials if not logged in, Fixes #229
* aws-amplify-react-native - v0.2.3
* Enahancement: warning for configure (deprecated)

## 01/31/2018
* aws-amplify - v0.2.0
* Enhancement: Allow SignUp with validation data #182
Expand All @@ -22,7 +29,7 @@
* aws-amplify-react - v0.1.31
* Bug fix: Now S3Image can upload files to private folder #133
* aws-amplify-react-native - v0.1.24
* Enahancement: Remove dependency from aws-mobile-analytics dependency #142
* Enhancement: Remove dependency from aws-mobile-analytics dependency #142
* Enhancement: Sign up with custom attributes #160
* Bug fix: EndpointId for Pinpoint not get refreshed correctly #161

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "0.2.2",
"version": "0.2.3",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "0.2.3",
"version": "0.2.4",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down

0 comments on commit a4bed60

Please sign in to comment.