Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: ui-common 0.1.0
  • Loading branch information
GitHub Bot committed Sep 22, 2024
1 parent ed19bbb commit cc0b748
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions libs/ui/common/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion libs/ui/common/package.json
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"
}

0 comments on commit cc0b748

Please sign in to comment.