Skip to content

Commit

Permalink
Merge pull request #16 from LeleDallas/release-please--branches--mast…
Browse files Browse the repository at this point in the history
…er--components--release-please-action

chore(master): release 1.0.0
  • Loading branch information
LeleDallas authored Jul 29, 2023
2 parents 78d28e5 + f3ac7b9 commit a4b77d1
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# Changelog

## 1.0.0 (2023-07-29)


### Features

* card retrieval ([e1daa2f](https://github.com/LeleDallas/Cards-Against-Humanity/commit/e1daa2f4dc042068688fe03e967c12cd1d1443e5))
* **ci/cd:** sonarcloud, coverage, Release Please ([6a4323a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/6a4323aa6f7bcfc76dff56206e4f481f34787b7c))
* client and server setup ([d828991](https://github.com/LeleDallas/Cards-Against-Humanity/commit/d8289911c5455e269ba49dd3127056d2fae00976))
* client room raw ([b9412c9](https://github.com/LeleDallas/Cards-Against-Humanity/commit/b9412c9e262848dbc6af1d9df99a682b6c3a3cdf))
* connection to database ([7fe2722](https://github.com/LeleDallas/Cards-Against-Humanity/commit/7fe2722bc200e76b28c52cd76f7338211fb804e3))
* Create Lobby Page ([a9a983a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/a9a983a5fcffa855ebde75e2e388522b90b5d4d1))
* Czar and Player white interaction ([b5dc122](https://github.com/LeleDallas/Cards-Against-Humanity/commit/b5dc1220a23acafc093584547edc3a902c24ba6d))
* czar draw and view ([666cd79](https://github.com/LeleDallas/Cards-Against-Humanity/commit/666cd79d3a978eb696e54b95f1a6c6f7c0af3c0e))
* deck and question card extraction ([eead22e](https://github.com/LeleDallas/Cards-Against-Humanity/commit/eead22e12469ef7ee925c47d0f0125333090faae))
* delete & leave room ([0d7573e](https://github.com/LeleDallas/Cards-Against-Humanity/commit/0d7573ebe0220821b3addacab34a93720329887e))
* Docker files ([82c376b](https://github.com/LeleDallas/Cards-Against-Humanity/commit/82c376b1dde60b355e18629d3b486bb79c9c9b67))
* draft of home and lobby ([4c3eafb](https://github.com/LeleDallas/Cards-Against-Humanity/commit/4c3eafb54ce6ca4a3342409e4dd49f948fd75553))
* exit game on less client ([80deb80](https://github.com/LeleDallas/Cards-Against-Humanity/commit/80deb804711287110770ab28d6a69e479bc13aaa))
* export value for testing ([ca22ea1](https://github.com/LeleDallas/Cards-Against-Humanity/commit/ca22ea15caccade3af0c3c7069a9d43931f944cf))
* function to draw cards ([7f906c9](https://github.com/LeleDallas/Cards-Against-Humanity/commit/7f906c9acfd63327c8a0f76f74f02a9a97fa36c6))
* functions file ([e9bf69d](https://github.com/LeleDallas/Cards-Against-Humanity/commit/e9bf69d5a2b5d620f27c2c1421b0e6d9eba9bb54))
* Game page ([3430bab](https://github.com/LeleDallas/Cards-Against-Humanity/commit/3430bab2841fc41296c9bbd98528b203ddfe5a73))
* get cards and draw function ([3f26234](https://github.com/LeleDallas/Cards-Against-Humanity/commit/3f26234082977029244c2fbaaf974d6432cc03ac))
* get white and black cards ([0e2e6e8](https://github.com/LeleDallas/Cards-Against-Humanity/commit/0e2e6e8fb6abc3d65c1bb2aeceeaad8afa64d70c))
* handle next turn for czar ([081942c](https://github.com/LeleDallas/Cards-Against-Humanity/commit/081942c3eef9b1df90c334ae3b919cfe77a123ec))
* handle next turn for player ([59a9ee1](https://github.com/LeleDallas/Cards-Against-Humanity/commit/59a9ee1e093faec79cbc9e288b29a5ac25dccf4e))
* handle next turn on sockets ([d8e532c](https://github.com/LeleDallas/Cards-Against-Humanity/commit/d8e532cfb21a155e8c9f3ec266930225ba2a15ea))
* LICENSE ([30f98c9](https://github.com/LeleDallas/Cards-Against-Humanity/commit/30f98c9778c99eae39dc3b77f419c96dcfd28d45))
* lobby card ([a42761c](https://github.com/LeleDallas/Cards-Against-Humanity/commit/a42761cb2e0c94a0c29e0acff4a763de82fe48d1))
* next turn after czar choose ([cd1d1d8](https://github.com/LeleDallas/Cards-Against-Humanity/commit/cd1d1d809b06849c5f60eac3f1cf553687fad2d0))
* pass black card to player ([03bf211](https://github.com/LeleDallas/Cards-Against-Humanity/commit/03bf2114afce9ef32a5573290fb112ec41cc941a))
* Player and Czar view ([5b229c9](https://github.com/LeleDallas/Cards-Against-Humanity/commit/5b229c981a4600aac1dd7879d8e8a08e527d94e7))
* player draw and view ([b273dfa](https://github.com/LeleDallas/Cards-Against-Humanity/commit/b273dfa8fc8c3cc7b7b7a875bc0632f5c0159f3c))
* random userName at loading ([74730d8](https://github.com/LeleDallas/Cards-Against-Humanity/commit/74730d840dccd7c9928e6d3f2c55faa4d377fa06))
* raw ui connection ([5e04a1a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/5e04a1a9b109bb5a4386185d721032176054850d))
* raw waiting lobby ([9f9d74a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/9f9d74ae6499cae87fad48aee733311e2da0a34b))
* redux basic setup ([de72a15](https://github.com/LeleDallas/Cards-Against-Humanity/commit/de72a15b0cba64bb0b287c634cfa5bc9fd73ba87))
* Rules Component ([76f5f86](https://github.com/LeleDallas/Cards-Against-Humanity/commit/76f5f865ba65268eb35d8f61fa800f5cb3a5ea1f))
* scorer based on socket id ([a27366b](https://github.com/LeleDallas/Cards-Against-Humanity/commit/a27366bef8a7cba6ed312a9dd92ca9e318cc6b38))
* Scorer component ([59b903c](https://github.com/LeleDallas/Cards-Against-Humanity/commit/59b903c3fb27ef2555df2f2c6152b3e1cc9d95fd))
* server raw room ([4c42f3f](https://github.com/LeleDallas/Cards-Against-Humanity/commit/4c42f3fa5582c81b4d8358225bdaa5dc011f3051))
* setup cards with title ([4487568](https://github.com/LeleDallas/Cards-Against-Humanity/commit/44875682c3eea45cf4236b4d68c1876832d1ec2a))
* setup ui socket ([1afc54f](https://github.com/LeleDallas/Cards-Against-Humanity/commit/1afc54f72381bbfa85af0c4bf35f303b599a3928))
* setup web-server and socket ([e26e2bc](https://github.com/LeleDallas/Cards-Against-Humanity/commit/e26e2bcc90b5174b1414e01eac7411145db15f5c))
* socket for black card ([4c65f4c](https://github.com/LeleDallas/Cards-Against-Humanity/commit/4c65f4c5ca284669091304667e999b6d33c9e43f))
* socket lobby logic ([aaadd18](https://github.com/LeleDallas/Cards-Against-Humanity/commit/aaadd1884b4067877f65963ac345ffcc126537d8))
* socket room type ([0dd21ad](https://github.com/LeleDallas/Cards-Against-Humanity/commit/0dd21ad64e0b4c0bddf674bd59cbc2fb69037273))
* socket start game implementation ([69ed73b](https://github.com/LeleDallas/Cards-Against-Humanity/commit/69ed73b61b21ed45dac48f9eb49df35f4e25c8b5))
* spinning card ([be79705](https://github.com/LeleDallas/Cards-Against-Humanity/commit/be79705d16eecde199250c20eee0bdccb94574e3))
* start game socket event trigger ([b60d7fb](https://github.com/LeleDallas/Cards-Against-Humanity/commit/b60d7fb61e0821beaf7a81437f64ed2fc865fde8))
* start game UI logic ([a4fccd6](https://github.com/LeleDallas/Cards-Against-Humanity/commit/a4fccd62eff1893364ff583672878ab176ba9544))
* static card ([7092700](https://github.com/LeleDallas/Cards-Against-Humanity/commit/70927009a8d5891144f6b152b9bc044c5e61ef7b))
* type card ([31dea15](https://github.com/LeleDallas/Cards-Against-Humanity/commit/31dea15952766e8ba31123767fee69a5fbb5933d))
* ui lobby logic ([130b848](https://github.com/LeleDallas/Cards-Against-Humanity/commit/130b8486d628c446ad508f17d8f301a91f70df49))
* update czar player ([891c755](https://github.com/LeleDallas/Cards-Against-Humanity/commit/891c75521221d4b84b13187a162d85df0fdc3e1a))
* update main route ([ab57a1b](https://github.com/LeleDallas/Cards-Against-Humanity/commit/ab57a1bf5ff0d339caedc87f1f45cef3226a5d19))
* update route with theme ([eccd14d](https://github.com/LeleDallas/Cards-Against-Humanity/commit/eccd14dbd4c0fc01b8797b69476751c8b0931cac))
* update score ([5a432a1](https://github.com/LeleDallas/Cards-Against-Humanity/commit/5a432a1e6bfadbea640e389b775e0e3db71ecb09))
* update server event ([9ae945d](https://github.com/LeleDallas/Cards-Against-Humanity/commit/9ae945d1dc5128cbe0f31e5185afbedf132cd7ab))
* update socket dispatcher ([994a7ec](https://github.com/LeleDallas/Cards-Against-Humanity/commit/994a7ecc76e91ab593cfe234adb0e0c965f22482))
* update socket score logic ([51f4248](https://github.com/LeleDallas/Cards-Against-Humanity/commit/51f4248bdfacf6a44ac14957baa54adf2c2ae0d0))
* update socket types ([27c4851](https://github.com/LeleDallas/Cards-Against-Humanity/commit/27c485120866bdcc5f98d586ae9674c8a96eff74))
* update UI ([e5cba97](https://github.com/LeleDallas/Cards-Against-Humanity/commit/e5cba9700961046aa3c3365236f4c0227bcbe1e9))
* user route ([5d05b30](https://github.com/LeleDallas/Cards-Against-Humanity/commit/5d05b30035f1deff320e2e868771c2ceeb386ba4))
* utils functions ([7b013a1](https://github.com/LeleDallas/Cards-Against-Humanity/commit/7b013a1e3d4169ef3cacb4f640f84021a2655a1c))
* waiting lobby from lobby ([3b49dd2](https://github.com/LeleDallas/Cards-Against-Humanity/commit/3b49dd244a77030e869ca3082db7d94654e18b72))
* white and black card ([59a409a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/59a409a1fae3c110fe5b6c22655f51a2c6396d40))
* white card sending ([89256fe](https://github.com/LeleDallas/Cards-Against-Humanity/commit/89256fe398ce7829f36bb4675237edd0ccfefbf4))
* white card sending action ([0965023](https://github.com/LeleDallas/Cards-Against-Humanity/commit/096502329fd45a200b0ab9ab74f6a05179f99ca3))
* winner alert ([1e0a723](https://github.com/LeleDallas/Cards-Against-Humanity/commit/1e0a7236835b0854879ff83674cc5ec6dda22a55))


### Bug Fixes

* black card title to users ([8913444](https://github.com/LeleDallas/Cards-Against-Humanity/commit/891344480aee6bf7f03ca046821fc625a1538a54))
* cors block ([5919b76](https://github.com/LeleDallas/Cards-Against-Humanity/commit/5919b769ea3e08ce7c7eadbac1ec61ba7c09cedf))
* Czar card update ([8332568](https://github.com/LeleDallas/Cards-Against-Humanity/commit/8332568ad42e661d3da37d5bb80183fdb8a187eb))
* czar exit on game, scorer update ([7aa8d26](https://github.com/LeleDallas/Cards-Against-Humanity/commit/7aa8d26f020d24fbfdf62c27c8f4bd23c1d18aeb))
* **deps:** update dependency styled-components to v5.3.11 ([8546dd0](https://github.com/LeleDallas/Cards-Against-Humanity/commit/8546dd0ee945680839fd333a2f9b7859a62f736b))
* disconnect clients ([17f6971](https://github.com/LeleDallas/Cards-Against-Humanity/commit/17f6971c5b6bc9a6e36584b8b458027c58a2f8fa))
* go back to menu from lobby ([acd4030](https://github.com/LeleDallas/Cards-Against-Humanity/commit/acd4030c063b842cc1fdfd20635b39b647ceccea))
* merge code ([b0dd62f](https://github.com/LeleDallas/Cards-Against-Humanity/commit/b0dd62f418fca2bb8784da2e1dea26697448cd6a))
* missing error route ([213703b](https://github.com/LeleDallas/Cards-Against-Humanity/commit/213703b445ec0e45621a160a1f3238c210770b85))
* missing function param ([f796c06](https://github.com/LeleDallas/Cards-Against-Humanity/commit/f796c063bce2d037f3bfa64910683acf3de2efae))
* missing roomName on Czar ([0d3f488](https://github.com/LeleDallas/Cards-Against-Humanity/commit/0d3f48850ce6278b710c2330590cf3863f684eb5))
* missing route on test ([9ce3e7a](https://github.com/LeleDallas/Cards-Against-Humanity/commit/9ce3e7aff9d584c2e3d4fd494b1688da4fd6804e))
* missing socket disconnect ([7e233a9](https://github.com/LeleDallas/Cards-Against-Humanity/commit/7e233a99abcbd55b5e0e770241d49ac82ca95ab0))
* missing var from merge ([896842f](https://github.com/LeleDallas/Cards-Against-Humanity/commit/896842fb84972bf0fd0d1fc2973026b4b7478018))
* package type ([3f5027e](https://github.com/LeleDallas/Cards-Against-Humanity/commit/3f5027ec8c99194bcc499c25eb4b164a932053eb))
* path image ([aac819d](https://github.com/LeleDallas/Cards-Against-Humanity/commit/aac819d94e42f6fdeff6e66ea0d491c763410d43))
* scorer null pointer ([2c99937](https://github.com/LeleDallas/Cards-Against-Humanity/commit/2c99937d74827fb2d75826ce34043498f5701710))
* socket creation name, start game logic ([0959165](https://github.com/LeleDallas/Cards-Against-Humanity/commit/0959165d62f2b77271ca33d970788537ac6c0e38))
* socket loading statement ([c810452](https://github.com/LeleDallas/Cards-Against-Humanity/commit/c81045228d29956294e2299c0b06d7e524171dea))
* socket update ([03c36bd](https://github.com/LeleDallas/Cards-Against-Humanity/commit/03c36bd45698891d300d950f14cb89d3c1ffdfa6))
* test ([e3ae750](https://github.com/LeleDallas/Cards-Against-Humanity/commit/e3ae7501f6446ae5f4ad5a40b40224b5c2e1310a))
* test coverage ([865d43d](https://github.com/LeleDallas/Cards-Against-Humanity/commit/865d43d7185d99e065e0c1517fac064f3757aade))
* update submit condition ([a8dd348](https://github.com/LeleDallas/Cards-Against-Humanity/commit/a8dd348a6a4fdf9a349de2b7b5ccd31281d8ef0c))
* user not leaving a lobby ([04d0fc3](https://github.com/LeleDallas/Cards-Against-Humanity/commit/04d0fc3098fcc8c9e86a46847a0ec2842d72e690))

0 comments on commit a4b77d1

Please sign in to comment.