Comparing version 3.0.2 to 3.1.0
@@ -0,1 +1,13 @@ | ||
# [3.1.0](https://github.com/americanexpress/iguazu/compare/v3.0.2...v3.1.0) (2020-08-14) | ||
### Bug Fixes | ||
* **release:** fix release process ([b35f735](https://github.com/americanexpress/iguazu/commit/b35f735d76030234334be45716d1d84c0fe5cde3)) | ||
### Features | ||
* **loadHelpers:** return promise from defer ([da93881](https://github.com/americanexpress/iguazu/commit/da93881ca5a4f48e7ea0efe07979783091fae256)) | ||
## [3.0.2](https://github.com/americanexpress/iguazu/compare/v3.0.1...v3.0.2) (2020-03-02) | ||
@@ -2,0 +14,0 @@ |
@@ -34,2 +34,3 @@ "use strict"; | ||
status: 'loading', | ||
promise: Promise.resolve(), | ||
noncritical: true | ||
@@ -36,0 +37,0 @@ }; |
{ | ||
"name": "iguazu", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "An asynchronous data flow solution for React/Redux applications", | ||
@@ -43,3 +43,4 @@ "author": "Maia Teegarden", | ||
"prepublish": "npm run build", | ||
"test": "jest && commitlint --from origin/master --to HEAD", | ||
"test": "jest && npm run test:git-history", | ||
"test:git-history": "commitlint --from origin/master --to HEAD", | ||
"test:lockfile": "lockfile-lint -p package-lock.json -t npm -a npm -o https: -c -i", | ||
@@ -70,4 +71,3 @@ "posttest": "npm run lint && npm run test:lockfile" | ||
"@semantic-release/release-notes-generator": "^7.3.2", | ||
"amex-jest-preset": "^5.0.0", | ||
"amex-jest-preset-react": "^5.0.1", | ||
"amex-jest-preset-react": "^6.1.0", | ||
"babel-jest": "^24.1.0", | ||
@@ -81,5 +81,5 @@ "babel-preset-amex": "^3.2.0", | ||
"husky": "^3.0.9", | ||
"jest": "^24.1.0", | ||
"jest": "^25.1.0", | ||
"jest-fetch-mock": "^1.2.0", | ||
"lockfile-lint": "^3.0.8", | ||
"lockfile-lint": "^4.3.6", | ||
"react": "^16.0.0", | ||
@@ -86,0 +86,0 @@ "react-dom": "^16.0.0", |
92585
29
16
569