Skip to content

Commit a4bed60

Browse files
author
Rodriguez Elorza
committed
Release 02/07/2018
1 parent 435a704 commit a4bed60

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<!--LATEST=0.1.36-->
33
<!--ENTRYINSERT-->
44

5+
## 02/07/2018
6+
* aws-amplify - v0.2.4
7+
* Bug fix: Safe check for navigator variable
8+
* Bug fix: Retrieve unauth credentials if not logged in, Fixes #229
9+
* aws-amplify-react-native - v0.2.3
10+
* Enahancement: warning for configure (deprecated)
11+
512
## 01/31/2018
613
* aws-amplify - v0.2.0
714
* Enhancement: Allow SignUp with validation data #182
@@ -22,7 +29,7 @@
2229
* aws-amplify-react - v0.1.31
2330
* Bug fix: Now S3Image can upload files to private folder #133
2431
* aws-amplify-react-native - v0.1.24
25-
* Enahancement: Remove dependency from aws-mobile-analytics dependency #142
32+
* Enhancement: Remove dependency from aws-mobile-analytics dependency #142
2633
* Enhancement: Sign up with custom attributes #160
2734
* Bug fix: EndpointId for Pinpoint not get refreshed correctly #161
2835

packages/aws-amplify-react-native/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-amplify-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify-react-native",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "dist/index.js",
66
"scripts": {

packages/aws-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./lib/index.js",
66
"typings": "./lib/index.d.ts",

0 commit comments

Comments
 (0)