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/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! 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 + 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

- +
@@ -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.", 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": {