Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 7fe9714

Browse files
committed
1.0.0
1 parent 5ad5ce0 commit 7fe9714

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

Diff for: changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Change Log
22

3+
### [v1.0.0](https://github.com/rescriptbr/react-testing-library/releases/tag/v1.0.0) (2021-04-21)
4+
5+
* Fix package version ([@vmarcosp](https://github.com/vmarcosp) in [5ad5ce0](https://github.com/rescriptbr/react-testing-library/commit/5ad5ce0))
6+
* Updating changelog ([@vmarcosp](https://github.com/vmarcosp) in [d6b6178](https://github.com/rescriptbr/react-testing-library/commit/d6b6178))
7+
* Update readme.md ([@vmarcosp](https://github.com/vmarcosp) in [40b2af2](https://github.com/rescriptbr/react-testing-library/commit/40b2af2))
8+
* Update ci.yml ([@vmarcosp](https://github.com/vmarcosp) in [ddf3986](https://github.com/rescriptbr/react-testing-library/commit/ddf3986))
9+
* Update readme.md ([@vmarcosp](https://github.com/vmarcosp) in [e70df4d](https://github.com/rescriptbr/react-testing-library/commit/e70df4d))
10+
* Updating deno version on ci ([@vmarcosp](https://github.com/vmarcosp) in [4ac7cc6](https://github.com/rescriptbr/react-testing-library/commit/4ac7cc6))
11+
* Removing unused files ([@vmarcosp](https://github.com/vmarcosp) in [3b0c09f](https://github.com/rescriptbr/react-testing-library/commit/3b0c09f))
12+
* Migrating from reason syntax to rescript and reason-react to @rescript/react ([@vmarcosp](https://github.com/vmarcosp) in [f77a430](https://github.com/rescriptbr/react-testing-library/commit/f77a430))
13+
314

415
### [v1.0.0](https://github.com/rescriptbr/react-testing-library/releases/tag/v1.0.0) (2021-04-21)
516
* Migrating from `reason-react` to `@rescript/react`

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescriptbr/testing-library",
3-
"version": "0.8.0",
3+
"version": "1.0.0",
44
"description": "ReScript bindings for react-testing-library",
55
"repository": "rescriptbr/react-testing-library",
66
"author": {

Diff for: readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ $ yarn test
7474

7575
> [Full Change Log](changelog.md)
7676
77+
### [v1.0.0](https://github.com/rescriptbr/react-testing-library/releases/tag/v1.0.0) (2021-04-21)
78+
79+
* Fix package version ([@vmarcosp](https://github.com/vmarcosp) in [5ad5ce0](https://github.com/rescriptbr/react-testing-library/commit/5ad5ce0))
80+
* Updating changelog ([@vmarcosp](https://github.com/vmarcosp) in [d6b6178](https://github.com/rescriptbr/react-testing-library/commit/d6b6178))
81+
* Update readme.md ([@vmarcosp](https://github.com/vmarcosp) in [40b2af2](https://github.com/rescriptbr/react-testing-library/commit/40b2af2))
82+
* Update ci.yml ([@vmarcosp](https://github.com/vmarcosp) in [ddf3986](https://github.com/rescriptbr/react-testing-library/commit/ddf3986))
83+
* Update readme.md ([@vmarcosp](https://github.com/vmarcosp) in [e70df4d](https://github.com/rescriptbr/react-testing-library/commit/e70df4d))
84+
* Updating deno version on ci ([@vmarcosp](https://github.com/vmarcosp) in [4ac7cc6](https://github.com/rescriptbr/react-testing-library/commit/4ac7cc6))
85+
* Removing unused files ([@vmarcosp](https://github.com/vmarcosp) in [3b0c09f](https://github.com/rescriptbr/react-testing-library/commit/3b0c09f))
86+
* Migrating from reason syntax to rescript and reason-react to @rescript/react ([@vmarcosp](https://github.com/vmarcosp) in [f77a430](https://github.com/rescriptbr/react-testing-library/commit/f77a430))
87+
7788
## License
7889

7990
MIT ©

0 commit comments

Comments
 (0)