Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Nov 1, 2024
2 parents 0a2568e + d026554 commit fc1e666
Show file tree
Hide file tree
Showing 16 changed files with 171 additions and 8 deletions.
16 changes: 16 additions & 0 deletions apps/backend-bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.20.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.19.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend-bff/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "backend-bff",
"version": "0.19.0"
"version": "0.20.0"
}
16 changes: 16 additions & 0 deletions apps/frontend-bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.28.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.27.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-bff/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frontend-bff",
"version": "0.27.0"
"version": "0.28.0"
}
21 changes: 21 additions & 0 deletions apps/frontend-common-space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.4.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### 🩹 Fixes

- paymentAsignee page ([c841b92](https://github.com/StartUpNationLabs/spos/commit/c841b92))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.3.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-common-space/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frontend-common-space",
"version": "0.3.0"
"version": "0.4.0"
}
26 changes: 26 additions & 0 deletions apps/frontend-personal-space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.4.0 (2024-11-01)


### 🚀 Features

- addition of dependancy injection to personal space and beginning of personal ordering space implementation ([8905be2](https://github.com/StartUpNationLabs/spos/commit/8905be2))

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### 🩹 Fixes

- Error in configuration of ordering for redis and port ([4559c02](https://github.com/StartUpNationLabs/spos/commit/4559c02))

- errors ([5d26c64](https://github.com/StartUpNationLabs/spos/commit/5d26c64))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.3.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-personal-space/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frontend-personal-space",
"version": "0.3.0"
"version": "0.4.0"
}
16 changes: 16 additions & 0 deletions apps/frontend-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.23.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.22.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frontend-workflow",
"version": "0.22.0"
"version": "0.23.0"
}
24 changes: 24 additions & 0 deletions apps/ordering/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.6.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### 🩹 Fixes

- Error in configuration of ordering for redis and port ([4559c02](https://github.com/StartUpNationLabs/spos/commit/4559c02))

- Linting issues and typing ([840bd82](https://github.com/StartUpNationLabs/spos/commit/840bd82))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.5.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/ordering/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "ordering",
"version": "0.5.0"
"version": "0.6.0"
}
16 changes: 16 additions & 0 deletions apps/payment-sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.7.0 (2024-11-01)


### 🚀 Features

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.6.0 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/payment-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "payment-sharing",
"version": "0.6.0"
"version": "0.7.0"
}
28 changes: 28 additions & 0 deletions libs/ui/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.31.0 (2024-11-01)


### 🚀 Features

- addition of dependancy injection to personal space and beginning of personal ordering space implementation ([8905be2](https://github.com/StartUpNationLabs/spos/commit/8905be2))

- add billing and cache ([f065db8](https://github.com/StartUpNationLabs/spos/commit/f065db8))

- add clients for payment and ordering ([0b6ce8c](https://github.com/StartUpNationLabs/spos/commit/0b6ce8c))

- add tracing ([adfa8f9](https://github.com/StartUpNationLabs/spos/commit/adfa8f9))


### 🩹 Fixes

- Linting issues and typing ([840bd82](https://github.com/StartUpNationLabs/spos/commit/840bd82))

- paymentAsignee page ([c841b92](https://github.com/StartUpNationLabs/spos/commit/c841b92))

- errors ([5d26c64](https://github.com/StartUpNationLabs/spos/commit/5d26c64))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.30.0 (2024-10-27)

### 🚀 Features
Expand Down
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.30.0"
"version": "0.31.0"
}

0 comments on commit fc1e666

Please sign in to comment.