Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-11-01)

### Bug Fixes

* **build:** can not consider "city" to upgr ([8f54c51](8f54c51))
* can not plan already played action cards ([34a740d](34a740d))
* **recruit:** can't recruit if already a piece on the tile ([da74f4f](da74f4f))

### Features

* available movements considering a piece of the same owner ([e684f65](e684f65))
* basic ' Board - Cell - Hexagon ' structure ([7c5b14e](7c5b14e))
* **board:** enemy pieces has red border ([3e7899b](3e7899b))
* **board:** position tiles visually ([c5bdc62](c5bdc62))
* build dialog can be discarded ([d898fa6](d898fa6))
* **build:** show dialog (upgr | wall) ([7ff2a1c](7ff2a1c))
* calculate tiles in range 2 ([e012982](e012982))
* **component:** <IconCard /> ([bfab668](bfab668))
* declare greatest empire ([93ed0c1](93ed0c1))
* knights move 2 tiles ([dbc6e59](dbc6e59))
* player points ([da081d3](da081d3))
* recruit dialog (<RecruitDialog />) ([4a292ae](4a292ae))
* save GameContext on localStorage (no UI) ([cce19cf](cce19cf))
* scorePoint() on conquest ([c8ceeb3](c8ceeb3))
* soliders can not enter in lakes ([506d8f9](506d8f9))
* starting new component <Piece /> ([e6bec02](e6bec02))
* **timeline:** skip button ([6276dae](6276dae))
* working savegames ([12967f8](12967f8))

### Performance Improvements

* avoid unnecessary board iteration ([20234f0](20234f0))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 1395cac commit dade6e0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 1.0.0 (2023-11-01)


### Bug Fixes

* **build:** can not consider "city" to upgr ([8f54c51](https://github.com/manuartero/storming/commit/8f54c51df6e97a7e12649c813956025f84f501d6))
* can not plan already played action cards ([34a740d](https://github.com/manuartero/storming/commit/34a740d57cadf748869301d76675dbe0a266d846))
* **recruit:** can't recruit if already a piece on the tile ([da74f4f](https://github.com/manuartero/storming/commit/da74f4fe423de74e013f27e93fd56b57630f77e6))


### Features

* available movements considering a piece of the same owner ([e684f65](https://github.com/manuartero/storming/commit/e684f651015789a76d1e3fdefc3e3dbb936eb556))
* basic ' Board - Cell - Hexagon ' structure ([7c5b14e](https://github.com/manuartero/storming/commit/7c5b14e60ce8cfac111cb98419fc30b9481c4770))
* **board:** enemy pieces has red border ([3e7899b](https://github.com/manuartero/storming/commit/3e7899b0f52804edda51a70bde53d06a53f04e89))
* **board:** position tiles visually ([c5bdc62](https://github.com/manuartero/storming/commit/c5bdc6279ce75959f07670b618e28287fb7b0483))
* build dialog can be discarded ([d898fa6](https://github.com/manuartero/storming/commit/d898fa65f1ca2a5d315ccf0c2f7500741d7ad9bd))
* **build:** show dialog (upgr | wall) ([7ff2a1c](https://github.com/manuartero/storming/commit/7ff2a1c42097425d1cc09b5b94fa7dc5d52e007d))
* calculate tiles in range 2 ([e012982](https://github.com/manuartero/storming/commit/e012982e13f18484ee504bab47e83eac87a11346))
* **component:** <IconCard /> ([bfab668](https://github.com/manuartero/storming/commit/bfab668235a61fcd5aed10ba49f4a6d3edaf141e))
* declare greatest empire ([93ed0c1](https://github.com/manuartero/storming/commit/93ed0c1d8b225e4f86cc2d522da8fb9372923da5))
* knights move 2 tiles ([dbc6e59](https://github.com/manuartero/storming/commit/dbc6e59b74efab1a9f9187b2322ec8b7a8355de3))
* player points ([da081d3](https://github.com/manuartero/storming/commit/da081d392f0660dc7c20e6795ced3051d809b52e))
* recruit dialog (<RecruitDialog />) ([4a292ae](https://github.com/manuartero/storming/commit/4a292ae052ff97c6056fd54ddc8f941cb82e4c05))
* save GameContext on localStorage (no UI) ([cce19cf](https://github.com/manuartero/storming/commit/cce19cf04b6871505f1438ce554e689442a8f734))
* scorePoint() on conquest ([c8ceeb3](https://github.com/manuartero/storming/commit/c8ceeb396dcc78741bffad7a363491cef954c065))
* soliders can not enter in lakes ([506d8f9](https://github.com/manuartero/storming/commit/506d8f9b8a9d4bcb76b25fbc9a90b4e47ac77b63))
* starting new component <Piece /> ([e6bec02](https://github.com/manuartero/storming/commit/e6bec029139d5806c335b768a78bce676927aac2))
* **timeline:** skip button ([6276dae](https://github.com/manuartero/storming/commit/6276dae48e6bb223ffa9819130c841f1f83a49f0))
* working savegames ([12967f8](https://github.com/manuartero/storming/commit/12967f8c699f3c60bb34d23f6bc6d705af627959))


### Performance Improvements

* avoid unnecessary board iteration ([20234f0](https://github.com/manuartero/storming/commit/20234f09bceb0b87b6e95040d4b834792a866f4a))

0 comments on commit dade6e0

Please sign in to comment.