bs-react-testing-library
Advanced tools
Comparing version 0.7.2 to 0.7.3
## Change Log | ||
### [v0.7.3](https://github.com/wyze/bs-react-testing-library/releases/tag/v0.7.3) (2020-06-18) | ||
* Fix test command ([@wyze](https://github.com/wyze) in [f9c5987](https://github.com/wyze/bs-react-testing-library/commit/f9c5987)) | ||
* Bump version for bs-dom-testing-library ([@johnridesabike](https://github.com/johnridesabike) in [#24](https://github.com/wyze/bs-react-testing-library/pull/24)) | ||
* Change type of cleanup function ([@denis-ok](https://github.com/denis-ok) in [#23](https://github.com/wyze/bs-react-testing-library/pull/23)) | ||
* Use denopkg.com ([@wyze](https://github.com/wyze) in [#22](https://github.com/wyze/bs-react-testing-library/pull/22)) | ||
* Update CI to try and work better ([@wyze](https://github.com/wyze) in [#21](https://github.com/wyze/bs-react-testing-library/pull/21)) | ||
### [v0.7.2](https://github.com/wyze/bs-react-testing-library/releases/tag/v0.7.2) (2020-04-13) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "bs-react-testing-library", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "BuckleScript bindings for react-testing-library.", | ||
@@ -38,3 +38,3 @@ "repository": "wyze/bs-react-testing-library", | ||
"@testing-library/react": "^10.0.2", | ||
"bs-dom-testing-library": "^0.6.1" | ||
"bs-dom-testing-library": "^0.6.2" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
@@ -79,6 +79,9 @@ # bs-react-testing-library · [![Build Status][actions-image]][actions-url] [![npm][npm-image]][npm-url] [![Codecov][codecov-image]][codecov-url] | ||
### [v0.7.2](https://github.com/wyze/bs-react-testing-library/releases/tag/v0.7.2) (2020-04-13) | ||
### [v0.7.3](https://github.com/wyze/bs-react-testing-library/releases/tag/v0.7.3) (2020-06-18) | ||
* Fix bsconfig.json to allow `test` command to run ([@wyze](https://github.com/wyze) in [48b5343](https://github.com/wyze/bs-react-testing-library/commit/48b5343)) | ||
* Run bisect conditionally ([@wyze](https://github.com/wyze) in [#20](https://github.com/wyze/bs-react-testing-library/pull/20)) | ||
* Fix test command ([@wyze](https://github.com/wyze) in [f9c5987](https://github.com/wyze/bs-react-testing-library/commit/f9c5987)) | ||
* Bump version for bs-dom-testing-library ([@johnridesabike](https://github.com/johnridesabike) in [#24](https://github.com/wyze/bs-react-testing-library/pull/24)) | ||
* Change type of cleanup function ([@denis-ok](https://github.com/denis-ok) in [#23](https://github.com/wyze/bs-react-testing-library/pull/23)) | ||
* Use denopkg.com ([@wyze](https://github.com/wyze) in [#22](https://github.com/wyze/bs-react-testing-library/pull/22)) | ||
* Update CI to try and work better ([@wyze](https://github.com/wyze) in [#21](https://github.com/wyze/bs-react-testing-library/pull/21)) | ||
@@ -85,0 +88,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56430
99