Skip to content

Commit

Permalink
Merge pull request #670 from powerful23/remove-session-state
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
mlabieniec authored Apr 20, 2018
2 parents dc95cd0 + c4ad3d2 commit fbf3a45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@
<!--LATEST=0.2.8-->
<!--ENTRYINSERT-->

upcoming changes
* aws-amplify
* remove unused variable #670

## 04/19/2018
* amazon-cognito-identity-js - v2.0.4@beta
* Add declartion for SetUserMFAPreference #667
* Enhancement: Callback with error if error thrown due to network #605
* Bug Fix: Callback with error if error thrown due to network #605

* aws-amplify - v0.3.2@beta
* Enhancement: Configurable Storage prefix #611 #332 #668
* Enhancement: Analytics events resending limit #590
* Bug Fix: Cannot sign in after Auth.completeNewPassword #589
* Bug Fix: Declare type dependencies #629
* Bug Fix: API GraphQL connect fix #652
* Feature: OAuth / Cognito Hosted UI #565 #480 #311 #45 #542 #376

* aws-amplify-react - v0.1.42@beta
* Feature: Cognito Hosted UI #565 #480 #311 #45 #542 #376
* Feature: OAuth / Cognito Hosted UI HOCs #565 #480 #311 #45 #542 #376


## 04/16/2018
Expand Down
5 changes: 0 additions & 5 deletions packages/aws-amplify/src/Analytics/types/Analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ export interface EventAttributes {
export interface EventMetrics {
[key: string]: number;
}

export enum SessionState {
START = 'START',
STOP = 'STOP'
}

0 comments on commit fbf3a45

Please sign in to comment.