Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemccullen committed Sep 19, 2022
1 parent c3e53a2 commit de45818
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Version 1.1.1 - 2022/09/19

##### Bug Fixes

- Fix positive Equity in Value Compare shows red

##### Infrastructure

- Fix broken links
- Upgrade packages

### Version 1.1.0 - 2020/12/24

##### New Features
Expand Down
19 changes: 4 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reval",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand All @@ -25,22 +25,11 @@
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit de45818

Please sign in to comment.