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 16, 2024
2 parents b068224 + 86fa826 commit 93e3651
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 4 deletions.
27 changes: 27 additions & 0 deletions apps/frontend-bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 0.2.0 (2024-09-16)


### 🚀 Features

- add dockerfile deployment for bff and workflow ([1305f24](https://github.com/StartUpNationLabs/spos/commit/1305f24))

- Addition of kind infrastructure and deployment ([05067b1](https://github.com/StartUpNationLabs/spos/commit/05067b1))

- **frontend:** add component libs and apps for frontend ([4460eba](https://github.com/StartUpNationLabs/spos/commit/4460eba))


### 🩹 Fixes

- don't use nx cloud ([19e0514](https://github.com/StartUpNationLabs/spos/commit/19e0514))

- readd test for create app ([ebbc1f1](https://github.com/StartUpNationLabs/spos/commit/ebbc1f1))

- Change nginx configuration ([75d9cf0](https://github.com/StartUpNationLabs/spos/commit/75d9cf0))

- add missing release conf ([ac2afdd](https://github.com/StartUpNationLabs/spos/commit/ac2afdd))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi
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.1.0"
"version": "0.2.0"
}
23 changes: 23 additions & 0 deletions apps/frontend-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 0.2.0 (2024-09-16)


### 🚀 Features

- add dockerfile deployment for bff and workflow ([1305f24](https://github.com/StartUpNationLabs/spos/commit/1305f24))

- Addition of kind infrastructure and deployment ([05067b1](https://github.com/StartUpNationLabs/spos/commit/05067b1))

- **frontend:** add component libs and apps for frontend ([4460eba](https://github.com/StartUpNationLabs/spos/commit/4460eba))


### 🩹 Fixes

- Change nginx configuration ([75d9cf0](https://github.com/StartUpNationLabs/spos/commit/75d9cf0))

- add missing release conf ([ac2afdd](https://github.com/StartUpNationLabs/spos/commit/ac2afdd))


### ❤️ Thank You

- Apoorva Srinivas Appadoo
- Tsukoyachi
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.1.0"
"version": "0.2.0"
}
12 changes: 12 additions & 0 deletions apps/sample-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.2.2 (2024-09-16)


### 🩹 Fixes

- add missing release conf ([ac2afdd](https://github.com/StartUpNationLabs/spos/commit/ac2afdd))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.2.1 (2024-09-16)


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.2.1"
"version": "0.2.2"
}
12 changes: 12 additions & 0 deletions apps/sample-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.2 (2024-09-16)


### 🩹 Fixes

- add missing release conf ([ac2afdd](https://github.com/StartUpNationLabs/spos/commit/ac2afdd))


### ❤️ Thank You

- Apoorva Srinivas Appadoo

## 0.3.1 (2024-09-16)


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.3.1"
"version": "0.3.2"
}

0 comments on commit 93e3651

Please sign in to comment.