Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused variable #670

Merged
merged 5 commits into from
Apr 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
}