From cc0b748faa82a353491f91172c357c2486925285 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Sun, 22 Sep 2024 19:05:50 +0000 Subject: [PATCH] chore(release): publish - project: ui-common 0.1.0 --- libs/ui/common/CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++ libs/ui/common/package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 libs/ui/common/CHANGELOG.md diff --git a/libs/ui/common/CHANGELOG.md b/libs/ui/common/CHANGELOG.md new file mode 100644 index 0000000..1fc107f --- /dev/null +++ b/libs/ui/common/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/libs/ui/common/package.json b/libs/ui/common/package.json index bbf4769..f1c4d26 100644 --- a/libs/ui/common/package.json +++ b/libs/ui/common/package.json @@ -1,4 +1,4 @@ { "name": "ui-common", - "version": "0.0.0" + "version": "0.1.0" }