Skip to content

Commit

Permalink
chore(release): 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Olavo Parno authored and Olavo Parno committed Jan 26, 2022
1 parent d0a5ef5 commit 16d1656
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 40 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.7](https://github.com/olavoparno/react-use-downloader/compare/v1.1.6...v1.1.7) (2022-01-26)


### Bug Fixes

* upgrade @material-ui/core from 4.12.1 to 4.12.2 ([1d15d6b](https://github.com/olavoparno/react-use-downloader/commit/1d15d6ba80ec216195b627d60d0a22728a9e6bbe))
* upgrade @material-ui/core from 4.12.2 to 4.12.3 ([4f2add6](https://github.com/olavoparno/react-use-downloader/commit/4f2add6958aa9b48f33901a2fd28295df63eb1e0))

### [1.1.6](https://github.com/olavoparno/react-use-downloader/compare/v1.1.4...v1.1.6) (2021-08-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------------------------------------------------- | ------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------- |
| ![Statements](https://img.shields.io/badge/statements-88.35%25-yellow.svg) | ![Branches](https://img.shields.io/badge/branches-73.53%25-red.svg) | ![Functions](https://img.shields.io/badge/functions-81.25%25-yellow.svg) | ![Lines](https://img.shields.io/badge/lines-88.17%25-yellow.svg) |
| ![Statements](https://img.shields.io/badge/statements-87.96%25-yellow.svg?style=flat&logo=jest) | ![Branches](https://img.shields.io/badge/branches-72.97%25-red.svg?style=flat&logo=jest) | ![Functions](https://img.shields.io/badge/functions-81.81%25-yellow.svg?style=flat&logo=jest) | ![Lines](https://img.shields.io/badge/lines-88.65%25-yellow.svg?style=flat&logo=jest) |

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 41 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-downloader",
"version": "1.1.6",
"version": "1.1.7",
"description": "Creates a download handler function and gives progress information",
"author": "Olavo Parno",
"license": "MIT",
Expand All @@ -22,71 +22,74 @@
"dist/"
],
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix src/**/*.{js,jsx,ts,tsx}"
"*.ts": [
"eslint --fix src/**/*.ts"
]
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"test": "react-scripts test",
"test:coverage": "npm run test -- --coverage --watchAll=false",
"prebuild": "rm -rf dist",
"build": "rollup -c && tsc -d --emitDeclarationOnly --noEmit false --declarationDir dist",
"start": "rollup -c -w",
"prepare": "husky install && npm run build",
"prepare": "husky install",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"lint": "eslint --fix src/**/*.{js,jsx,ts,tsx}",
"format": "prettier --write src/**/*.ts",
"lint": "eslint --fix src/**/*.ts",
"release": "standard-version",
"make-badges": "istanbul-badges-readme"
"make-badges": "istanbul-badges-readme --logo=jest"
},
"jest": {
"coverageReporters": [
"lcov",
"json-summary"
]
},
"dependencies": {
"react": "^17.0.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/plugin-url": "^6.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^26.0.24",
"@types/node-fetch": "^2.5.11",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/plugin-url": "^6.1.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.0",
"@types/node-fetch": "^3.0.3",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.1",
"istanbul-badges-readme": "^1.4.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"husky": "^7.0.4",
"istanbul-badges-readme": "^1.8.1",
"node-fetch": "^3.2.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.0",
"react-test-renderer": "^17.0.2",
"rollup": "^2.53.1",
"rollup": "^2.66.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.3.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"web-streams-polyfill": "^3.0.3"
"standard-version": "^9.3.2",
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"web-streams-polyfill": "^3.2.0"
}
}

0 comments on commit 16d1656

Please sign in to comment.