-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- project: ui-common 0.1.0
- Loading branch information
GitHub Bot
committed
Sep 22, 2024
1 parent
ed19bbb
commit cc0b748
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## 0.1.0 (2024-09-22) | ||
|
||
|
||
### 🚀 Features | ||
|
||
- **frontend-workflow:** Addition of group billing page ([a00eee9](https://github.com/StartUpNationLabs/spos/commit/a00eee9)) | ||
|
||
- **frontend-workflow:** Addition of table billing page ([0273004](https://github.com/StartUpNationLabs/spos/commit/0273004)) | ||
|
||
- **frontend-workflow:** add state management to landingPage.tsx ([a57f971](https://github.com/StartUpNationLabs/spos/commit/a57f971)) | ||
|
||
- **frontend-workflow:** add groups state management ([5043de5](https://github.com/StartUpNationLabs/spos/commit/5043de5)) | ||
|
||
- **tables:** add useFreeTables.tsx hook ([4eaf36f](https://github.com/StartUpNationLabs/spos/commit/4eaf36f)) | ||
|
||
- **tables:** add group creation ([6de43a3](https://github.com/StartUpNationLabs/spos/commit/6de43a3)) | ||
|
||
- **tables:** add group creation ([7d49549](https://github.com/StartUpNationLabs/spos/commit/7d49549)) | ||
|
||
- **tables:** add link to commands from reservation ([63d2ccb](https://github.com/StartUpNationLabs/spos/commit/63d2ccb)) | ||
|
||
- **frontend-bff:** Fix layout of Table and group Billing ([82a7952](https://github.com/StartUpNationLabs/spos/commit/82a7952)) | ||
|
||
|
||
### 🩹 Fixes | ||
|
||
- lint error in offers.tsx ([be7353c](https://github.com/StartUpNationLabs/spos/commit/be7353c)) | ||
|
||
- **frontend-workflow:** landing page ([05f09a5](https://github.com/StartUpNationLabs/spos/commit/05f09a5)) | ||
|
||
- **tables:** naming ([d923877](https://github.com/StartUpNationLabs/spos/commit/d923877)) | ||
|
||
- **frontend-bff:** Remove Unwanted test data for group billing ([761987c](https://github.com/StartUpNationLabs/spos/commit/761987c)) | ||
|
||
|
||
### ❤️ Thank You | ||
|
||
- Apoorva Srinivas Appadoo | ||
- Tsukoyachi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "ui-common", | ||
"version": "0.0.0" | ||
"version": "0.1.0" | ||
} |