From 43154a1d6ccf57cd1d959d19da26bfbd5dcdf4d0 Mon Sep 17 00:00:00 2001 From: James Monger Date: Thu, 24 Aug 2023 22:30:30 +0000 Subject: [PATCH] docs: simplify docs, remove changelog docs --- CHANGELOG.md | 737 ------------------ README.md | 2 - apps/server-game/CHANGELOG.md | 388 --------- apps/web-menu/CHANGELOG.md | 628 --------------- .../@creature-chess/auth-server/CHANGELOG.md | 274 ------- modules/@creature-chess/battle/CHANGELOG.md | 106 --- modules/@creature-chess/data/CHANGELOG.md | 97 --- modules/@creature-chess/gamemode/CHANGELOG.md | 399 ---------- modules/@creature-chess/models/CHANGELOG.md | 170 ---- .../@creature-chess/networking/CHANGELOG.md | 148 ---- modules/@creature-chess/ui/CHANGELOG.md | 44 -- modules/@shoki/board-react/CHANGELOG.md | 56 -- modules/@shoki/board/CHANGELOG.md | 74 -- modules/@shoki/engine/CHANGELOG.md | 32 - modules/@shoki/networking/CHANGELOG.md | 24 - 15 files changed, 3179 deletions(-) delete mode 100644 CHANGELOG.md delete mode 100644 apps/server-game/CHANGELOG.md delete mode 100644 apps/web-menu/CHANGELOG.md delete mode 100644 modules/@creature-chess/auth-server/CHANGELOG.md delete mode 100644 modules/@creature-chess/battle/CHANGELOG.md delete mode 100644 modules/@creature-chess/data/CHANGELOG.md delete mode 100644 modules/@creature-chess/gamemode/CHANGELOG.md delete mode 100644 modules/@creature-chess/models/CHANGELOG.md delete mode 100644 modules/@creature-chess/networking/CHANGELOG.md delete mode 100644 modules/@creature-chess/ui/CHANGELOG.md delete mode 100644 modules/@shoki/board-react/CHANGELOG.md delete mode 100644 modules/@shoki/board/CHANGELOG.md delete mode 100644 modules/@shoki/engine/CHANGELOG.md delete mode 100644 modules/@shoki/networking/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 0762ed40..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,737 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Bug Fixes - -- fix @shoki/board dependency ([4294659](https://github.com/Jameskmonger/creature-chess/commit/4294659a17b645d587c899a51fd0ac690c5a6ced)) -- fix build and dev:app after lerna changes ([#450](https://github.com/Jameskmonger/creature-chess/issues/450)) ([a7c9ba7](https://github.com/Jameskmonger/creature-chess/commit/a7c9ba7565a3c04e47cc7782e870f6719a408b0f)) - -### Features - -- Add board, bench and inputs to dev tools ([#451](https://github.com/Jameskmonger/creature-chess/issues/451)) ([9d1063d](https://github.com/Jameskmonger/creature-chess/commit/9d1063de29a6cbc0b6edf9f3049bfcce0c2947ea)) -- Create initial dev tools package ([#456](https://github.com/Jameskmonger/creature-chess/issues/456)) ([1ba9861](https://github.com/Jameskmonger/creature-chess/commit/1ba98614118757bf22398cddbe8c15d118eb9db1)) -- make bot consider how strategic a piece's type is ([#458](https://github.com/Jameskmonger/creature-chess/issues/458)) ([ec71f5c](https://github.com/Jameskmonger/creature-chess/commit/ec71f5ceb5df1e654f0148a8849f82bab3b169cd)) -- profile picture shown in lobby ([#446](https://github.com/Jameskmonger/creature-chess/issues/446)) ([b79cd97](https://github.com/Jameskmonger/creature-chess/commit/b79cd97bb0ea1f4743fc1ff80f8433de7c2575be)) -- Reinstall storybook ([#459](https://github.com/Jameskmonger/creature-chess/issues/459)) ([09520fe](https://github.com/Jameskmonger/creature-chess/commit/09520fee0f4fe187b6407a62be24774b24cf81fe)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package creature-chess - -## [0.4.15](https://github.com/Jameskmonger/creature-chess/compare/v0.4.14...v0.4.15) (2021-07-26) - -**Note:** Version bump only for package creature-chess - -## [0.4.14](https://github.com/Jameskmonger/creature-chess/compare/v0.4.13...v0.4.14) (2021-07-26) - -**Note:** Version bump only for package creature-chess - -## [0.4.13](https://github.com/Jameskmonger/creature-chess/compare/v0.4.12...v0.4.13) (2021-07-26) - -### Bug Fixes - -- fix getLeastPlayedBots query ([b0d53d3](https://github.com/Jameskmonger/creature-chess/commit/b0d53d32c58f2f41d23344aa9dc1b07c91bedec9)) - -### Features - -- use utility system for all bot actions ([dec38b2](https://github.com/Jameskmonger/creature-chess/commit/dec38b29c8ef65c89eb8fca3e58e6907d2ef2920)) - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- add personalities to bots in db ([ad83af4](https://github.com/Jameskmonger/creature-chess/commit/ad83af4548554a349fde1dd20f8d7915b0bb4370)) -- add utility api to shoki engine ([da4faf9](https://github.com/Jameskmonger/creature-chess/commit/da4faf9e933e05f1af71a01f7f0d5878c7b93648)) -- make bots more eager to buy xp ([28739f6](https://github.com/Jameskmonger/creature-chess/commit/28739f63142a64b81f631e0a6f26c12af075d376)) -- make bots reroll cards if they clear the shop ([606e3f4](https://github.com/Jameskmonger/creature-chess/commit/606e3f4955ebaa9071c428366dc737fbf97c06c3)) -- reduce number of bots in db ([0bf2df7](https://github.com/Jameskmonger/creature-chess/commit/0bf2df7ee817e7d43479f388e981c9a41f278892)) -- utility ai system for bots ([98e65fa](https://github.com/Jameskmonger/creature-chess/commit/98e65faac5d21097b73510eda53417eec1d9929a)) - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -### Features - -- utility ai system for bots ([932abf3](https://github.com/Jameskmonger/creature-chess/commit/932abf389832fc961b892aac9c8ff805699bc984)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- add quick chat to 'now playing' screen ([#442](https://github.com/Jameskmonger/creature-chess/issues/442)) ([8a82649](https://github.com/Jameskmonger/creature-chess/commit/8a82649fd88a94eb0a2cb5628445e993e197b5b9)) -- **shoki:** add `put` method to entity to dispatch actions from outside ([4d740bd](https://github.com/Jameskmonger/creature-chess/commit/4d740bd7a1d1702f9205a31689d84f330950036d)) - -## [0.4.9](https://github.com/Jameskmonger/creature-chess/compare/v0.4.8...v0.4.9) (2021-07-23) - -**Note:** Version bump only for package creature-chess - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package creature-chess - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -### Bug Fixes - -- add spacer to overlay screen ([#433](https://github.com/Jameskmonger/creature-chess/issues/433)) ([40df0b6](https://github.com/Jameskmonger/creature-chess/commit/40df0b6addf617cfeae94ca6809d1660f720114d)) -- make bench pieces face forwards ([660b572](https://github.com/Jameskmonger/creature-chess/commit/660b5724215e474cea0e3297c2454b1583cdf2e1)), closes [#393](https://github.com/Jameskmonger/creature-chess/issues/393) -- prevent shop being opened when specating ([#436](https://github.com/Jameskmonger/creature-chess/issues/436)) ([2055fc4](https://github.com/Jameskmonger/creature-chess/commit/2055fc40f859a5fd8a2a12f99bd1ad89514090da)) - -### Features - -- spectating overlay ([#438](https://github.com/Jameskmonger/creature-chess/issues/438)) ([52d8941](https://github.com/Jameskmonger/creature-chess/commit/52d8941040064e05c6707342d646b976f544b465)) - -## [0.4.5](https://github.com/Jameskmonger/creature-chess/compare/v0.4.4...v0.4.5) (2021-05-19) - -### Bug Fixes - -- apply antialiasing to pieces and avatars ([5bf3257](https://github.com/Jameskmonger/creature-chess/commit/5bf32575d04b8bedac35f16d888693913fda7225)) - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -### Bug Fixes - -- add 100% width to stars and type indicator ([15beb8b](https://github.com/Jameskmonger/creature-chess/commit/15beb8b910ffe0e79962c16d16a0f4315b2263ec)) -- show bench pieces during match ([7bc94e6](https://github.com/Jameskmonger/creature-chess/commit/7bc94e6d9c630f1c12d5a53024c1a9a9158fd713)), closes [#421](https://github.com/Jameskmonger/creature-chess/issues/421) - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package creature-chess - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package creature-chess - -## [0.4.1](https://github.com/Jameskmonger/creature-chess/compare/v0.4.0...v0.4.1) (2021-05-16) - -### Features - -- style head to head screen ([#424](https://github.com/Jameskmonger/creature-chess/issues/424)) ([71f0f4e](https://github.com/Jameskmonger/creature-chess/commit/71f0f4eac4c7552aeadc8b71305ebf18f67590fe)), closes [#386](https://github.com/Jameskmonger/creature-chess/issues/386) - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -### Features - -- add spectate note to the game over screen ([73c920f](https://github.com/Jameskmonger/creature-chess/commit/73c920f8ae14f5695998de9daa20d6b6bacf01b5)) - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -### Bug Fixes - -- clear spectating player on reconnect ([c08bbbd](https://github.com/Jameskmonger/creature-chess/commit/c08bbbdf245503142080d90a94f5abfc0126a35e)) -- remove duplicate startBattle ([4d0ec58](https://github.com/Jameskmonger/creature-chess/commit/4d0ec582fd775b63cc02b674572c9a94c5be8b6c)) -- select battle board correctly ([fe171ca](https://github.com/Jameskmonger/creature-chess/commit/fe171ca3d3a10f6bbc5fa985b2d0b819303a1d04)) -- show spectated players team as friendly ([ff8e358](https://github.com/Jameskmonger/creature-chess/commit/ff8e3580f9928b30de9c6b514938b79c0b772251)) - -### Features - -- send SPECTATING_PLAYER_UPDATE packet ([d310c2f](https://github.com/Jameskmonger/creature-chess/commit/d310c2fc3364e80e708870528f98fb616e8bd407)) -- spectator mode ([d55561b](https://github.com/Jameskmonger/creature-chess/commit/d55561bee22e9b9638a397155b96f9d07167648a)), closes [#238](https://github.com/Jameskmonger/creature-chess/issues/238) - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -### Features - -- add spectate button to PlayerListItem ([#413](https://github.com/Jameskmonger/creature-chess/issues/413)) ([900f23f](https://github.com/Jameskmonger/creature-chess/commit/900f23f3e55d0d289b1c2336ab3c5ab6a97eae3e)) -- initial spectate functionality ([#415](https://github.com/Jameskmonger/creature-chess/issues/415)) ([ce7c32d](https://github.com/Jameskmonger/creature-chess/commit/ce7c32d80462af0c5508a7b95956a12be6375a4a)) - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package creature-chess - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -### Bug Fixes - -- fix player list colouring for away games ([bd18c4b](https://github.com/Jameskmonger/creature-chess/commit/bd18c4b54d900bf4cb3c90f75d2bc1d5375b57b5)) -- send playerlist updates to dead players ([e288bdd](https://github.com/Jameskmonger/creature-chess/commit/e288bddf5610aafdde8ca635d6257f703b954376)) - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -### Bug Fixes - -- check for registered user correctly ([a5e44da](https://github.com/Jameskmonger/creature-chess/commit/a5e44da427e697a9f440b29f811dcaf9cbacfdd0)) - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -### Bug Fixes - -- connect playerReadyPhase saga ([fae4f2a](https://github.com/Jameskmonger/creature-chess/commit/fae4f2afe96fd15f8253a040952d68e81469c119)), closes [#399](https://github.com/Jameskmonger/creature-chess/issues/399) [#400](https://github.com/Jameskmonger/creature-chess/issues/400) -- make match rewards stay on screen ([9f0fb96](https://github.com/Jameskmonger/creature-chess/commit/9f0fb966fe3d45dc57690023f1a648759caef6cb)), closes [#398](https://github.com/Jameskmonger/creature-chess/issues/398) - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -### Bug Fixes - -- fix discord link image ([60f74e6](https://github.com/Jameskmonger/creature-chess/commit/60f74e65a3d6ad0a613348325a0e463376e331d7)) - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -### Bug Fixes - -- fix discord link image ([f118ad1](https://github.com/Jameskmonger/creature-chess/commit/f118ad148f5a1d3a0eefceb87597240a86c4858a)) - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -### Bug Fixes - -- wait for end of execution queue before starting game ([fccd36f](https://github.com/Jameskmonger/creature-chess/commit/fccd36fc0f74f4d5ecc06c5532b7dbb77a13b2c9)) - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -### Bug Fixes - -- delete test button ([8b4c67f](https://github.com/Jameskmonger/creature-chess/commit/8b4c67f4c3053b1cd7dbcb8f9534c029dbbb3748)) -- fix shadowed variable lint issue ([54e4543](https://github.com/Jameskmonger/creature-chess/commit/54e45434abe38b19c51cbe0cddc97f4f6c51ad1d)) - -### Features - -- store nickname against auth0 user ([0349057](https://github.com/Jameskmonger/creature-chess/commit/03490573925ca5739cd34181d4c1d743eb4092ef)) - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -### Bug Fixes - -- delete test button ([def5225](https://github.com/Jameskmonger/creature-chess/commit/def52255fdcc896a90a4c5c763874f7db04a3201)) - -### Features - -- store nickname against auth0 user ([4c35183](https://github.com/Jameskmonger/creature-chess/commit/4c351839885fa33c4a99b52cb1fc7a0a1ac2e4c6)) - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -### Features - -- store nickname against auth0 user ([f1b7d45](https://github.com/Jameskmonger/creature-chess/commit/f1b7d45ee06370678e165c8e06835b01adc3ef2b)) - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -### Bug Fixes - -- Player can win after dying ([#383](https://github.com/Jameskmonger/creature-chess/issues/383)) ([0aa9aa3](https://github.com/Jameskmonger/creature-chess/commit/0aa9aa3efae3afc1c508df9be60c66757bfaad0d)) - -## [0.3.43](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.43) (2021-04-16) - -**Note:** Version bump only for package creature-chess - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -### Bug Fixes - -- dont open shop when player is dead ([#380](https://github.com/Jameskmonger/creature-chess/issues/380)) ([c0bd23c](https://github.com/Jameskmonger/creature-chess/commit/c0bd23cd4c936ba6d5664d72fdc4a2a9edbad362)) -- fix contributor title colour ([a0a6673](https://github.com/Jameskmonger/creature-chess/commit/a0a6673b317f0174ac81e0a444431ea6f150db63)) - -### Features - -- add contributor for thebigcheese and acetomman ([3d242a8](https://github.com/Jameskmonger/creature-chess/commit/3d242a8bbdd52d7d10163655966c31838f48fe86)) - -## [0.3.41](https://github.com/Jameskmonger/creature-chess/compare/v0.3.40...v0.3.41) (2021-04-14) - -### Features - -- add 'up to 8 players' text ([59c9fc6](https://github.com/Jameskmonger/creature-chess/commit/59c9fc68a1f93c53c3aa9f6a2df85c0d8427ab02)) - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package creature-chess - -## [0.3.39](https://github.com/Jameskmonger/creature-chess/compare/v0.3.38...v0.3.39) (2021-04-14) - -### Bug Fixes - -- allow sentry-trace header ([98c47ec](https://github.com/Jameskmonger/creature-chess/commit/98c47ecec103d94ca4fefd1d1f543e2c4a385de7)) -- sync health with client correctly ([6cacba5](https://github.com/Jameskmonger/creature-chess/commit/6cacba5a716e1cda007c31de04dacfd9ce513a69)) - -## [0.3.38](https://github.com/Jameskmonger/creature-chess/compare/v0.3.37...v0.3.38) (2021-04-14) - -### Features - -- add sentry.io insrumentation ([92a6599](https://github.com/Jameskmonger/creature-chess/commit/92a6599a59e83c0f43e566edfda455aa052c651f)) - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -### Bug Fixes - -- fix imports from gamemode ([7a1508d](https://github.com/Jameskmonger/creature-chess/commit/7a1508dfb016ff589e88290668fd301a8eadb244)) - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package creature-chess - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package creature-chess - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package creature-chess - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package creature-chess - -## [0.3.32](https://github.com/Jameskmonger/creature-chess/compare/v0.3.31...v0.3.32) (2021-04-11) - -**Note:** Version bump only for package creature-chess - -## [0.3.31](https://github.com/Jameskmonger/creature-chess/compare/v0.3.30...v0.3.31) (2021-04-11) - -**Note:** Version bump only for package creature-chess - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -### Bug Fixes - -- move bot creation after index creation ([a6de766](https://github.com/Jameskmonger/creature-chess/commit/a6de766e5b3968f95efc83feb5cb2dda3e37119a)) - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -### Bug Fixes - -- make match turns affect board ([37d4526](https://github.com/Jameskmonger/creature-chess/commit/37d452641baccfd20133df2b9292cbc1dc11434a)) - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -### Bug Fixes - -- start gameSaga correctly ([90688e4](https://github.com/Jameskmonger/creature-chess/commit/90688e41e0682cdf6aafbfdb33f6c9f4fcee20c6)) - -## [0.3.27](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.27) (2021-04-08) - -**Note:** Version bump only for package creature-chess - -## [0.3.26](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.26) (2021-04-08) - -**Note:** Version bump only for package creature-chess - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package creature-chess - -## [0.3.24](https://github.com/Jameskmonger/creature-chess/compare/v0.3.23...v0.3.24) (2021-04-07) - -**Note:** Version bump only for package creature-chess - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package creature-chess - -## [0.3.22](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.22) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([d1b6d23](https://github.com/Jameskmonger/creature-chess/commit/d1b6d23c138ce6631fc33f12ee74a088c21e72c4)) - -### Features - -- add new shop ui ([fdd24a0](https://github.com/Jameskmonger/creature-chess/commit/fdd24a00258d175aac0042c0f833bb5efa681cba)) - -## [0.3.21](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.21) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([d1b6d23](https://github.com/Jameskmonger/creature-chess/commit/d1b6d23c138ce6631fc33f12ee74a088c21e72c4)) - -### Features - -- add new shop ui ([fdd24a0](https://github.com/Jameskmonger/creature-chess/commit/fdd24a00258d175aac0042c0f833bb5efa681cba)) - -## [0.3.20](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.20) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([bc8fe89](https://github.com/Jameskmonger/creature-chess/commit/bc8fe891cceaa6c8892d583bd2518f2ed398291e)) - -### Features - -- add new shop ui ([908c6e0](https://github.com/Jameskmonger/creature-chess/commit/908c6e0c3a2be3453099d926b8fb97e105188887)) - -## [0.3.19](https://github.com/Jameskmonger/creature-chess/compare/v0.3.18...v0.3.19) (2021-04-06) - -### Bug Fixes - -- fix off-by-one error on player position ([f0d6eab](https://github.com/Jameskmonger/creature-chess/commit/f0d6eabefeef839e49b6ab730330a75eae0f128a)) - -## [0.3.18](https://github.com/Jameskmonger/creature-chess/compare/v0.3.17...v0.3.18) (2021-04-06) - -### Features - -- add confirm to sell piece ([ea07730](https://github.com/Jameskmonger/creature-chess/commit/ea07730749f2a65794aa6fe5bfda5d8bb80b5627)) - -## [0.3.17](https://github.com/Jameskmonger/creature-chess/compare/v0.3.16...v0.3.17) (2021-04-06) - -### Bug Fixes - -- add z-index to now playing ([644dc70](https://github.com/Jameskmonger/creature-chess/commit/644dc706a6682f6d51ef01d5f68d6367f916d757)) -- fix QuitPlayerListItem ([a338012](https://github.com/Jameskmonger/creature-chess/commit/a338012a3e2a31d1112e6ccfa40813d6e40ab9e9)) -- make exclusions work for fallback ([4d197a6](https://github.com/Jameskmonger/creature-chess/commit/4d197a645b3284ae8a0e1571f56b7f6dfdd6d12a)), closes [#368](https://github.com/Jameskmonger/creature-chess/issues/368) -- make lobby player width smaller ([6430be6](https://github.com/Jameskmonger/creature-chess/commit/6430be64644ea051f5a058fd64c4bbd69a56011a)) -- put full stop after player position ([5c62da3](https://github.com/Jameskmonger/creature-chess/commit/5c62da384b30cf1c3860783cd1a67a4ea6b9efcf)) - -### Features - -- add position to player list ([dfd1a30](https://github.com/Jameskmonger/creature-chess/commit/dfd1a30aa4ee027665312a97ebc4c15c910cdf8b)), closes [#357](https://github.com/Jameskmonger/creature-chess/issues/357) -- create "dead" player list card ([3f1b7c2](https://github.com/Jameskmonger/creature-chess/commit/3f1b7c26dbd4b42835b89040130d574d28750bb5)), closes [#356](https://github.com/Jameskmonger/creature-chess/issues/356) - -## [0.3.16](https://github.com/Jameskmonger/creature-chess/compare/v0.3.15...v0.3.16) (2021-04-06) - -### Bug Fixes - -- fix casing for StageIndicator ([0d08c00](https://github.com/Jameskmonger/creature-chess/commit/0d08c003e769c97d7aff9c0e98858014ab2f0056)) - -## [0.3.15](https://github.com/Jameskmonger/creature-chess/compare/v0.3.14...v0.3.15) (2021-04-06) - -### Features - -- restyle lobby page, add tips ([6de45d5](https://github.com/Jameskmonger/creature-chess/commit/6de45d53857097154dae7e029199dcbdd0772b6e)) - -## [0.3.14](https://github.com/Jameskmonger/creature-chess/compare/v0.3.13...v0.3.14) (2021-04-06) - -### Bug Fixes - -- make now-playing 100% width ([756412e](https://github.com/Jameskmonger/creature-chess/commit/756412e7580d87fac1db2009219f359c42862d49)) - -## [0.3.13](https://github.com/Jameskmonger/creature-chess/compare/v0.3.12...v0.3.13) (2021-04-06) - -### Features - -- add bottom margin to profile in landscape view ([d925b63](https://github.com/Jameskmonger/creature-chess/commit/d925b6392ea3d8ad2012f5713dcd7956ede8b744)) - -## [0.3.12](https://github.com/Jameskmonger/creature-chess/compare/v0.3.11...v0.3.12) (2021-04-06) - -### Bug Fixes - -- fix board layout on mobile ([770bed2](https://github.com/Jameskmonger/creature-chess/commit/770bed2346e32488dd4f96b45ed11614484dc9f5)) - -## [0.3.11](https://github.com/Jameskmonger/creature-chess/compare/v0.3.10...v0.3.11) (2021-04-06) - -### Features - -- move now playing on mobile ([b442f0f](https://github.com/Jameskmonger/creature-chess/commit/b442f0f0206786aed269505029ad3f8cd96e2ef5)) -- restyle top bar ([0dd22dc](https://github.com/Jameskmonger/creature-chess/commit/0dd22dcc62e4650597c99f4655d19ae67fcb6963)) - -## [0.3.10](https://github.com/Jameskmonger/creature-chess/compare/v0.3.9...v0.3.10) (2021-04-06) - -### Bug Fixes - -- add safety check around state.playerList ([7ff5c35](https://github.com/Jameskmonger/creature-chess/commit/7ff5c355f2798d00838a779bd55774c91013b4da)) -- search for games sequentially ([b077392](https://github.com/Jameskmonger/creature-chess/commit/b077392691eaea42bea88db59789a18d597936ec)), closes [#366](https://github.com/Jameskmonger/creature-chess/issues/366) - -### Features - -- add health bar to main screen ([558b9df](https://github.com/Jameskmonger/creature-chess/commit/558b9dfb5af4652e257c00eeadfa08b53bc617c8)), closes [#353](https://github.com/Jameskmonger/creature-chess/issues/353) -- rearrange profile elements ([43ac2f6](https://github.com/Jameskmonger/creature-chess/commit/43ac2f676710b5e18b8e83a9ee3f42d3bba8ac2e)) - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([a02f9ed](https://github.com/Jameskmonger/creature-chess/commit/a02f9ede52c905a07dcdefc3db8a23e1f2477f99)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add blessed hand feature ([18bd997](https://github.com/Jameskmonger/creature-chess/commit/18bd997b61264b71cd968d6e580129c8db52a30c)), closes [#363](https://github.com/Jameskmonger/creature-chess/issues/363) -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) -- improve text colour for help page ([039aea2](https://github.com/Jameskmonger/creature-chess/commit/039aea2ef42366c4b6eb3347a2e88f6eb261ccfc)) -- move profile out of shop ([725140c](https://github.com/Jameskmonger/creature-chess/commit/725140c52c6ff76b22d8aea61545d43a79fd7859)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- remove connection warning ([2b26c96](https://github.com/Jameskmonger/creature-chess/commit/2b26c965f993dfe7e2078e18ee3086ba8cc55d8e)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) -- use colorblind-friendly colours for piece healthbars ([1801ddd](https://github.com/Jameskmonger/creature-chess/commit/1801dddec3aad8b8c057eacafc10fb6a4982860a)) - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([a02f9ed](https://github.com/Jameskmonger/creature-chess/commit/a02f9ede52c905a07dcdefc3db8a23e1f2477f99)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add blessed hand feature ([3fc1c41](https://github.com/Jameskmonger/creature-chess/commit/3fc1c41d25c42514582a9c9109a79476fc9402b4)), closes [#363](https://github.com/Jameskmonger/creature-chess/issues/363) -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([7bb74fd](https://github.com/Jameskmonger/creature-chess/commit/7bb74fd0a9ffa0b8d4709130ad7ee53567cf1134)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([5d8c6b8](https://github.com/Jameskmonger/creature-chess/commit/5d8c6b8640085697fa6204cf56b2807b467a7735)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([3aec2e0](https://github.com/Jameskmonger/creature-chess/commit/3aec2e0b6ba1543a05c22ab9b24c9c0e6336cba9)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.4](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.4) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([202d2bb](https://github.com/Jameskmonger/creature-chess/commit/202d2bbd0410aef78172a430253c4f9a7fb61bed)) - -## [0.3.3](https://github.com/Jameskmonger/creature-chess/compare/v0.3.2...v0.3.3) (2021-04-06) - -### Bug Fixes - -- put excluded cards back on deck ([bd6ea48](https://github.com/Jameskmonger/creature-chess/commit/bd6ea48c46c355042d0f66dbffc116afb5fd9775)), closes [#365](https://github.com/Jameskmonger/creature-chess/issues/365) - -### Features - -- make bots place pieces in a sensible order ([493176c](https://github.com/Jameskmonger/creature-chess/commit/493176cb328d334a89343aa43b3ae9b1dc511166)), closes [#346](https://github.com/Jameskmonger/creature-chess/issues/346) - -## [0.3.2](https://github.com/Jameskmonger/creature-chess/compare/v0.3.1...v0.3.2) (2021-04-05) - -### Features - -- break down money on match reward screen ([2752b75](https://github.com/Jameskmonger/creature-chess/commit/2752b754b931fb04bc76dd43841124317f747717)), closes [#352](https://github.com/Jameskmonger/creature-chess/issues/352) -- exclude cards player has level 3 for already ([e1a0c90](https://github.com/Jameskmonger/creature-chess/commit/e1a0c90ad539fbdcf3a20df5b9d8cc15e0d11c72)), closes [#364](https://github.com/Jameskmonger/creature-chess/issues/364) - -## [0.3.1](https://github.com/Jameskmonger/creature-chess/compare/v0.3.0...v0.3.1) (2021-04-05) - -### Features - -- add type indicator to piece ([00dea8d](https://github.com/Jameskmonger/creature-chess/commit/00dea8dcfb501fd9a2550a765b72093d6b27baf7)) -- add TypeIndicator to help page ([03bd722](https://github.com/Jameskmonger/creature-chess/commit/03bd72236ba281b85b18ec16fad8a2a6adfa8683)) -- change bench colour ([b6b8c38](https://github.com/Jameskmonger/creature-chess/commit/b6b8c38920fb752c4aca5720b06288a176664553)) -- rework attack bonus [trial] ([65c2e7e](https://github.com/Jameskmonger/creature-chess/commit/65c2e7e530d8287fd59c14c722a696d301b03c73)) -- show TypeIndicator on cards ([486f9d8](https://github.com/Jameskmonger/creature-chess/commit/486f9d88e50684968257ffed3541cd674b548f60)) -- use stars to indicate stage ([6f7a0b6](https://github.com/Jameskmonger/creature-chess/commit/6f7a0b6cfb1aef6c02ba013575eb73307aa994ab)) - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -### Features - -- add kirkanon ([607216a](https://github.com/Jameskmonger/creature-chess/commit/607216a8f73728ec53b85b2a15d3151f47e38443)) - -## [0.2.25](https://github.com/Jameskmonger/creature-chess/compare/v0.2.24...v0.2.25) (2021-04-05) - -### Bug Fixes - -- add logging to buyCard/buyXp, send updates on mismatch ([fa6a282](https://github.com/Jameskmonger/creature-chess/commit/fa6a282f3a5c63c2941d903a512e919fd553222c)) - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package creature-chess - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -### Bug Fixes - -- move all calculations to server side ([8b61a65](https://github.com/Jameskmonger/creature-chess/commit/8b61a658901e1083642955d5292cad6d082e536e)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- Add developer title ([93ef0f7](https://github.com/Jameskmonger/creature-chess/commit/93ef0f7e6f35d58d537612fea6c92175876fd861)) -- player list styling changes ([a131cd7](https://github.com/Jameskmonger/creature-chess/commit/a131cd7b4efd1e4454cc3bed4c5cdc903881644a)) - -## [0.2.22](https://github.com/Jameskmonger/creature-chess/compare/v0.2.21...v0.2.22) (2021-04-03) - -### Bug Fixes - -- add key to board PositionalPieces ([6fd933e](https://github.com/Jameskmonger/creature-chess/commit/6fd933e880ac5db6063054e3daf71f5b01ea2eee)) - -## [0.2.21](https://github.com/Jameskmonger/creature-chess/compare/v0.2.20...v0.2.21) (2021-04-03) - -### Bug Fixes - -- hide match rewards overlay when victory overlay is showing ([debf665](https://github.com/Jameskmonger/creature-chess/commit/debf665c5aec2de31d4ff2f25c04c11b470f2141)) - -## [0.2.20](https://github.com/Jameskmonger/creature-chess/compare/v0.2.19...v0.2.20) (2021-04-02) - -### Bug Fixes - -- add game id to matchmaking logs ([3fded7d](https://github.com/Jameskmonger/creature-chess/commit/3fded7d6f807e326884e20f43be35e958be636e3)) -- preserve position in player list ([4534b08](https://github.com/Jameskmonger/creature-chess/commit/4534b0899f17960bb7843e4fd6c9d9a9316e2350)), closes [#351](https://github.com/Jameskmonger/creature-chess/issues/351) - -### Features - -- show health value on healthbar ([231ae60](https://github.com/Jameskmonger/creature-chess/commit/231ae60895646bf65dc57697104a5490f1e112d3)) - -## [0.2.19](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.19) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.18](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.18) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.17](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.17) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.16](https://github.com/Jameskmonger/creature-chess/compare/v0.2.15...v0.2.16) (2021-03-04) - -### Features - -- bots will save money until they can level up ([8f1dc05](https://github.com/Jameskmonger/creature-chess/commit/8f1dc0581df6b38d0df648f17158aba1e52abc0f)), closes [#348](https://github.com/Jameskmonger/creature-chess/issues/348) - -## [0.2.15](https://github.com/Jameskmonger/creature-chess/compare/v0.2.14...v0.2.15) (2021-02-23) - -### Bug Fixes - -- Stop top of page from hiding on phones ([726b8e3](https://github.com/Jameskmonger/creature-chess/commit/726b8e31975e25e3257df0077043819e18956242)) - -### Features - -- add demo video to loading screen ([f3d655c](https://github.com/Jameskmonger/creature-chess/commit/f3d655c21c3471719c938a98e353087a76f9fac7)) -- add discord link to victory screen ([b3ec470](https://github.com/Jameskmonger/creature-chess/commit/b3ec470140636cfc915a374c3facd12e9cf69579)) -- Move Now Playing off of board ([a8df859](https://github.com/Jameskmonger/creature-chess/commit/a8df859f44b2cf65144c03aa27f78e1ba2c421fa)), closes [#343](https://github.com/Jameskmonger/creature-chess/issues/343) - -## [0.2.14](https://github.com/Jameskmonger/creature-chess/compare/v0.2.13...v0.2.14) (2021-01-21) - -### Bug Fixes - -- Replace http with https throughout ([0d05236](https://github.com/Jameskmonger/creature-chess/commit/0d05236e75b3868dcb6b7da69c591f4a796b082e)) - -## [0.2.13](https://github.com/Jameskmonger/creature-chess/compare/v0.2.12...v0.2.13) (2021-01-21) - -### Bug Fixes - -- Fix callback url ([7087b86](https://github.com/Jameskmonger/creature-chess/commit/7087b8657925e26fd921d7c7c98a45186af36d28)) - -## [0.2.12](https://github.com/Jameskmonger/creature-chess/compare/v0.2.11...v0.2.12) (2021-01-20) - -**Note:** Version bump only for package creature-chess - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -### Bug Fixes - -- Ranged pieces will walk into ranged distance instead of melee distance ([14ed3ed](https://github.com/Jameskmonger/creature-chess/commit/14ed3edb1b646a5b8861316230d43956cb93f9d2)), closes [#325](https://github.com/Jameskmonger/creature-chess/issues/325) - -## [0.2.10](https://github.com/Jameskmonger/creature-chess/compare/v0.2.9...v0.2.10) (2021-01-14) - -### Bug Fixes - -- Disallow underscores in nicknames ([f3427ac](https://github.com/Jameskmonger/creature-chess/commit/f3427acc938cba463b8a1062af4ffd7b755ecb2e)) - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -### Bug Fixes - -- Show help on desktop ([41c0973](https://github.com/Jameskmonger/creature-chess/commit/41c0973e746dff3582d5ac7e38121dcb12c55a28)) - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package creature-chess - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package creature-chess - -## [0.2.6](https://github.com/Jameskmonger/creature-chess/compare/v0.2.5...v0.2.6) (2020-10-28) - -### Bug Fixes - -- Emit round information when entering preparing phase ([#333](https://github.com/Jameskmonger/creature-chess/issues/333)) ([670dec6](https://github.com/Jameskmonger/creature-chess/commit/670dec62ae61446892d3f208c78fcb26c9e770ba)) -- Limit player to 7 bench pieces ([#335](https://github.com/Jameskmonger/creature-chess/issues/335)) ([84cb6c8](https://github.com/Jameskmonger/creature-chess/commit/84cb6c8f63d95923724e61d4b31cc14b102d68f5)) - -## [0.2.5](https://github.com/Jameskmonger/creature-chess/compare/v0.2.4...v0.2.5) (2020-10-25) - -### Features - -- Start battle on reconnect if it's in progress ([#330](https://github.com/Jameskmonger/creature-chess/issues/330)) ([56cd34b](https://github.com/Jameskmonger/creature-chess/commit/56cd34b0e03d0bfec837f4815cfde4f57c359a66)) - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -### Bug Fixes - -- Fix networking for player actions ([#327](https://github.com/Jameskmonger/creature-chess/issues/327)) ([697c40c](https://github.com/Jameskmonger/creature-chess/commit/697c40c399670ee92273ffe0a932a5b01efcc559)) - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -## [0.2.2](https://github.com/Jameskmonger/creature-chess/compare/v0.2.1...v0.2.2) (2020-10-21) - -### Features - -- :lipstick: Styling changes to login page ([7ab8f0f](https://github.com/Jameskmonger/creature-chess/commit/7ab8f0fe2c8e3857a0a5254e2add17e9c9f6d03a)) -- Add connection warning ([77715fd](https://github.com/Jameskmonger/creature-chess/commit/77715fd152d6fa79df65b540b4022f6af861eb86)) - -## [0.2.1](https://github.com/Jameskmonger/creature-chess/compare/v0.2.0...v0.2.1) (2020-10-21) - -### Features - -- Restyle login page, add video ([a84fa81](https://github.com/Jameskmonger/creature-chess/commit/a84fa8138c80fcd0f47e29d5cd9200bfc04aff91)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -### Bug Fixes - -- Fix card shop locking ([94b0080](https://github.com/Jameskmonger/creature-chess/commit/94b00801b43f08e12758d4305f602b1193c36983)) - -### Features - -- Add app version to footer ([d247142](https://github.com/Jameskmonger/creature-chess/commit/d24714274e35fc4f794e9f65ad209a52467b3f33)) -- Move How to Play section into blurb ([8c9bd6e](https://github.com/Jameskmonger/creature-chess/commit/8c9bd6e5db24c96a92a23d531be100cfce9498b6)) diff --git a/README.md b/README.md index 467ed5d3..6f83fcdb 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ To try the game, head to [creaturechess.gg](https://creaturechess.gg), register - Docker w/ docker-compose - Yarn (`npm i -g yarn && yarn set version berry`) - Auth0 set up (see below) -- **(optional)** A game server URL in environment variable `GAME_SERVER_URL` -- **(optional)** An info server URL in environment variable `API_INFO_URL` ### Environment variables diff --git a/apps/server-game/CHANGELOG.md b/apps/server-game/CHANGELOG.md deleted file mode 100644 index 2d8db066..00000000 --- a/apps/server-game/CHANGELOG.md +++ /dev/null @@ -1,388 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Bug Fixes - -- fix build and dev:app after lerna changes ([#450](https://github.com/Jameskmonger/creature-chess/issues/450)) ([a7c9ba7](https://github.com/Jameskmonger/creature-chess/commit/a7c9ba7565a3c04e47cc7782e870f6719a408b0f)) - -### Features - -- make bot consider how strategic a piece's type is ([#458](https://github.com/Jameskmonger/creature-chess/issues/458)) ([ec71f5c](https://github.com/Jameskmonger/creature-chess/commit/ec71f5ceb5df1e654f0148a8849f82bab3b169cd)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.13](https://github.com/Jameskmonger/creature-chess/compare/v0.4.12...v0.4.13) (2021-07-26) - -### Features - -- use utility system for all bot actions ([dec38b2](https://github.com/Jameskmonger/creature-chess/commit/dec38b29c8ef65c89eb8fca3e58e6907d2ef2920)) - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- add personalities to bots in db ([ad83af4](https://github.com/Jameskmonger/creature-chess/commit/ad83af4548554a349fde1dd20f8d7915b0bb4370)) -- make bots more eager to buy xp ([28739f6](https://github.com/Jameskmonger/creature-chess/commit/28739f63142a64b81f631e0a6f26c12af075d376)) -- make bots reroll cards if they clear the shop ([606e3f4](https://github.com/Jameskmonger/creature-chess/commit/606e3f4955ebaa9071c428366dc737fbf97c06c3)) -- utility ai system for bots ([98e65fa](https://github.com/Jameskmonger/creature-chess/commit/98e65faac5d21097b73510eda53417eec1d9929a)) - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -### Features - -- utility ai system for bots ([932abf3](https://github.com/Jameskmonger/creature-chess/commit/932abf389832fc961b892aac9c8ff805699bc984)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.4.1](https://github.com/Jameskmonger/creature-chess/compare/v0.4.0...v0.4.1) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/server-game - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -### Bug Fixes - -- clear spectating player on reconnect ([c08bbbd](https://github.com/Jameskmonger/creature-chess/commit/c08bbbdf245503142080d90a94f5abfc0126a35e)) -- select battle board correctly ([fe171ca](https://github.com/Jameskmonger/creature-chess/commit/fe171ca3d3a10f6bbc5fa985b2d0b819303a1d04)) - -### Features - -- send SPECTATING_PLAYER_UPDATE packet ([d310c2f](https://github.com/Jameskmonger/creature-chess/commit/d310c2fc3364e80e708870528f98fb616e8bd407)) -- spectator mode ([d55561b](https://github.com/Jameskmonger/creature-chess/commit/d55561bee22e9b9638a397155b96f9d07167648a)), closes [#238](https://github.com/Jameskmonger/creature-chess/issues/238) - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -### Features - -- initial spectate functionality ([#415](https://github.com/Jameskmonger/creature-chess/issues/415)) ([ce7c32d](https://github.com/Jameskmonger/creature-chess/commit/ce7c32d80462af0c5508a7b95956a12be6375a4a)) - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.43](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.43) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -### Bug Fixes - -- dont open shop when player is dead ([#380](https://github.com/Jameskmonger/creature-chess/issues/380)) ([c0bd23c](https://github.com/Jameskmonger/creature-chess/commit/c0bd23cd4c936ba6d5664d72fdc4a2a9edbad362)) - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.39](https://github.com/Jameskmonger/creature-chess/compare/v0.3.38...v0.3.39) (2021-04-14) - -### Bug Fixes - -- sync health with client correctly ([6cacba5](https://github.com/Jameskmonger/creature-chess/commit/6cacba5a716e1cda007c31de04dacfd9ce513a69)) - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -### Bug Fixes - -- fix imports from gamemode ([7a1508d](https://github.com/Jameskmonger/creature-chess/commit/7a1508dfb016ff589e88290668fd301a8eadb244)) - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.24](https://github.com/Jameskmonger/creature-chess/compare/v0.3.23...v0.3.24) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.22](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.22) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.17](https://github.com/Jameskmonger/creature-chess/compare/v0.3.16...v0.3.17) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.10](https://github.com/Jameskmonger/creature-chess/compare/v0.3.9...v0.3.10) (2021-04-06) - -### Bug Fixes - -- search for games sequentially ([b077392](https://github.com/Jameskmonger/creature-chess/commit/b077392691eaea42bea88db59789a18d597936ec)), closes [#366](https://github.com/Jameskmonger/creature-chess/issues/366) - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([5d8c6b8](https://github.com/Jameskmonger/creature-chess/commit/5d8c6b8640085697fa6204cf56b2807b467a7735)) - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -### Features - -- add random play pictures ([3aec2e0](https://github.com/Jameskmonger/creature-chess/commit/3aec2e0b6ba1543a05c22ab9b24c9c0e6336cba9)) - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.3](https://github.com/Jameskmonger/creature-chess/compare/v0.3.2...v0.3.3) (2021-04-06) - -### Features - -- make bots place pieces in a sensible order ([493176c](https://github.com/Jameskmonger/creature-chess/commit/493176cb328d334a89343aa43b3ae9b1dc511166)), closes [#346](https://github.com/Jameskmonger/creature-chess/issues/346) - -## [0.3.2](https://github.com/Jameskmonger/creature-chess/compare/v0.3.1...v0.3.2) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.3.1](https://github.com/Jameskmonger/creature-chess/compare/v0.3.0...v0.3.1) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/server-game - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.25](https://github.com/Jameskmonger/creature-chess/compare/v0.2.24...v0.2.25) (2021-04-05) - -### Bug Fixes - -- add logging to buyCard/buyXp, send updates on mismatch ([fa6a282](https://github.com/Jameskmonger/creature-chess/commit/fa6a282f3a5c63c2941d903a512e919fd553222c)) - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -### Bug Fixes - -- move all calculations to server side ([8b61a65](https://github.com/Jameskmonger/creature-chess/commit/8b61a658901e1083642955d5292cad6d082e536e)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- Add developer title ([93ef0f7](https://github.com/Jameskmonger/creature-chess/commit/93ef0f7e6f35d58d537612fea6c92175876fd861)) - -## [0.2.21](https://github.com/Jameskmonger/creature-chess/compare/v0.2.20...v0.2.21) (2021-04-03) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.20](https://github.com/Jameskmonger/creature-chess/compare/v0.2.19...v0.2.20) (2021-04-02) - -### Bug Fixes - -- add game id to matchmaking logs ([3fded7d](https://github.com/Jameskmonger/creature-chess/commit/3fded7d6f807e326884e20f43be35e958be636e3)) - -## [0.2.19](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.19) (2021-04-01) - -### Bug Fixes - -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.18](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.18) (2021-04-01) - -### Bug Fixes - -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.17](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.17) (2021-04-01) - -### Bug Fixes - -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) - -### Features - -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.16](https://github.com/Jameskmonger/creature-chess/compare/v0.2.15...v0.2.16) (2021-03-04) - -### Features - -- bots will save money until they can level up ([8f1dc05](https://github.com/Jameskmonger/creature-chess/commit/8f1dc0581df6b38d0df648f17158aba1e52abc0f)), closes [#348](https://github.com/Jameskmonger/creature-chess/issues/348) - -## [0.2.14](https://github.com/Jameskmonger/creature-chess/compare/v0.2.13...v0.2.14) (2021-01-21) - -### Bug Fixes - -- Replace http with https throughout ([0d05236](https://github.com/Jameskmonger/creature-chess/commit/0d05236e75b3868dcb6b7da69c591f4a796b082e)) - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.10](https://github.com/Jameskmonger/creature-chess/compare/v0.2.9...v0.2.10) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.6](https://github.com/Jameskmonger/creature-chess/compare/v0.2.5...v0.2.6) (2020-10-28) - -**Note:** Version bump only for package @creature-chess/server-game - -## [0.2.5](https://github.com/Jameskmonger/creature-chess/compare/v0.2.4...v0.2.5) (2020-10-25) - -### Features - -- Start battle on reconnect if it's in progress ([#330](https://github.com/Jameskmonger/creature-chess/issues/330)) ([56cd34b](https://github.com/Jameskmonger/creature-chess/commit/56cd34b0e03d0bfec837f4815cfde4f57c359a66)) - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -### Bug Fixes - -- Fix networking for player actions ([#327](https://github.com/Jameskmonger/creature-chess/issues/327)) ([697c40c](https://github.com/Jameskmonger/creature-chess/commit/697c40c399670ee92273ffe0a932a5b01efcc559)) - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -**Note:** Version bump only for package @creature-chess/server-game diff --git a/apps/web-menu/CHANGELOG.md b/apps/web-menu/CHANGELOG.md deleted file mode 100644 index 02e8da05..00000000 --- a/apps/web-menu/CHANGELOG.md +++ /dev/null @@ -1,628 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Bug Fixes - -- fix build and dev:app after lerna changes ([#450](https://github.com/Jameskmonger/creature-chess/issues/450)) ([a7c9ba7](https://github.com/Jameskmonger/creature-chess/commit/a7c9ba7565a3c04e47cc7782e870f6719a408b0f)) - -### Features - -- profile picture shown in lobby ([#446](https://github.com/Jameskmonger/creature-chess/issues/446)) ([b79cd97](https://github.com/Jameskmonger/creature-chess/commit/b79cd97bb0ea1f4743fc1ff80f8433de7c2575be)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.15](https://github.com/Jameskmonger/creature-chess/compare/v0.4.14...v0.4.15) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.14](https://github.com/Jameskmonger/creature-chess/compare/v0.4.13...v0.4.14) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- utility ai system for bots ([98e65fa](https://github.com/Jameskmonger/creature-chess/commit/98e65faac5d21097b73510eda53417eec1d9929a)) - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -### Features - -- utility ai system for bots ([932abf3](https://github.com/Jameskmonger/creature-chess/commit/932abf389832fc961b892aac9c8ff805699bc984)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- add quick chat to 'now playing' screen ([#442](https://github.com/Jameskmonger/creature-chess/issues/442)) ([8a82649](https://github.com/Jameskmonger/creature-chess/commit/8a82649fd88a94eb0a2cb5628445e993e197b5b9)) - -## [0.4.9](https://github.com/Jameskmonger/creature-chess/compare/v0.4.8...v0.4.9) (2021-07-23) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -### Bug Fixes - -- add spacer to overlay screen ([#433](https://github.com/Jameskmonger/creature-chess/issues/433)) ([40df0b6](https://github.com/Jameskmonger/creature-chess/commit/40df0b6addf617cfeae94ca6809d1660f720114d)) -- prevent shop being opened when specating ([#436](https://github.com/Jameskmonger/creature-chess/issues/436)) ([2055fc4](https://github.com/Jameskmonger/creature-chess/commit/2055fc40f859a5fd8a2a12f99bd1ad89514090da)) - -### Features - -- spectating overlay ([#438](https://github.com/Jameskmonger/creature-chess/issues/438)) ([52d8941](https://github.com/Jameskmonger/creature-chess/commit/52d8941040064e05c6707342d646b976f544b465)) - -## [0.4.5](https://github.com/Jameskmonger/creature-chess/compare/v0.4.4...v0.4.5) (2021-05-19) - -### Bug Fixes - -- apply antialiasing to pieces and avatars ([5bf3257](https://github.com/Jameskmonger/creature-chess/commit/5bf32575d04b8bedac35f16d888693913fda7225)) - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -### Bug Fixes - -- show bench pieces during match ([7bc94e6](https://github.com/Jameskmonger/creature-chess/commit/7bc94e6d9c630f1c12d5a53024c1a9a9158fd713)), closes [#421](https://github.com/Jameskmonger/creature-chess/issues/421) - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/app - -## [0.4.1](https://github.com/Jameskmonger/creature-chess/compare/v0.4.0...v0.4.1) (2021-05-16) - -### Features - -- style head to head screen ([#424](https://github.com/Jameskmonger/creature-chess/issues/424)) ([71f0f4e](https://github.com/Jameskmonger/creature-chess/commit/71f0f4eac4c7552aeadc8b71305ebf18f67590fe)), closes [#386](https://github.com/Jameskmonger/creature-chess/issues/386) - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -### Features - -- add spectate note to the game over screen ([73c920f](https://github.com/Jameskmonger/creature-chess/commit/73c920f8ae14f5695998de9daa20d6b6bacf01b5)) - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -### Bug Fixes - -- remove duplicate startBattle ([4d0ec58](https://github.com/Jameskmonger/creature-chess/commit/4d0ec582fd775b63cc02b674572c9a94c5be8b6c)) -- select battle board correctly ([fe171ca](https://github.com/Jameskmonger/creature-chess/commit/fe171ca3d3a10f6bbc5fa985b2d0b819303a1d04)) -- show spectated players team as friendly ([ff8e358](https://github.com/Jameskmonger/creature-chess/commit/ff8e3580f9928b30de9c6b514938b79c0b772251)) - -### Features - -- send SPECTATING_PLAYER_UPDATE packet ([d310c2f](https://github.com/Jameskmonger/creature-chess/commit/d310c2fc3364e80e708870528f98fb616e8bd407)) -- spectator mode ([d55561b](https://github.com/Jameskmonger/creature-chess/commit/d55561bee22e9b9638a397155b96f9d07167648a)), closes [#238](https://github.com/Jameskmonger/creature-chess/issues/238) - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -### Features - -- add spectate button to PlayerListItem ([#413](https://github.com/Jameskmonger/creature-chess/issues/413)) ([900f23f](https://github.com/Jameskmonger/creature-chess/commit/900f23f3e55d0d289b1c2336ab3c5ab6a97eae3e)) -- initial spectate functionality ([#415](https://github.com/Jameskmonger/creature-chess/issues/415)) ([ce7c32d](https://github.com/Jameskmonger/creature-chess/commit/ce7c32d80462af0c5508a7b95956a12be6375a4a)) - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -### Bug Fixes - -- fix player list colouring for away games ([bd18c4b](https://github.com/Jameskmonger/creature-chess/commit/bd18c4b54d900bf4cb3c90f75d2bc1d5375b57b5)) - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -### Bug Fixes - -- fix discord link image ([60f74e6](https://github.com/Jameskmonger/creature-chess/commit/60f74e65a3d6ad0a613348325a0e463376e331d7)) - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -### Bug Fixes - -- fix discord link image ([f118ad1](https://github.com/Jameskmonger/creature-chess/commit/f118ad148f5a1d3a0eefceb87597240a86c4858a)) - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -### Bug Fixes - -- delete test button ([8b4c67f](https://github.com/Jameskmonger/creature-chess/commit/8b4c67f4c3053b1cd7dbcb8f9534c029dbbb3748)) - -### Features - -- store nickname against auth0 user ([0349057](https://github.com/Jameskmonger/creature-chess/commit/03490573925ca5739cd34181d4c1d743eb4092ef)) - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -### Bug Fixes - -- delete test button ([def5225](https://github.com/Jameskmonger/creature-chess/commit/def52255fdcc896a90a4c5c763874f7db04a3201)) - -### Features - -- store nickname against auth0 user ([4c35183](https://github.com/Jameskmonger/creature-chess/commit/4c351839885fa33c4a99b52cb1fc7a0a1ac2e4c6)) - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -### Features - -- store nickname against auth0 user ([f1b7d45](https://github.com/Jameskmonger/creature-chess/commit/f1b7d45ee06370678e165c8e06835b01adc3ef2b)) - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.43](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.43) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -### Bug Fixes - -- dont open shop when player is dead ([#380](https://github.com/Jameskmonger/creature-chess/issues/380)) ([c0bd23c](https://github.com/Jameskmonger/creature-chess/commit/c0bd23cd4c936ba6d5664d72fdc4a2a9edbad362)) -- fix contributor title colour ([a0a6673](https://github.com/Jameskmonger/creature-chess/commit/a0a6673b317f0174ac81e0a444431ea6f150db63)) - -## [0.3.41](https://github.com/Jameskmonger/creature-chess/compare/v0.3.40...v0.3.41) (2021-04-14) - -### Features - -- add 'up to 8 players' text ([59c9fc6](https://github.com/Jameskmonger/creature-chess/commit/59c9fc68a1f93c53c3aa9f6a2df85c0d8427ab02)) - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.39](https://github.com/Jameskmonger/creature-chess/compare/v0.3.38...v0.3.39) (2021-04-14) - -### Bug Fixes - -- sync health with client correctly ([6cacba5](https://github.com/Jameskmonger/creature-chess/commit/6cacba5a716e1cda007c31de04dacfd9ce513a69)) - -## [0.3.38](https://github.com/Jameskmonger/creature-chess/compare/v0.3.37...v0.3.38) (2021-04-14) - -### Features - -- add sentry.io insrumentation ([92a6599](https://github.com/Jameskmonger/creature-chess/commit/92a6599a59e83c0f43e566edfda455aa052c651f)) - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -### Bug Fixes - -- fix imports from gamemode ([7a1508d](https://github.com/Jameskmonger/creature-chess/commit/7a1508dfb016ff589e88290668fd301a8eadb244)) - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.32](https://github.com/Jameskmonger/creature-chess/compare/v0.3.31...v0.3.32) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.31](https://github.com/Jameskmonger/creature-chess/compare/v0.3.30...v0.3.31) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -### Bug Fixes - -- start gameSaga correctly ([90688e4](https://github.com/Jameskmonger/creature-chess/commit/90688e41e0682cdf6aafbfdb33f6c9f4fcee20c6)) - -## [0.3.27](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.27) (2021-04-08) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.26](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.26) (2021-04-08) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.24](https://github.com/Jameskmonger/creature-chess/compare/v0.3.23...v0.3.24) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.22](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.22) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([d1b6d23](https://github.com/Jameskmonger/creature-chess/commit/d1b6d23c138ce6631fc33f12ee74a088c21e72c4)) - -### Features - -- add new shop ui ([fdd24a0](https://github.com/Jameskmonger/creature-chess/commit/fdd24a00258d175aac0042c0f833bb5efa681cba)) - -## [0.3.21](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.21) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([d1b6d23](https://github.com/Jameskmonger/creature-chess/commit/d1b6d23c138ce6631fc33f12ee74a088c21e72c4)) - -### Features - -- add new shop ui ([fdd24a0](https://github.com/Jameskmonger/creature-chess/commit/fdd24a00258d175aac0042c0f833bb5efa681cba)) - -## [0.3.20](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.20) (2021-04-07) - -### Bug Fixes - -- set user-select:none on everything ([bc8fe89](https://github.com/Jameskmonger/creature-chess/commit/bc8fe891cceaa6c8892d583bd2518f2ed398291e)) - -### Features - -- add new shop ui ([908c6e0](https://github.com/Jameskmonger/creature-chess/commit/908c6e0c3a2be3453099d926b8fb97e105188887)) - -## [0.3.19](https://github.com/Jameskmonger/creature-chess/compare/v0.3.18...v0.3.19) (2021-04-06) - -### Bug Fixes - -- fix off-by-one error on player position ([f0d6eab](https://github.com/Jameskmonger/creature-chess/commit/f0d6eabefeef839e49b6ab730330a75eae0f128a)) - -## [0.3.18](https://github.com/Jameskmonger/creature-chess/compare/v0.3.17...v0.3.18) (2021-04-06) - -### Features - -- add confirm to sell piece ([ea07730](https://github.com/Jameskmonger/creature-chess/commit/ea07730749f2a65794aa6fe5bfda5d8bb80b5627)) - -## [0.3.17](https://github.com/Jameskmonger/creature-chess/compare/v0.3.16...v0.3.17) (2021-04-06) - -### Bug Fixes - -- add z-index to now playing ([644dc70](https://github.com/Jameskmonger/creature-chess/commit/644dc706a6682f6d51ef01d5f68d6367f916d757)) -- fix QuitPlayerListItem ([a338012](https://github.com/Jameskmonger/creature-chess/commit/a338012a3e2a31d1112e6ccfa40813d6e40ab9e9)) -- make lobby player width smaller ([6430be6](https://github.com/Jameskmonger/creature-chess/commit/6430be64644ea051f5a058fd64c4bbd69a56011a)) -- put full stop after player position ([5c62da3](https://github.com/Jameskmonger/creature-chess/commit/5c62da384b30cf1c3860783cd1a67a4ea6b9efcf)) - -### Features - -- add position to player list ([dfd1a30](https://github.com/Jameskmonger/creature-chess/commit/dfd1a30aa4ee027665312a97ebc4c15c910cdf8b)), closes [#357](https://github.com/Jameskmonger/creature-chess/issues/357) -- create "dead" player list card ([3f1b7c2](https://github.com/Jameskmonger/creature-chess/commit/3f1b7c26dbd4b42835b89040130d574d28750bb5)), closes [#356](https://github.com/Jameskmonger/creature-chess/issues/356) - -## [0.3.16](https://github.com/Jameskmonger/creature-chess/compare/v0.3.15...v0.3.16) (2021-04-06) - -### Bug Fixes - -- fix casing for StageIndicator ([0d08c00](https://github.com/Jameskmonger/creature-chess/commit/0d08c003e769c97d7aff9c0e98858014ab2f0056)) - -## [0.3.15](https://github.com/Jameskmonger/creature-chess/compare/v0.3.14...v0.3.15) (2021-04-06) - -### Features - -- restyle lobby page, add tips ([6de45d5](https://github.com/Jameskmonger/creature-chess/commit/6de45d53857097154dae7e029199dcbdd0772b6e)) - -## [0.3.14](https://github.com/Jameskmonger/creature-chess/compare/v0.3.13...v0.3.14) (2021-04-06) - -### Bug Fixes - -- make now-playing 100% width ([756412e](https://github.com/Jameskmonger/creature-chess/commit/756412e7580d87fac1db2009219f359c42862d49)) - -## [0.3.13](https://github.com/Jameskmonger/creature-chess/compare/v0.3.12...v0.3.13) (2021-04-06) - -### Features - -- add bottom margin to profile in landscape view ([d925b63](https://github.com/Jameskmonger/creature-chess/commit/d925b6392ea3d8ad2012f5713dcd7956ede8b744)) - -## [0.3.12](https://github.com/Jameskmonger/creature-chess/compare/v0.3.11...v0.3.12) (2021-04-06) - -### Bug Fixes - -- fix board layout on mobile ([770bed2](https://github.com/Jameskmonger/creature-chess/commit/770bed2346e32488dd4f96b45ed11614484dc9f5)) - -## [0.3.11](https://github.com/Jameskmonger/creature-chess/compare/v0.3.10...v0.3.11) (2021-04-06) - -### Features - -- move now playing on mobile ([b442f0f](https://github.com/Jameskmonger/creature-chess/commit/b442f0f0206786aed269505029ad3f8cd96e2ef5)) -- restyle top bar ([0dd22dc](https://github.com/Jameskmonger/creature-chess/commit/0dd22dcc62e4650597c99f4655d19ae67fcb6963)) - -## [0.3.10](https://github.com/Jameskmonger/creature-chess/compare/v0.3.9...v0.3.10) (2021-04-06) - -### Bug Fixes - -- add safety check around state.playerList ([7ff5c35](https://github.com/Jameskmonger/creature-chess/commit/7ff5c355f2798d00838a779bd55774c91013b4da)) - -### Features - -- add health bar to main screen ([558b9df](https://github.com/Jameskmonger/creature-chess/commit/558b9dfb5af4652e257c00eeadfa08b53bc617c8)), closes [#353](https://github.com/Jameskmonger/creature-chess/issues/353) -- rearrange profile elements ([43ac2f6](https://github.com/Jameskmonger/creature-chess/commit/43ac2f676710b5e18b8e83a9ee3f42d3bba8ac2e)) - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve text colour for help page ([039aea2](https://github.com/Jameskmonger/creature-chess/commit/039aea2ef42366c4b6eb3347a2e88f6eb261ccfc)) -- move profile out of shop ([725140c](https://github.com/Jameskmonger/creature-chess/commit/725140c52c6ff76b22d8aea61545d43a79fd7859)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- remove connection warning ([2b26c96](https://github.com/Jameskmonger/creature-chess/commit/2b26c965f993dfe7e2078e18ee3086ba8cc55d8e)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) -- use colorblind-friendly colours for piece healthbars ([1801ddd](https://github.com/Jameskmonger/creature-chess/commit/1801dddec3aad8b8c057eacafc10fb6a4982860a)) - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- add random play pictures ([3aec2e0](https://github.com/Jameskmonger/creature-chess/commit/3aec2e0b6ba1543a05c22ab9b24c9c0e6336cba9)) -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([28fdd29](https://github.com/Jameskmonger/creature-chess/commit/28fdd299ca98fb080321a73d9e30be50caaa08bc)) - -### Features - -- move stars to inside healthbar ([145742b](https://github.com/Jameskmonger/creature-chess/commit/145742bf6c92b0ffa6331640f549809ebed67c33)) -- show correct number of stars for upgraded pieces ([536fa98](https://github.com/Jameskmonger/creature-chess/commit/536fa983babdbc2072178be71da3b53bfab36e1d)) - -## [0.3.4](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.4) (2021-04-06) - -### Bug Fixes - -- use correct url for creature stage stars ([202d2bb](https://github.com/Jameskmonger/creature-chess/commit/202d2bbd0410aef78172a430253c4f9a7fb61bed)) - -## [0.3.3](https://github.com/Jameskmonger/creature-chess/compare/v0.3.2...v0.3.3) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/app - -## [0.3.2](https://github.com/Jameskmonger/creature-chess/compare/v0.3.1...v0.3.2) (2021-04-05) - -### Features - -- break down money on match reward screen ([2752b75](https://github.com/Jameskmonger/creature-chess/commit/2752b754b931fb04bc76dd43841124317f747717)), closes [#352](https://github.com/Jameskmonger/creature-chess/issues/352) - -## [0.3.1](https://github.com/Jameskmonger/creature-chess/compare/v0.3.0...v0.3.1) (2021-04-05) - -### Features - -- add type indicator to piece ([00dea8d](https://github.com/Jameskmonger/creature-chess/commit/00dea8dcfb501fd9a2550a765b72093d6b27baf7)) -- add TypeIndicator to help page ([03bd722](https://github.com/Jameskmonger/creature-chess/commit/03bd72236ba281b85b18ec16fad8a2a6adfa8683)) -- change bench colour ([b6b8c38](https://github.com/Jameskmonger/creature-chess/commit/b6b8c38920fb752c4aca5720b06288a176664553)) -- show TypeIndicator on cards ([486f9d8](https://github.com/Jameskmonger/creature-chess/commit/486f9d88e50684968257ffed3541cd674b548f60)) -- use stars to indicate stage ([6f7a0b6](https://github.com/Jameskmonger/creature-chess/commit/6f7a0b6cfb1aef6c02ba013575eb73307aa994ab)) - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -### Features - -- add kirkanon ([607216a](https://github.com/Jameskmonger/creature-chess/commit/607216a8f73728ec53b85b2a15d3151f47e38443)) - -## [0.2.25](https://github.com/Jameskmonger/creature-chess/compare/v0.2.24...v0.2.25) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -### Bug Fixes - -- move all calculations to server side ([8b61a65](https://github.com/Jameskmonger/creature-chess/commit/8b61a658901e1083642955d5292cad6d082e536e)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- Add developer title ([93ef0f7](https://github.com/Jameskmonger/creature-chess/commit/93ef0f7e6f35d58d537612fea6c92175876fd861)) -- player list styling changes ([a131cd7](https://github.com/Jameskmonger/creature-chess/commit/a131cd7b4efd1e4454cc3bed4c5cdc903881644a)) - -## [0.2.22](https://github.com/Jameskmonger/creature-chess/compare/v0.2.21...v0.2.22) (2021-04-03) - -### Bug Fixes - -- add key to board PositionalPieces ([6fd933e](https://github.com/Jameskmonger/creature-chess/commit/6fd933e880ac5db6063054e3daf71f5b01ea2eee)) - -## [0.2.21](https://github.com/Jameskmonger/creature-chess/compare/v0.2.20...v0.2.21) (2021-04-03) - -### Bug Fixes - -- hide match rewards overlay when victory overlay is showing ([debf665](https://github.com/Jameskmonger/creature-chess/commit/debf665c5aec2de31d4ff2f25c04c11b470f2141)) - -## [0.2.20](https://github.com/Jameskmonger/creature-chess/compare/v0.2.19...v0.2.20) (2021-04-02) - -### Features - -- show health value on healthbar ([231ae60](https://github.com/Jameskmonger/creature-chess/commit/231ae60895646bf65dc57697104a5490f1e112d3)) - -## [0.2.19](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.19) (2021-04-01) - -### Features - -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.18](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.18) (2021-04-01) - -### Features - -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.17](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.17) (2021-04-01) - -### Features - -- show 'health lost' on round end screen ([e568f3b](https://github.com/Jameskmonger/creature-chess/commit/e568f3b0d87c0a04ed6cdff61379e88ce6dca1e2)) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.16](https://github.com/Jameskmonger/creature-chess/compare/v0.2.15...v0.2.16) (2021-03-04) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.15](https://github.com/Jameskmonger/creature-chess/compare/v0.2.14...v0.2.15) (2021-02-23) - -### Bug Fixes - -- Stop top of page from hiding on phones ([726b8e3](https://github.com/Jameskmonger/creature-chess/commit/726b8e31975e25e3257df0077043819e18956242)) - -### Features - -- add demo video to loading screen ([f3d655c](https://github.com/Jameskmonger/creature-chess/commit/f3d655c21c3471719c938a98e353087a76f9fac7)) -- add discord link to victory screen ([b3ec470](https://github.com/Jameskmonger/creature-chess/commit/b3ec470140636cfc915a374c3facd12e9cf69579)) -- Move Now Playing off of board ([a8df859](https://github.com/Jameskmonger/creature-chess/commit/a8df859f44b2cf65144c03aa27f78e1ba2c421fa)), closes [#343](https://github.com/Jameskmonger/creature-chess/issues/343) - -## [0.2.14](https://github.com/Jameskmonger/creature-chess/compare/v0.2.13...v0.2.14) (2021-01-21) - -### Bug Fixes - -- Replace http with https throughout ([0d05236](https://github.com/Jameskmonger/creature-chess/commit/0d05236e75b3868dcb6b7da69c591f4a796b082e)) - -## [0.2.13](https://github.com/Jameskmonger/creature-chess/compare/v0.2.12...v0.2.13) (2021-01-21) - -### Bug Fixes - -- Fix callback url ([7087b86](https://github.com/Jameskmonger/creature-chess/commit/7087b8657925e26fd921d7c7c98a45186af36d28)) - -## [0.2.12](https://github.com/Jameskmonger/creature-chess/compare/v0.2.11...v0.2.12) (2021-01-20) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.10](https://github.com/Jameskmonger/creature-chess/compare/v0.2.9...v0.2.10) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -### Bug Fixes - -- Show help on desktop ([41c0973](https://github.com/Jameskmonger/creature-chess/commit/41c0973e746dff3582d5ac7e38121dcb12c55a28)) - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package @creature-chess/app - -## [0.2.6](https://github.com/Jameskmonger/creature-chess/compare/v0.2.5...v0.2.6) (2020-10-28) - -### Bug Fixes - -- Emit round information when entering preparing phase ([#333](https://github.com/Jameskmonger/creature-chess/issues/333)) ([670dec6](https://github.com/Jameskmonger/creature-chess/commit/670dec62ae61446892d3f208c78fcb26c9e770ba)) - -## [0.2.5](https://github.com/Jameskmonger/creature-chess/compare/v0.2.4...v0.2.5) (2020-10-25) - -### Features - -- Start battle on reconnect if it's in progress ([#330](https://github.com/Jameskmonger/creature-chess/issues/330)) ([56cd34b](https://github.com/Jameskmonger/creature-chess/commit/56cd34b0e03d0bfec837f4815cfde4f57c359a66)) - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -### Bug Fixes - -- Fix networking for player actions ([#327](https://github.com/Jameskmonger/creature-chess/issues/327)) ([697c40c](https://github.com/Jameskmonger/creature-chess/commit/697c40c399670ee92273ffe0a932a5b01efcc559)) - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -### Bug Fixes - -- Fix card shop locking ([94b0080](https://github.com/Jameskmonger/creature-chess/commit/94b00801b43f08e12758d4305f602b1193c36983)) - -### Features - -- Add app version to footer ([d247142](https://github.com/Jameskmonger/creature-chess/commit/d24714274e35fc4f794e9f65ad209a52467b3f33)) -- Move How to Play section into blurb ([8c9bd6e](https://github.com/Jameskmonger/creature-chess/commit/8c9bd6e5db24c96a92a23d531be100cfce9498b6)) diff --git a/modules/@creature-chess/auth-server/CHANGELOG.md b/modules/@creature-chess/auth-server/CHANGELOG.md deleted file mode 100644 index 93131418..00000000 --- a/modules/@creature-chess/auth-server/CHANGELOG.md +++ /dev/null @@ -1,274 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.13](https://github.com/Jameskmonger/creature-chess/compare/v0.4.12...v0.4.13) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/auth-server - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -### Bug Fixes - -- check for registered user correctly ([a5e44da](https://github.com/Jameskmonger/creature-chess/commit/a5e44da427e697a9f440b29f811dcaf9cbacfdd0)) - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -### Features - -- store nickname against auth0 user ([0349057](https://github.com/Jameskmonger/creature-chess/commit/03490573925ca5739cd34181d4c1d743eb4092ef)) - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -### Features - -- store nickname against auth0 user ([4c35183](https://github.com/Jameskmonger/creature-chess/commit/4c351839885fa33c4a99b52cb1fc7a0a1ac2e4c6)) - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -### Features - -- store nickname against auth0 user ([f1b7d45](https://github.com/Jameskmonger/creature-chess/commit/f1b7d45ee06370678e165c8e06835b01adc3ef2b)) - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.24](https://github.com/Jameskmonger/creature-chess/compare/v0.3.23...v0.3.24) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.22](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.22) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.17](https://github.com/Jameskmonger/creature-chess/compare/v0.3.16...v0.3.17) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.3](https://github.com/Jameskmonger/creature-chess/compare/v0.3.2...v0.3.3) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.2](https://github.com/Jameskmonger/creature-chess/compare/v0.3.1...v0.3.2) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.3.1](https://github.com/Jameskmonger/creature-chess/compare/v0.3.0...v0.3.1) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/auth-server - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.25](https://github.com/Jameskmonger/creature-chess/compare/v0.2.24...v0.2.25) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.21](https://github.com/Jameskmonger/creature-chess/compare/v0.2.20...v0.2.21) (2021-04-03) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.20](https://github.com/Jameskmonger/creature-chess/compare/v0.2.19...v0.2.20) (2021-04-02) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.19](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.19) (2021-04-01) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.18](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.18) (2021-04-01) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.17](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.17) (2021-04-01) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.16](https://github.com/Jameskmonger/creature-chess/compare/v0.2.15...v0.2.16) (2021-03-04) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.10](https://github.com/Jameskmonger/creature-chess/compare/v0.2.9...v0.2.10) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.6](https://github.com/Jameskmonger/creature-chess/compare/v0.2.5...v0.2.6) (2020-10-28) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.5](https://github.com/Jameskmonger/creature-chess/compare/v0.2.4...v0.2.5) (2020-10-25) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -**Note:** Version bump only for package @creature-chess/auth-server - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -**Note:** Version bump only for package @creature-chess/auth-server diff --git a/modules/@creature-chess/battle/CHANGELOG.md b/modules/@creature-chess/battle/CHANGELOG.md deleted file mode 100644 index 2a134196..00000000 --- a/modules/@creature-chess/battle/CHANGELOG.md +++ /dev/null @@ -1,106 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/battle - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -### Bug Fixes - -- select battle board correctly ([fe171ca](https://github.com/Jameskmonger/creature-chess/commit/fe171ca3d3a10f6bbc5fa985b2d0b819303a1d04)) - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/battle - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -**Note:** Version bump only for package @creature-chess/battle diff --git a/modules/@creature-chess/data/CHANGELOG.md b/modules/@creature-chess/data/CHANGELOG.md deleted file mode 100644 index 9ec85b17..00000000 --- a/modules/@creature-chess/data/CHANGELOG.md +++ /dev/null @@ -1,97 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @creature-chess/data - -## [0.4.13](https://github.com/Jameskmonger/creature-chess/compare/v0.4.12...v0.4.13) (2021-07-26) - -### Bug Fixes - -- fix getLeastPlayedBots query ([b0d53d3](https://github.com/Jameskmonger/creature-chess/commit/b0d53d32c58f2f41d23344aa9dc1b07c91bedec9)) - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- add personalities to bots in db ([ad83af4](https://github.com/Jameskmonger/creature-chess/commit/ad83af4548554a349fde1dd20f8d7915b0bb4370)) -- reduce number of bots in db ([0bf2df7](https://github.com/Jameskmonger/creature-chess/commit/0bf2df7ee817e7d43479f388e981c9a41f278892)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -**Note:** Version bump only for package @creature-chess/data - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/data - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/data - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/data - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/data - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @creature-chess/data - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -### Bug Fixes - -- move bot creation after index creation ([a6de766](https://github.com/Jameskmonger/creature-chess/commit/a6de766e5b3968f95efc83feb5cb2dda3e37119a)) - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -**Note:** Version bump only for package @creature-chess/data - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/data - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -**Note:** Version bump only for package @creature-chess/data diff --git a/modules/@creature-chess/gamemode/CHANGELOG.md b/modules/@creature-chess/gamemode/CHANGELOG.md deleted file mode 100644 index dad3794d..00000000 --- a/modules/@creature-chess/gamemode/CHANGELOG.md +++ /dev/null @@ -1,399 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Features - -- Add board, bench and inputs to dev tools ([#451](https://github.com/Jameskmonger/creature-chess/issues/451)) ([9d1063d](https://github.com/Jameskmonger/creature-chess/commit/9d1063de29a6cbc0b6edf9f3049bfcce0c2947ea)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- utility ai system for bots ([98e65fa](https://github.com/Jameskmonger/creature-chess/commit/98e65faac5d21097b73510eda53417eec1d9929a)) - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -### Features - -- utility ai system for bots ([932abf3](https://github.com/Jameskmonger/creature-chess/commit/932abf389832fc961b892aac9c8ff805699bc984)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- add quick chat to 'now playing' screen ([#442](https://github.com/Jameskmonger/creature-chess/issues/442)) ([8a82649](https://github.com/Jameskmonger/creature-chess/commit/8a82649fd88a94eb0a2cb5628445e993e197b5b9)) - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -### Bug Fixes - -- make bench pieces face forwards ([660b572](https://github.com/Jameskmonger/creature-chess/commit/660b5724215e474cea0e3297c2454b1583cdf2e1)), closes [#393](https://github.com/Jameskmonger/creature-chess/issues/393) - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/gamemode - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -### Features - -- initial spectate functionality ([#415](https://github.com/Jameskmonger/creature-chess/issues/415)) ([ce7c32d](https://github.com/Jameskmonger/creature-chess/commit/ce7c32d80462af0c5508a7b95956a12be6375a4a)) - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -### Bug Fixes - -- fix player list colouring for away games ([bd18c4b](https://github.com/Jameskmonger/creature-chess/commit/bd18c4b54d900bf4cb3c90f75d2bc1d5375b57b5)) -- send playerlist updates to dead players ([e288bdd](https://github.com/Jameskmonger/creature-chess/commit/e288bddf5610aafdde8ca635d6257f703b954376)) - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -### Bug Fixes - -- connect playerReadyPhase saga ([fae4f2a](https://github.com/Jameskmonger/creature-chess/commit/fae4f2afe96fd15f8253a040952d68e81469c119)), closes [#399](https://github.com/Jameskmonger/creature-chess/issues/399) [#400](https://github.com/Jameskmonger/creature-chess/issues/400) -- make match rewards stay on screen ([9f0fb96](https://github.com/Jameskmonger/creature-chess/commit/9f0fb966fe3d45dc57690023f1a648759caef6cb)), closes [#398](https://github.com/Jameskmonger/creature-chess/issues/398) - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -### Bug Fixes - -- wait for end of execution queue before starting game ([fccd36f](https://github.com/Jameskmonger/creature-chess/commit/fccd36fc0f74f4d5ecc06c5532b7dbb77a13b2c9)) - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -### Bug Fixes - -- fix shadowed variable lint issue ([54e4543](https://github.com/Jameskmonger/creature-chess/commit/54e45434abe38b19c51cbe0cddc97f4f6c51ad1d)) - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -### Bug Fixes - -- Player can win after dying ([#383](https://github.com/Jameskmonger/creature-chess/issues/383)) ([0aa9aa3](https://github.com/Jameskmonger/creature-chess/commit/0aa9aa3efae3afc1c508df9be60c66757bfaad0d)) - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -### Bug Fixes - -- fix imports from gamemode ([7a1508d](https://github.com/Jameskmonger/creature-chess/commit/7a1508dfb016ff589e88290668fd301a8eadb244)) - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/gamemode - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -### Bug Fixes - -- make match turns affect board ([37d4526](https://github.com/Jameskmonger/creature-chess/commit/37d452641baccfd20133df2b9292cbc1dc11434a)) - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -### Bug Fixes - -- start gameSaga correctly ([90688e4](https://github.com/Jameskmonger/creature-chess/commit/90688e41e0682cdf6aafbfdb33f6c9f4fcee20c6)) - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.24](https://github.com/Jameskmonger/creature-chess/compare/v0.3.23...v0.3.24) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.22](https://github.com/Jameskmonger/creature-chess/compare/v0.3.19...v0.3.22) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.17](https://github.com/Jameskmonger/creature-chess/compare/v0.3.16...v0.3.17) (2021-04-06) - -### Bug Fixes - -- make exclusions work for fallback ([4d197a6](https://github.com/Jameskmonger/creature-chess/commit/4d197a645b3284ae8a0e1571f56b7f6dfdd6d12a)), closes [#368](https://github.com/Jameskmonger/creature-chess/issues/368) - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([a02f9ed](https://github.com/Jameskmonger/creature-chess/commit/a02f9ede52c905a07dcdefc3db8a23e1f2477f99)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- add blessed hand feature ([18bd997](https://github.com/Jameskmonger/creature-chess/commit/18bd997b61264b71cd968d6e580129c8db52a30c)), closes [#363](https://github.com/Jameskmonger/creature-chess/issues/363) -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([a02f9ed](https://github.com/Jameskmonger/creature-chess/commit/a02f9ede52c905a07dcdefc3db8a23e1f2477f99)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- add blessed hand feature ([3fc1c41](https://github.com/Jameskmonger/creature-chess/commit/3fc1c41d25c42514582a9c9109a79476fc9402b4)), closes [#363](https://github.com/Jameskmonger/creature-chess/issues/363) -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([63df62d](https://github.com/Jameskmonger/creature-chess/commit/63df62dac8882389c1fcf35d038e26ae6be1dc5a)) - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -### Bug Fixes - -- replace `continue` in `while` loops with `return` ([7bb74fd](https://github.com/Jameskmonger/creature-chess/commit/7bb74fd0a9ffa0b8d4709130ad7ee53567cf1134)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) -- improve backend logging ([5d8c6b8](https://github.com/Jameskmonger/creature-chess/commit/5d8c6b8640085697fa6204cf56b2807b467a7735)) - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -### Features - -- add random play pictures ([3aec2e0](https://github.com/Jameskmonger/creature-chess/commit/3aec2e0b6ba1543a05c22ab9b24c9c0e6336cba9)) - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.3.3](https://github.com/Jameskmonger/creature-chess/compare/v0.3.2...v0.3.3) (2021-04-06) - -### Bug Fixes - -- put excluded cards back on deck ([bd6ea48](https://github.com/Jameskmonger/creature-chess/commit/bd6ea48c46c355042d0f66dbffc116afb5fd9775)), closes [#365](https://github.com/Jameskmonger/creature-chess/issues/365) - -### Features - -- make bots place pieces in a sensible order ([493176c](https://github.com/Jameskmonger/creature-chess/commit/493176cb328d334a89343aa43b3ae9b1dc511166)), closes [#346](https://github.com/Jameskmonger/creature-chess/issues/346) - -## [0.3.2](https://github.com/Jameskmonger/creature-chess/compare/v0.3.1...v0.3.2) (2021-04-05) - -### Features - -- break down money on match reward screen ([2752b75](https://github.com/Jameskmonger/creature-chess/commit/2752b754b931fb04bc76dd43841124317f747717)), closes [#352](https://github.com/Jameskmonger/creature-chess/issues/352) -- exclude cards player has level 3 for already ([e1a0c90](https://github.com/Jameskmonger/creature-chess/commit/e1a0c90ad539fbdcf3a20df5b9d8cc15e0d11c72)), closes [#364](https://github.com/Jameskmonger/creature-chess/issues/364) - -## [0.3.1](https://github.com/Jameskmonger/creature-chess/compare/v0.3.0...v0.3.1) (2021-04-05) - -### Features - -- rework attack bonus [trial] ([65c2e7e](https://github.com/Jameskmonger/creature-chess/commit/65c2e7e530d8287fd59c14c722a696d301b03c73)) - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -### Features - -- add kirkanon ([607216a](https://github.com/Jameskmonger/creature-chess/commit/607216a8f73728ec53b85b2a15d3151f47e38443)) - -## [0.2.25](https://github.com/Jameskmonger/creature-chess/compare/v0.2.24...v0.2.25) (2021-04-05) - -### Bug Fixes - -- add logging to buyCard/buyXp, send updates on mismatch ([fa6a282](https://github.com/Jameskmonger/creature-chess/commit/fa6a282f3a5c63c2941d903a512e919fd553222c)) - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -### Bug Fixes - -- move all calculations to server side ([8b61a65](https://github.com/Jameskmonger/creature-chess/commit/8b61a658901e1083642955d5292cad6d082e536e)), closes [#355](https://github.com/Jameskmonger/creature-chess/issues/355) - -### Features - -- Add developer title ([93ef0f7](https://github.com/Jameskmonger/creature-chess/commit/93ef0f7e6f35d58d537612fea6c92175876fd861)) - -## [0.2.21](https://github.com/Jameskmonger/creature-chess/compare/v0.2.20...v0.2.21) (2021-04-03) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.20](https://github.com/Jameskmonger/creature-chess/compare/v0.2.19...v0.2.20) (2021-04-02) - -### Bug Fixes - -- preserve position in player list ([4534b08](https://github.com/Jameskmonger/creature-chess/commit/4534b0899f17960bb7843e4fd6c9d9a9316e2350)), closes [#351](https://github.com/Jameskmonger/creature-chess/issues/351) - -## [0.2.19](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.19) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.18](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.18) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- make battles 1v1 ([256e1e4](https://github.com/Jameskmonger/creature-chess/commit/256e1e434890b51cc127e6b4c6dc4aff283c4b63)), closes [#332](https://github.com/Jameskmonger/creature-chess/issues/332) -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.17](https://github.com/Jameskmonger/creature-chess/compare/v0.2.16...v0.2.17) (2021-04-01) - -### Bug Fixes - -- check for preparing phase before putting new piece on board ([5358e45](https://github.com/Jameskmonger/creature-chess/commit/5358e454225b0654522817101abc07e9a877d42b)), closes [#331](https://github.com/Jameskmonger/creature-chess/issues/331) -- check if player is dead before reconnecting ([4d17250](https://github.com/Jameskmonger/creature-chess/commit/4d1725008e03f7aef6317636d225277df676f167)) -- wait for UPDATE_HEALTH_COMMAND after subtracting ([8994d58](https://github.com/Jameskmonger/creature-chess/commit/8994d589f27f43fa31e8e591c4517878e2838d26)) - -### Features - -- Show announcement on round end ([43d7607](https://github.com/Jameskmonger/creature-chess/commit/43d7607d3e793b5ec4156d53ae27520fff38281d)), closes [#286](https://github.com/Jameskmonger/creature-chess/issues/286) - -## [0.2.16](https://github.com/Jameskmonger/creature-chess/compare/v0.2.15...v0.2.16) (2021-03-04) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -### Bug Fixes - -- Ranged pieces will walk into ranged distance instead of melee distance ([14ed3ed](https://github.com/Jameskmonger/creature-chess/commit/14ed3edb1b646a5b8861316230d43956cb93f9d2)), closes [#325](https://github.com/Jameskmonger/creature-chess/issues/325) - -## [0.2.10](https://github.com/Jameskmonger/creature-chess/compare/v0.2.9...v0.2.10) (2021-01-14) - -### Bug Fixes - -- Disallow underscores in nicknames ([f3427ac](https://github.com/Jameskmonger/creature-chess/commit/f3427acc938cba463b8a1062af4ffd7b755ecb2e)) - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package @creature-chess/shared - -## [0.2.6](https://github.com/Jameskmonger/creature-chess/compare/v0.2.5...v0.2.6) (2020-10-28) - -### Bug Fixes - -- Emit round information when entering preparing phase ([#333](https://github.com/Jameskmonger/creature-chess/issues/333)) ([670dec6](https://github.com/Jameskmonger/creature-chess/commit/670dec62ae61446892d3f208c78fcb26c9e770ba)) -- Limit player to 7 bench pieces ([#335](https://github.com/Jameskmonger/creature-chess/issues/335)) ([84cb6c8](https://github.com/Jameskmonger/creature-chess/commit/84cb6c8f63d95923724e61d4b31cc14b102d68f5)) - -## [0.2.5](https://github.com/Jameskmonger/creature-chess/compare/v0.2.4...v0.2.5) (2020-10-25) - -### Features - -- Start battle on reconnect if it's in progress ([#330](https://github.com/Jameskmonger/creature-chess/issues/330)) ([56cd34b](https://github.com/Jameskmonger/creature-chess/commit/56cd34b0e03d0bfec837f4815cfde4f57c359a66)) - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -### Bug Fixes - -- Fix networking for player actions ([#327](https://github.com/Jameskmonger/creature-chess/issues/327)) ([697c40c](https://github.com/Jameskmonger/creature-chess/commit/697c40c399670ee92273ffe0a932a5b01efcc559)) - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -### Bug Fixes - -- Fix card shop locking ([94b0080](https://github.com/Jameskmonger/creature-chess/commit/94b00801b43f08e12758d4305f602b1193c36983)) diff --git a/modules/@creature-chess/models/CHANGELOG.md b/modules/@creature-chess/models/CHANGELOG.md deleted file mode 100644 index 028d5213..00000000 --- a/modules/@creature-chess/models/CHANGELOG.md +++ /dev/null @@ -1,170 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Features - -- make bot consider how strategic a piece's type is ([#458](https://github.com/Jameskmonger/creature-chess/issues/458)) ([ec71f5c](https://github.com/Jameskmonger/creature-chess/commit/ec71f5ceb5df1e654f0148a8849f82bab3b169cd)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- add quick chat to 'now playing' screen ([#442](https://github.com/Jameskmonger/creature-chess/issues/442)) ([8a82649](https://github.com/Jameskmonger/creature-chess/commit/8a82649fd88a94eb0a2cb5628445e993e197b5b9)) - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/models - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/models - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/models - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -### Bug Fixes - -- fix player list colouring for away games ([bd18c4b](https://github.com/Jameskmonger/creature-chess/commit/bd18c4b54d900bf4cb3c90f75d2bc1d5375b57b5)) - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -### Features - -- add contributor for thebigcheese and acetomman ([3d242a8](https://github.com/Jameskmonger/creature-chess/commit/3d242a8bbdd52d7d10163655966c31838f48fe86)) - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.30](https://github.com/Jameskmonger/creature-chess/compare/v0.3.29...v0.3.30) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.25](https://github.com/Jameskmonger/creature-chess/compare/v0.3.24...v0.3.25) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.23](https://github.com/Jameskmonger/creature-chess/compare/v0.3.22...v0.3.23) (2021-04-07) - -**Note:** Version bump only for package @creature-chess/models - -## [0.3.9](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.9) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) - -## [0.3.8](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.8) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) - -## [0.3.7](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.7) (2021-04-06) - -### Features - -- add random play pictures ([418862e](https://github.com/Jameskmonger/creature-chess/commit/418862e2a8efc414f627b9c963056415a5955da4)) - -## [0.3.6](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.6) (2021-04-06) - -### Features - -- add random play pictures ([3aec2e0](https://github.com/Jameskmonger/creature-chess/commit/3aec2e0b6ba1543a05c22ab9b24c9c0e6336cba9)) - -## [0.3.5](https://github.com/Jameskmonger/creature-chess/compare/v0.3.3...v0.3.5) (2021-04-06) - -**Note:** Version bump only for package @creature-chess/models - -# [0.3.0](https://github.com/Jameskmonger/creature-chess/compare/v0.2.25...v0.3.0) (2021-04-05) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.24](https://github.com/Jameskmonger/creature-chess/compare/v0.2.23...v0.2.24) (2021-04-04) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.23](https://github.com/Jameskmonger/creature-chess/compare/v0.2.22...v0.2.23) (2021-04-04) - -### Features - -- Add developer title ([93ef0f7](https://github.com/Jameskmonger/creature-chess/commit/93ef0f7e6f35d58d537612fea6c92175876fd861)) - -## [0.2.11](https://github.com/Jameskmonger/creature-chess/compare/v0.2.10...v0.2.11) (2021-01-14) - -### Bug Fixes - -- Ranged pieces will walk into ranged distance instead of melee distance ([14ed3ed](https://github.com/Jameskmonger/creature-chess/commit/14ed3edb1b646a5b8861316230d43956cb93f9d2)), closes [#325](https://github.com/Jameskmonger/creature-chess/issues/325) - -## [0.2.9](https://github.com/Jameskmonger/creature-chess/compare/v0.2.8...v0.2.9) (2021-01-14) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.8](https://github.com/Jameskmonger/creature-chess/compare/v0.2.7...v0.2.8) (2021-01-02) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.7](https://github.com/Jameskmonger/creature-chess/compare/v0.2.6...v0.2.7) (2020-12-31) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.4](https://github.com/Jameskmonger/creature-chess/compare/v0.2.3...v0.2.4) (2020-10-25) - -**Note:** Version bump only for package @creature-chess/models - -## [0.2.3](https://github.com/Jameskmonger/creature-chess/compare/v0.2.2...v0.2.3) (2020-10-23) - -### Features - -- (close [#326](https://github.com/Jameskmonger/creature-chess/issues/326)) Move nickname registration to a separate page on the menu ([d4866b1](https://github.com/Jameskmonger/creature-chess/commit/d4866b1982de0229faa9d2f64bac52b06ea953c0)) - -# [0.2.0](https://github.com/Jameskmonger/creature-chess/compare/v0.1.0...v0.2.0) (2020-10-21) - -**Note:** Version bump only for package @creature-chess/models diff --git a/modules/@creature-chess/networking/CHANGELOG.md b/modules/@creature-chess/networking/CHANGELOG.md deleted file mode 100644 index dddffa4f..00000000 --- a/modules/@creature-chess/networking/CHANGELOG.md +++ /dev/null @@ -1,148 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Features - -- Add board, bench and inputs to dev tools ([#451](https://github.com/Jameskmonger/creature-chess/issues/451)) ([9d1063d](https://github.com/Jameskmonger/creature-chess/commit/9d1063de29a6cbc0b6edf9f3049bfcce0c2947ea)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- add quick chat to 'now playing' screen ([#442](https://github.com/Jameskmonger/creature-chess/issues/442)) ([8a82649](https://github.com/Jameskmonger/creature-chess/commit/8a82649fd88a94eb0a2cb5628445e993e197b5b9)) - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.2](https://github.com/Jameskmonger/creature-chess/compare/v0.4.1...v0.4.2) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.4.1](https://github.com/Jameskmonger/creature-chess/compare/v0.4.0...v0.4.1) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/networking - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -### Features - -- send SPECTATING_PLAYER_UPDATE packet ([d310c2f](https://github.com/Jameskmonger/creature-chess/commit/d310c2fc3364e80e708870528f98fb616e8bd407)) - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.54](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.54) (2021-05-14) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.53](https://github.com/Jameskmonger/creature-chess/compare/v0.3.52...v0.3.53) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.51](https://github.com/Jameskmonger/creature-chess/compare/v0.3.50...v0.3.51) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.49](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.49) (2021-05-11) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.48](https://github.com/Jameskmonger/creature-chess/compare/v0.3.47...v0.3.48) (2021-05-04) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.47](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.47) (2021-05-03) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.46](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.46) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.45](https://github.com/Jameskmonger/creature-chess/compare/v0.3.44...v0.3.45) (2021-04-21) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.44](https://github.com/Jameskmonger/creature-chess/compare/v0.3.42...v0.3.44) (2021-04-16) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.40](https://github.com/Jameskmonger/creature-chess/compare/v0.3.39...v0.3.40) (2021-04-14) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.39](https://github.com/Jameskmonger/creature-chess/compare/v0.3.38...v0.3.39) (2021-04-14) - -### Bug Fixes - -- sync health with client correctly ([6cacba5](https://github.com/Jameskmonger/creature-chess/commit/6cacba5a716e1cda007c31de04dacfd9ce513a69)) - -## [0.3.37](https://github.com/Jameskmonger/creature-chess/compare/v0.3.36...v0.3.37) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.34](https://github.com/Jameskmonger/creature-chess/compare/v0.3.33...v0.3.34) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/networking - -## [0.3.33](https://github.com/Jameskmonger/creature-chess/compare/v0.3.32...v0.3.33) (2021-04-11) - -**Note:** Version bump only for package @creature-chess/networking diff --git a/modules/@creature-chess/ui/CHANGELOG.md b/modules/@creature-chess/ui/CHANGELOG.md deleted file mode 100644 index a7dd5c79..00000000 --- a/modules/@creature-chess/ui/CHANGELOG.md +++ /dev/null @@ -1,44 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Features - -- Add board, bench and inputs to dev tools ([#451](https://github.com/Jameskmonger/creature-chess/issues/451)) ([9d1063d](https://github.com/Jameskmonger/creature-chess/commit/9d1063de29a6cbc0b6edf9f3049bfcce0c2947ea)) -- profile picture shown in lobby ([#446](https://github.com/Jameskmonger/creature-chess/issues/446)) ([b79cd97](https://github.com/Jameskmonger/creature-chess/commit/b79cd97bb0ea1f4743fc1ff80f8433de7c2575be)) -- Reinstall storybook ([#459](https://github.com/Jameskmonger/creature-chess/issues/459)) ([09520fe](https://github.com/Jameskmonger/creature-chess/commit/09520fee0f4fe187b6407a62be24774b24cf81fe)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @creature-chess/ui - -## [0.4.15](https://github.com/Jameskmonger/creature-chess/compare/v0.4.14...v0.4.15) (2021-07-26) - -**Note:** Version bump only for package @creature-chess/ui - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -**Note:** Version bump only for package @creature-chess/ui - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @creature-chess/ui - -## [0.4.6](https://github.com/Jameskmonger/creature-chess/compare/v0.4.5...v0.4.6) (2021-06-16) - -**Note:** Version bump only for package @creature-chess/ui - -## [0.4.5](https://github.com/Jameskmonger/creature-chess/compare/v0.4.4...v0.4.5) (2021-05-19) - -### Bug Fixes - -- apply antialiasing to pieces and avatars ([5bf3257](https://github.com/Jameskmonger/creature-chess/commit/5bf32575d04b8bedac35f16d888693913fda7225)) - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -### Bug Fixes - -- add 100% width to stars and type indicator ([15beb8b](https://github.com/Jameskmonger/creature-chess/commit/15beb8b910ffe0e79962c16d16a0f4315b2263ec)) diff --git a/modules/@shoki/board-react/CHANGELOG.md b/modules/@shoki/board-react/CHANGELOG.md deleted file mode 100644 index def4b25a..00000000 --- a/modules/@shoki/board-react/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -### Bug Fixes - -- fix @shoki/board dependency ([4294659](https://github.com/Jameskmonger/creature-chess/commit/4294659a17b645d587c899a51fd0ac690c5a6ced)) - -### Features - -- Add board, bench and inputs to dev tools ([#451](https://github.com/Jameskmonger/creature-chess/issues/451)) ([9d1063d](https://github.com/Jameskmonger/creature-chess/commit/9d1063de29a6cbc0b6edf9f3049bfcce0c2947ea)) - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @shoki/board-react - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -**Note:** Version bump only for package @shoki/board-react - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -**Note:** Version bump only for package @shoki/board-react - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @shoki/board-react - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @shoki/board-react - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @shoki/board-react - -## [0.3.56](https://github.com/Jameskmonger/creature-chess/compare/v0.3.55...v0.3.56) (2021-05-16) - -**Note:** Version bump only for package @shoki/board-react - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @shoki/board-react - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @shoki/board-react diff --git a/modules/@shoki/board/CHANGELOG.md b/modules/@shoki/board/CHANGELOG.md deleted file mode 100644 index 3434e047..00000000 --- a/modules/@shoki/board/CHANGELOG.md +++ /dev/null @@ -1,74 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @shoki/board - -## [0.4.16](https://github.com/Jameskmonger/creature-chess/compare/v0.4.15...v0.4.16) (2021-07-27) - -**Note:** Version bump only for package @shoki/board - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- utility ai system for bots ([98e65fa](https://github.com/Jameskmonger/creature-chess/commit/98e65faac5d21097b73510eda53417eec1d9929a)) - -## [0.4.11](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.11) (2021-07-26) - -### Features - -- utility ai system for bots ([932abf3](https://github.com/Jameskmonger/creature-chess/commit/932abf389832fc961b892aac9c8ff805699bc984)) - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -### Features - -- piece swapping ([#443](https://github.com/Jameskmonger/creature-chess/issues/443)) ([e6ceada](https://github.com/Jameskmonger/creature-chess/commit/e6ceada88216d0427983101bd0267afafcddef8e)) - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @shoki/board - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @shoki/board - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @shoki/board - -## [0.3.52](https://github.com/Jameskmonger/creature-chess/compare/v0.3.51...v0.3.52) (2021-05-13) - -**Note:** Version bump only for package @shoki/board - -## [0.3.50](https://github.com/Jameskmonger/creature-chess/compare/v0.3.48...v0.3.50) (2021-05-12) - -**Note:** Version bump only for package @shoki/board - -## [0.3.42](https://github.com/Jameskmonger/creature-chess/compare/v0.3.41...v0.3.42) (2021-04-15) - -**Note:** Version bump only for package @shoki/board - -## [0.3.36](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.36) (2021-04-12) - -**Note:** Version bump only for package @shoki/board - -## [0.3.35](https://github.com/Jameskmonger/creature-chess/compare/v0.3.34...v0.3.35) (2021-04-12) - -**Note:** Version bump only for package @shoki/board - -## [0.3.29](https://github.com/Jameskmonger/creature-chess/compare/v0.3.28...v0.3.29) (2021-04-10) - -### Bug Fixes - -- make match turns affect board ([37d4526](https://github.com/Jameskmonger/creature-chess/commit/37d452641baccfd20133df2b9292cbc1dc11434a)) - -## [0.3.28](https://github.com/Jameskmonger/creature-chess/compare/v0.3.25...v0.3.28) (2021-04-09) - -### Bug Fixes - -- start gameSaga correctly ([90688e4](https://github.com/Jameskmonger/creature-chess/commit/90688e41e0682cdf6aafbfdb33f6c9f4fcee20c6)) diff --git a/modules/@shoki/engine/CHANGELOG.md b/modules/@shoki/engine/CHANGELOG.md deleted file mode 100644 index a778f09c..00000000 --- a/modules/@shoki/engine/CHANGELOG.md +++ /dev/null @@ -1,32 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @shoki/engine - -## [0.4.12](https://github.com/Jameskmonger/creature-chess/compare/v0.4.10...v0.4.12) (2021-07-26) - -### Features - -- add utility api to shoki engine ([da4faf9](https://github.com/Jameskmonger/creature-chess/commit/da4faf9e933e05f1af71a01f7f0d5878c7b93648)) - -## [0.4.10](https://github.com/Jameskmonger/creature-chess/compare/v0.4.9...v0.4.10) (2021-07-25) - -### Features - -- **shoki:** add `put` method to entity to dispatch actions from outside ([4d740bd](https://github.com/Jameskmonger/creature-chess/commit/4d740bd7a1d1702f9205a31689d84f330950036d)) - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @shoki/engine - -# [0.4.0](https://github.com/Jameskmonger/creature-chess/compare/v0.3.56...v0.4.0) (2021-05-16) - -**Note:** Version bump only for package @shoki/engine - -## [0.3.55](https://github.com/Jameskmonger/creature-chess/compare/v0.3.53...v0.3.55) (2021-05-15) - -**Note:** Version bump only for package @shoki/engine diff --git a/modules/@shoki/networking/CHANGELOG.md b/modules/@shoki/networking/CHANGELOG.md deleted file mode 100644 index 2b7a1b6a..00000000 --- a/modules/@shoki/networking/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.4.17](https://github.com/Jameskmonger/creature-chess/compare/v0.4.16...v0.4.17) (2021-11-25) - -**Note:** Version bump only for package @shoki/networking - -## [0.4.8](https://github.com/Jameskmonger/creature-chess/compare/v0.4.7...v0.4.8) (2021-07-23) - -**Note:** Version bump only for package @shoki/networking - -## [0.4.7](https://github.com/Jameskmonger/creature-chess/compare/v0.4.6...v0.4.7) (2021-07-19) - -**Note:** Version bump only for package @shoki/networking - -## [0.4.4](https://github.com/Jameskmonger/creature-chess/compare/v0.4.3...v0.4.4) (2021-05-18) - -**Note:** Version bump only for package @shoki/networking - -## [0.4.3](https://github.com/Jameskmonger/creature-chess/compare/v0.4.2...v0.4.3) (2021-05-17) - -**Note:** Version bump only for package @shoki/networking