From ed6188bc759cbf0ab4c1f2ad5a548d8ea31dd7a5 Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Thu, 14 Aug 2025 23:08:05 -0700
Subject: [PATCH 1/4] refactor: change button text to be more clear
---
app/components/ContactForm.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/components/ContactForm.vue b/app/components/ContactForm.vue
index eb4531d..33b2627 100644
--- a/app/components/ContactForm.vue
+++ b/app/components/ContactForm.vue
@@ -145,7 +145,7 @@
:disabled="!isVerified || isSendingMessage || isMessageSent"
>
- Text Me! (Rob ☺️)
+ Send Me a Text!
From d2e0fbdd737b42182af9b54adc77310749ccf794 Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Thu, 14 Aug 2025 23:08:53 -0700
Subject: [PATCH 2/4] feat: allow project card to show on-the-way button for
projects not yet uploaded to my git and linked
---
app/components/ProjectCard.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app/components/ProjectCard.vue b/app/components/ProjectCard.vue
index 49ae0c8..a61ad64 100644
--- a/app/components/ProjectCard.vue
+++ b/app/components/ProjectCard.vue
@@ -18,6 +18,9 @@
>
Source Code
+
+ Source Code (on the way!)
+
From 6fd9f4732566bf9366cd05a7abf4310dea3fbe16 Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Thu, 14 Aug 2025 23:10:59 -0700
Subject: [PATCH 3/4] fix: add around the View My Work
button. update wording on index page
---
app/pages/index.vue | 34 +++++++++++++++++++++++-----------
1 file changed, 23 insertions(+), 11 deletions(-)
diff --git a/app/pages/index.vue b/app/pages/index.vue
index c10526b..6109a34 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -8,7 +8,9 @@
Hi, I'm Rob !
I'm
- View My Work
+ View My Work
@@ -30,7 +32,7 @@
- Hiya! I'm a passionate and creative web developer with a knack for
+ Hi! I'm a passionate and creative web developer with a knack for
building beautiful and functional websites. I love learning new
technologies and I'm always looking for exciting projects to work
on.
@@ -52,34 +54,44 @@
-
Current Projects
+
Works in Progress
-
Past Projects
+
+ Neat Things I've Done
+
@@ -102,8 +114,8 @@ onMounted(() => {
const { $sr } = useNuxtApp();
const typedOptions = {
strings: [
- "an aspiring Software Engineer.",
"a self-taught Web Developer with experience.",
+ "a Bachelor's degree holder in Software Engineering.",
"a Full-Stack Magician.",
"a UI/UX Problem Solver.",
"a Web Accessibility Advocate.",
From 5780ceae468f7558baa3cb2ef7062ea86218c312 Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Fri, 15 Aug 2025 06:21:24 +0000
Subject: [PATCH 4/4] chore: Release 1.1.0
## [1.1.0](https://ssh.git.badblocks.dev/badbl0cks/portfolio/compare/v1.0.1...v1.1.0) (2025-08-15)
### New Features
* allow project card to show on-the-way button for projects not yet uploaded ([d2e0fbd](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/d2e0fbdd737b42182af9b54adc77310749ccf794))
### Bug Fixes
* add around the View My Work button. update wording on ([6fd9f47](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/6fd9f4732566bf9366cd05a7abf4310dea3fbe16))
### Refactor
* change button text to be more clear ([ed6188b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/ed6188bc759cbf0ab4c1f2ad5a548d8ea31dd7a5))
### Chores
* merge staging changes for next release ([48f5e7b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/48f5e7b46c1e1a318d1eca26ab1d9365d1acdbcc))
---
CHANGELOG.md | 18 ++++++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0b2f90..5b8ee41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## [1.1.0](https://ssh.git.badblocks.dev/badbl0cks/portfolio/compare/v1.0.1...v1.1.0) (2025-08-15)
+
+### New Features
+
+* allow project card to show on-the-way button for projects not yet uploaded ([d2e0fbd](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/d2e0fbdd737b42182af9b54adc77310749ccf794))
+
+### Bug Fixes
+
+* add around the View My Work button. update wording on ([6fd9f47](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/6fd9f4732566bf9366cd05a7abf4310dea3fbe16))
+
+### Refactor
+
+* change button text to be more clear ([ed6188b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/ed6188bc759cbf0ab4c1f2ad5a548d8ea31dd7a5))
+
+### Chores
+
+* merge staging changes for next release ([48f5e7b](https://ssh.git.badblocks.dev/badbl0cks/portfolio/commit/48f5e7b46c1e1a318d1eca26ab1d9365d1acdbcc))
+
## [1.0.1](https://ssh.git.badblocks.dev/badbl0cks/portfolio/compare/v1.0.0...v1.0.1) (2025-08-15)
### CI/CD
diff --git a/package-lock.json b/package-lock.json
index 8f24a1f..5471246 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "portfolio",
- "version": "1.0.1",
+ "version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "portfolio",
- "version": "1.0.1",
+ "version": "1.1.0",
"hasInstallScript": true,
"dependencies": {
"@nuxt/fonts": "0.11.4",
diff --git a/package.json b/package.json
index c9e30eb..45381c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "portfolio",
- "version": "1.0.1",
+ "version": "1.1.0",
"private": true,
"type": "module",
"scripts": {