Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Dec 7, 2024
1 parent 88d354b commit b040882
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

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.

## [0.2.0](https://github.com/feryardiant/poc-brackets/compare/v0.1.1...v0.2.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* `render` method second param changed into list of
registered parties
* See 351278d and 9b5a26e for detail

### Features

* **#13:** patch matchup arrangement to comply with `upper-byes` pattern ([#18](https://github.com/feryardiant/poc-brackets/issues/18)) ([f6d2673](https://github.com/feryardiant/poc-brackets/commit/f6d26732a89d8f7302a63df602ab67976a686857)), closes [#13](https://github.com/feryardiant/poc-brackets/issues/13) [#14](https://github.com/feryardiant/poc-brackets/issues/14) [#15](https://github.com/feryardiant/poc-brackets/issues/15)
* **#6:** add behavior to the radio box to select winner on each match ([#8](https://github.com/feryardiant/poc-brackets/issues/8)) ([a3476a6](https://github.com/feryardiant/poc-brackets/commit/a3476a6dc4a9a9baab3eda212e96585311b0e095)), closes [#6](https://github.com/feryardiant/poc-brackets/issues/6)
* add ability to calculate 'bye' match and move it to next round ([62f8138](https://github.com/feryardiant/poc-brackets/commit/62f813839224c0114d4e9d295a2221c5076ea5af)), closes [#15](https://github.com/feryardiant/poc-brackets/issues/15)
* add ability to replace participant name on next round ([#19](https://github.com/feryardiant/poc-brackets/issues/19)) ([88d354b](https://github.com/feryardiant/poc-brackets/commit/88d354bb94e874454120d168d690f28113e6672a)), closes [#6](https://github.com/feryardiant/poc-brackets/issues/6)
* add ability to upload `csv` file to generate chart ([#12](https://github.com/feryardiant/poc-brackets/issues/12)) ([0c71dc1](https://github.com/feryardiant/poc-brackets/commit/0c71dc1d0004d7948f51d7e2a3290d1f6a93bb2a))
* add new `determineNextRoundFromPrevMatches` method ([6ece748](https://github.com/feryardiant/poc-brackets/commit/6ece7481e7dd3fca8b0dfd57a5a549fce0a91ccb))
* **dev:** add type definition to improve dx ([d181314](https://github.com/feryardiant/poc-brackets/commit/d1813142bc0f9e48d0128e4bcbd1b096f4858c80))
* **dev:** configure automation for pull-requests ([#4](https://github.com/feryardiant/poc-brackets/issues/4)) ([e042dbb](https://github.com/feryardiant/poc-brackets/commit/e042dbb1a3006bc243e2bac52b0cc4656da1735f))
* **dev:** ignore `bun` and `deno` lock file ([5a18f13](https://github.com/feryardiant/poc-brackets/commit/5a18f13eb4e81af0a15c224035ba4582cf8dbf93))
* **dev:** split labeling job into separated workflow with `pull_request_target` ([9583bd0](https://github.com/feryardiant/poc-brackets/commit/9583bd05dcdeced4991f72d0d07a37c4507d48ee))
* refactor `generateRounds` and `generateParties` method signature ([#11](https://github.com/feryardiant/poc-brackets/issues/11)) ([1decbe1](https://github.com/feryardiant/poc-brackets/commit/1decbe14aa406067e72e2cca60a36273bb571920))
* simplify the logic of registering parties based on matches in prior round ([6f8154d](https://github.com/feryardiant/poc-brackets/commit/6f8154ddb0f38569e421ca8357d109e11d2f1f41))
* use specific numeric font-variant and make slider width fixed ([e0ef778](https://github.com/feryardiant/poc-brackets/commit/e0ef778f14af663f4d769b8b26127c614df0d2f2))


### Bug Fixes

* **#5:** fix match position ([#10](https://github.com/feryardiant/poc-brackets/issues/10)) ([0b26e71](https://github.com/feryardiant/poc-brackets/commit/0b26e71a022f79b4b8b6631db9f9b939a2d4115b))
* fix issue caused by prior commit ([a466bf9](https://github.com/feryardiant/poc-brackets/commit/a466bf9a603676fa1dd88d2a657db7677bae52db))
* fix match `size` and `span` mechanic ([a9f6bf3](https://github.com/feryardiant/poc-brackets/commit/a9f6bf3d68e3987588411af312ebf4c69fafc5c6))
* generation of `match.id` on `singular` match ([d021ccf](https://github.com/feryardiant/poc-brackets/commit/d021ccfb8679e2e953d05c666247fd8c98119f55)), closes [#14](https://github.com/feryardiant/poc-brackets/issues/14)
* rearrange matches structure and layouts ([#7](https://github.com/feryardiant/poc-brackets/issues/7)) ([215e2a2](https://github.com/feryardiant/poc-brackets/commit/215e2a2c5be5946bf2bc441a1eafe586bd4d338a))
* remove console.log and fix linting issues ([67ff868](https://github.com/feryardiant/poc-brackets/commit/67ff8686396b19270c57bef4e2d7721b58d5bb1e))

### [0.1.1](https://github.com/feryardiant/poc-brackets/compare/v0.1.0...v0.1.1) (2024-11-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knockout-chart",
"type": "module",
"version": "0.1.1",
"version": "0.2.0",
"description": "Knockout Chart",
"author": "Fery Wardiyanto <ferywardiyanto@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit b040882

Please sign in to comment.