Skip to content

Commit b5aa622

Browse files
committed
chore(release): v0.2.0
1 parent edeb86e commit b5aa622

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
3+
# 0.2.0 (2024-07-20)
4+
5+
6+
### Features
7+
8+
* add creation time ([796b3dd](https://github.com/ItaloMedici/pontim/commit/796b3dd157a7051f99e89c66385c7ae0e7d2fcc7))
9+
* add dashboard page ([4cd9459](https://github.com/ItaloMedici/pontim/commit/4cd9459ecd5210b0a1a6f420e97fb5a60d2e3be0))
10+
* add email to player schema ([7d489d0](https://github.com/ItaloMedici/pontim/commit/7d489d054f41d3e7e236af3e02105e9ffcbc19e3))
11+
* add empty message ([79edbcd](https://github.com/ItaloMedici/pontim/commit/79edbcdc7e36eac622c05b07e47ec9e77c8aa862))
12+
* add labels and skeleton to room card ([5a63c0c](https://github.com/ItaloMedici/pontim/commit/5a63c0cf484dc17ab614f55a26b8fee1f6dffe86))
13+
* add shadcn ui components ([160102f](https://github.com/ItaloMedici/pontim/commit/160102f1c056f68ed08c572b3e6576d53fac7c48))
14+
* add skeleton while rooms are loaded ([96daa7b](https://github.com/ItaloMedici/pontim/commit/96daa7b93524db5cd927d4a1c687770fe8018030))
15+
* add user button on board navbar ([c758f06](https://github.com/ItaloMedici/pontim/commit/c758f0640133479b97fbd8dfb2594cd55b7fd41e))
16+
* copy invite link in room actions ([22979ee](https://github.com/ItaloMedici/pontim/commit/22979ee4250c96258a70c6e58310c3d2ffa5148d))
17+
* create auth component ([c64a91f](https://github.com/ItaloMedici/pontim/commit/c64a91ff7ddc896949af968355ebcc58fa055a1e))
18+
* create convex client provider ([95a0330](https://github.com/ItaloMedici/pontim/commit/95a0330f87cba0e5d891e83e0628196e5e9abc37))
19+
* create error page ([ea20534](https://github.com/ItaloMedici/pontim/commit/ea205345d692f43460513d7044161e2597f4d232))
20+
* create home page ([7c6ae3c](https://github.com/ItaloMedici/pontim/commit/7c6ae3c27097766b18996880dd7c774b0edb67c3))
21+
* create http handler ([b640313](https://github.com/ItaloMedici/pontim/commit/b640313789ba424ab5c41249dc0998900fb471c7))
22+
* create invite page ([3b7789f](https://github.com/ItaloMedici/pontim/commit/3b7789f6efc13e98fa45efed62f4fdb9fa79a132))
23+
* create make choice endpoint ([9918813](https://github.com/ItaloMedici/pontim/commit/9918813a4ff2e441033487ec6208d7ee98af0bbe))
24+
* create middleware ([9295f00](https://github.com/ItaloMedici/pontim/commit/9295f0041c593e43be6da947d5acf79ce1d5b988))
25+
* create reset board event ([59639ff](https://github.com/ItaloMedici/pontim/commit/59639ff5ef682d32d5ea7f22a48c7c91d8a9f5b8))
26+
* create reveal cards endpoint ([c988d12](https://github.com/ItaloMedici/pontim/commit/c988d124071929bb52d4eab3ffbb88ce991f0f91))
27+
* create reveal cards event ([77e646e](https://github.com/ItaloMedici/pontim/commit/77e646e82e9c9516528adf3a8955b12db56ddd2b))
28+
* create schemas and validators ([bf333ed](https://github.com/ItaloMedici/pontim/commit/bf333ed1f063893dc92883ee421c40abedc42eef))
29+
* create search and favorite ([536edd5](https://github.com/ItaloMedici/pontim/commit/536edd52c3866208c1ded7af3c29d3329973990a))
30+
* create search params constant ([8e8618d](https://github.com/ItaloMedici/pontim/commit/8e8618dfe6baaad9c1d9e77b5992f56c3e7a8e54))
31+
* create use api mutation hook ([2fd5cef](https://github.com/ItaloMedici/pontim/commit/2fd5cef5d1e6c67d205c2fafc030f6822b1fa9d9))
32+
* create user schema ([e382563](https://github.com/ItaloMedici/pontim/commit/e382563a24ff9b0a95d77257e514ddf2f43008ca))
33+
* disconnect user on timeout ([41873a5](https://github.com/ItaloMedici/pontim/commit/41873a56e3d1282c1b84bd346eda2d58ed59115d))
34+
* hide players choice until reveal event ([db19ca4](https://github.com/ItaloMedici/pontim/commit/db19ca415a5c51f988d287b2d634ca2e8cd50133))
35+
* implementing board rules ([999979d](https://github.com/ItaloMedici/pontim/commit/999979dad3a3fd48ecbd94ee4e623cbd8e8b2c74))
36+
* implements sonner toast ([6ab3dc6](https://github.com/ItaloMedici/pontim/commit/6ab3dc6a4555a07d8a536b6a09d6c4ce996d7292))
37+
* init board page ([0ae169c](https://github.com/ItaloMedici/pontim/commit/0ae169c756c1d6c8015eb329eab37bf645749597))
38+
* redirect to room page ([da6c1a0](https://github.com/ItaloMedici/pontim/commit/da6c1a0e04db47a929cce1dd749f8fa4afb7daca))
39+
* redirect user when room is created ([fd93d2e](https://github.com/ItaloMedici/pontim/commit/fd93d2eb379cf0d1128c141cf75a9dcd09394ee9))
40+
* setup convex ([39be99a](https://github.com/ItaloMedici/pontim/commit/39be99afebb7627f8d4032b09df608a7b4656a6b))
41+
* setup next-auth ([ed00c0b](https://github.com/ItaloMedici/pontim/commit/ed00c0b2e05824fe75cf085ae7468b4754ff9c1a))
42+
* setup prisma ([ca74daf](https://github.com/ItaloMedici/pontim/commit/ca74daf99a1bc645bfc4ed0c10db6163877e3ab4))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pontim",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)