Commit graph

20 commits

Author SHA1 Message Date
cea509a0ce
chore: merge staging changes for next release 2025-08-15 03:54:40 +00:00
185dc5f662
ci: don't hide or ignore any commit types, at least bump the patch version if
new commits are detected by release.yml
2025-08-14 20:38:32 -07:00
9b7b02f0bc
chore: Release 1.0.0
Some checks failed
Build/Deploy / trigger-dev-build (push) Has been cancelled
Build/Deploy / trigger-staging-build (push) Has been cancelled
Build/Deploy / trigger-main-build (push) Has been cancelled
## 1.0.0 (2025-08-15)

### New Features

* add contact form with SMS OTP verification ([3874443](3874443c34))
* add Docker deployment with HAProxy and blue-green strategy ([5be1e5a](5be1e5add5))
* add in copy of updated shared deployment workflows for now until they are ([e245bcb](e245bcbe96))
* add profile headshot image ([3f994fd](3f994fd737))
* add project card component and clean up homepage ([ea18dcd](ea18dcdb8e))
* add temporary proxy testing page for SMS gateway ([aa099ba](aa099bad37))
* bootstrap Nuxt portfolio with Tailwind and daisyUI for now ([91b162f](91b162fb44))
* display app version in footer ([d6740ec](d6740ec5d0))
* enhance contact form security and add animated hero ([8497cd8](8497cd819d))

### Bug Fixes

* configure Nitro to use Bun preset ([3cfa59d](3cfa59d3a5))
* correct proxy agent configuration and enhance testing ([72038d9](72038d9ad1))

### CI/CD

* add SSH key support and fix release workflow issues ([617667a](617667af44))
* clean up semantic-release config and remove unused deps ([bcb7f86](bcb7f86b7f))
* implement 3-stage deployment pipeline with semantic-release ([d4d84ad](d4d84ad0db))
* modernize workflows for gitflow with SSH signing ([0484c8c](0484c8c98b))

### Refactor

* remove temporary proxy testing code ([af8d86d](af8d86dedb))
2025-08-15 02:11:32 +00:00
12e06902eb
chore: update readme 2025-08-14 19:00:08 -07:00
e245bcbe96
feat: add in copy of updated shared deployment workflows for now until they are
Some checks failed
Build/Deploy / trigger-dev-build (push) Has been cancelled
Build/Deploy / trigger-staging-build (push) Has been cancelled
Build/Deploy / trigger-main-build (push) Has been cancelled
published
2025-08-14 18:42:59 -07:00
bcb7f86b7f
ci: clean up semantic-release config and remove unused deps 2025-08-13 21:39:14 -07:00
3f994fd737
feat: add profile headshot image 2025-08-13 18:29:17 -07:00
617667af44
ci: add SSH key support and fix release workflow issues 2025-08-11 12:44:55 -07:00
d6740ec5d0
feat: display app version in footer 2025-08-11 10:33:38 -07:00
d4d84ad0db
ci: implement 3-stage deployment pipeline with semantic-release 2025-07-31 19:18:43 -07:00
af8d86dedb
refactor: remove temporary proxy testing code 2025-07-31 16:03:58 -07:00
0484c8c98b
ci: modernize workflows for gitflow with SSH signing 2025-07-30 13:18:40 -07:00
72038d9ad1
fix: correct proxy agent configuration and enhance testing 2025-07-29 16:49:43 -07:00
aa099bad37
feat: add temporary proxy testing page for SMS gateway 2025-07-28 20:36:35 -07:00
5be1e5add5
feat: add Docker deployment with HAProxy and blue-green strategy 2025-07-21 23:25:19 -07:00
3cfa59d3a5
fix: configure Nitro to use Bun preset 2025-07-21 18:42:19 -07:00
8497cd819d
feat: enhance contact form security and add animated hero 2025-07-19 22:59:05 -07:00
ea18dcdb8e
feat: add project card component and clean up homepage 2025-07-17 23:05:39 -07:00
3874443c34
feat: add contact form with SMS OTP verification 2025-07-17 19:34:29 -07:00
91b162fb44
feat: bootstrap Nuxt portfolio with Tailwind and daisyUI for now 2025-07-17 15:53:12 -07:00