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 Sep 25, 2024
2 parents f6e1c88 + ae10f0a commit f114bab
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 5 deletions.
15 changes: 15 additions & 0 deletions apps/frontend-bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.11.0 (2024-09-25)


### 🚀 Features

- add types to remote service ([72f6b76](https://github.com/StartUpNationLabs/spos/commit/72f6b76))

- **libs/services:** Addition of services for offers and catalog ([3f9a873](https://github.com/StartUpNationLabs/spos/commit/3f9a873))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.10.0 (2024-09-24)


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.10.0"
"version": "0.11.0"
}
15 changes: 15 additions & 0 deletions apps/frontend-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.8.0 (2024-09-25)


### 🚀 Features

- add types to remote service ([72f6b76](https://github.com/StartUpNationLabs/spos/commit/72f6b76))

- **libs/services:** Addition of services for offers and catalog ([3f9a873](https://github.com/StartUpNationLabs/spos/commit/3f9a873))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.7.0 (2024-09-24)


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.7.0"
"version": "0.8.0"
}
15 changes: 15 additions & 0 deletions apps/sample-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.8.0 (2024-09-25)


### 🚀 Features

- add types to remote service ([72f6b76](https://github.com/StartUpNationLabs/spos/commit/72f6b76))

- **libs/services:** Addition of services for offers and catalog ([3f9a873](https://github.com/StartUpNationLabs/spos/commit/3f9a873))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.7.0 (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sample-nestjs",
"version": "0.7.0"
"version": "0.8.0"
}
15 changes: 15 additions & 0 deletions apps/sample-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.9.0 (2024-09-25)


### 🚀 Features

- add types to remote service ([72f6b76](https://github.com/StartUpNationLabs/spos/commit/72f6b76))

- **libs/services:** Addition of services for offers and catalog ([3f9a873](https://github.com/StartUpNationLabs/spos/commit/3f9a873))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.8.0 (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion apps/sample-react/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sample-react",
"version": "0.8.0"
"version": "0.9.0"
}
19 changes: 19 additions & 0 deletions libs/ui/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.9.0 (2024-09-25)


### 🚀 Features

- add types to remote service ([72f6b76](https://github.com/StartUpNationLabs/spos/commit/72f6b76))

- **libs/services:** Addition of services for offers and catalog ([3f9a873](https://github.com/StartUpNationLabs/spos/commit/3f9a873))

- **ui-common:** Addition of store for cart state ([add5e7c](https://github.com/StartUpNationLabs/spos/commit/add5e7c))

- **ui-common:** Simplify cart store ([4096964](https://github.com/StartUpNationLabs/spos/commit/4096964))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi

## 0.8.0 (2024-09-24)


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.8.0"
"version": "0.9.0"
}

0 comments on commit f114bab

Please sign in to comment.