Skip to content
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: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="0.9.2"></a>
## [0.9.2](https://github.com/securedeveloper/react-data-export/compare/v0.9.1...v0.9.2) (2024-02-05)


### Bug Fixes

* remove patch-package and postinstall script ([9079343](https://github.com/securedeveloper/react-data-export/commit/9079343))



<a name="0.9.1"></a>
## [0.9.1](https://github.com/securedeveloper/react-data-export/compare/v0.9.0...v0.9.1) (2024-02-05)

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-data-export",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"types": "types/index.d.ts",
"description": "A set of tools to export dataset from react to different formats.",
Expand Down Expand Up @@ -48,7 +48,6 @@
"jest": "^23.6.0",
"jest-environment-node": "22.4.1",
"nyc": "11.2.1",
"patch-package": "^8.0.0",
"prop-types": "15.6.0",
"react": "16.0.0",
"react-dom": "16.0.1",
Expand All @@ -67,8 +66,7 @@
"build:watch": "babel -w src --out-dir dist",
"lint": "eslint .",
"lint:watch": "esw -w lib/**",
"prepare": "npm run build",
"postinstall": "patch-package"
"prepare": "npm run build"
},
"commitlint": {
"extends": [
Expand Down
13 changes: 0 additions & 13 deletions patches/tempa-xlsx+0.8.20.patch

This file was deleted.