diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4948808 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# 1.0.0 (2024-03-10) + + +### Bug Fixes + +* add throw error from API data ([a2ab2cd](https://github.com/eliasrosa/tcc/commit/a2ab2cd42a7c772dd40c023eb4ec1b1ae338cca9)) +* add toggleSidebar onClick menu ([95494ed](https://github.com/eliasrosa/tcc/commit/95494ed22982a1b3a203f05c08471d2b60ece7d2)) +* add types for build ([cfac122](https://github.com/eliasrosa/tcc/commit/cfac122fff05435067320bf6badab27f85b530b6)) +* charts components ([6e92ee5](https://github.com/eliasrosa/tcc/commit/6e92ee568e5aa282e0e3099c09c95b2f470b3717)) +* duplicate tooltip ([891479e](https://github.com/eliasrosa/tcc/commit/891479ec9e814f7ca1ed0a104104ee4d4051a05c)) +* errors in texts ([4ac0a2a](https://github.com/eliasrosa/tcc/commit/4ac0a2a3cd20e178ae821d2b34c4864d2ead9058)) +* eslint ([23deee7](https://github.com/eliasrosa/tcc/commit/23deee71437e6262af0679dffed38f73e7898150)) +* eslint ([22e9e07](https://github.com/eliasrosa/tcc/commit/22e9e07d08ac3f3979d52be92be5f25fed9b3d41)) +* fix sidebar overlay ([0145ac1](https://github.com/eliasrosa/tcc/commit/0145ac1f6e40cafc490d1ac45e8147a55b1091fc)) +* lint remove vars defined but never used ([8f0b334](https://github.com/eliasrosa/tcc/commit/8f0b334dabad5d818e8e680c808388f07dc919f1)) +* rename label input ([5fae312](https://github.com/eliasrosa/tcc/commit/5fae312eb107779f179314799eb74d3038acab59)) +* sidebar overlay button ([a0ba2e8](https://github.com/eliasrosa/tcc/commit/a0ba2e8c8c0ce7d5862dc5a41e627af9e363a591)) +* test simulator ([7c5efd0](https://github.com/eliasrosa/tcc/commit/7c5efd07648e5f8dcdfffb2a88aac43a37acc984)) +* Update closeModal prop in ModalConfig interface ([95f6b53](https://github.com/eliasrosa/tcc/commit/95f6b53a0495fe0e4ee4dbfbc599c2935ea8f596)) + + +### Features + +* add cookie on close terms ([4e39d95](https://github.com/eliasrosa/tcc/commit/4e39d95f2a0835672be015a7de0ee8b09b366e64)) +* add DividendsChart ([b0dd6f5](https://github.com/eliasrosa/tcc/commit/b0dd6f55a62ff5b11e06362a16c28da63ec83e57)) +* add e2e tests ([a1679de](https://github.com/eliasrosa/tcc/commit/a1679de506337ec5bf434104ebdc9cce8818d666)) +* add layout improvements ([76a4f0c](https://github.com/eliasrosa/tcc/commit/76a4f0cc12b633e8ea2b43fc8f1e5fb834aa4cab)) +* add package [@testing-library](https://github.com/testing-library) ([d1acb4c](https://github.com/eliasrosa/tcc/commit/d1acb4c4566da7a38213c59405648ca635603b9a)) +* add simulator page ([b6d0d58](https://github.com/eliasrosa/tcc/commit/b6d0d5852277c1a469bf77287e230a712980b43b)) +* add tests common componets ([ca1e885](https://github.com/eliasrosa/tcc/commit/ca1e885d3f8bc41e89e0f925b61df247882186c1)) +* add tests layout components ([fb4ad1a](https://github.com/eliasrosa/tcc/commit/fb4ad1aa276040a4fbe52d5dcbd3c8726bad8507)) +* add toCurrency helper ([ec9ccd8](https://github.com/eliasrosa/tcc/commit/ec9ccd86033664a4dace76d4745d77554f75068c)) +* add unit tests ([586d6eb](https://github.com/eliasrosa/tcc/commit/586d6eb728915cc3ddda8c86102250ef08cf990e)) +* change api to hgbrasil ([57abf16](https://github.com/eliasrosa/tcc/commit/57abf164d14d825f01e6f822194cbdca11f2395d)) +* enabled semantic release ([7bf3e5c](https://github.com/eliasrosa/tcc/commit/7bf3e5cd2d026cb1704a0f1e7a774da9d521d0c1)) +* init priceHistory ([bb78200](https://github.com/eliasrosa/tcc/commit/bb782008191db0448f30424060d3d9d57a754b6e)) +* install cypress and add tests ([d7412e1](https://github.com/eliasrosa/tcc/commit/d7412e1df3ae3347dd38c961abfdc786e298380c)) +* **sidebar:** add hide/show menu ([cf10b69](https://github.com/eliasrosa/tcc/commit/cf10b699166635011cfb6a082520ce81faf4ff78)) +* update NextJS to v14 ([d413085](https://github.com/eliasrosa/tcc/commit/d413085d3b410c09601d38afce8b8c926aeb5ab7)) diff --git a/package.json b/package.json index 9282687..2e87b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tcc", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",