From ec3a1b9689a9623fffef856030c9b05fac7c5b0d Mon Sep 17 00:00:00 2001 From: Sickenberg Romain Date: Tue, 14 May 2024 18:45:05 +0200 Subject: [PATCH 1/2] fix(contact): fixed twitter href --- CHANGELOG.md | 4 +++- src/components/Contact.astro | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50dd904..8349f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Fixed twitter handle ## [0.2.7] - 2024-05-14 ### Security @@ -136,7 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Few issues on dark mode and event listener -[unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.7...HEAD +[Unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.7...HEAD [0.2.7]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.4...v0.2.5 diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 8662a40..3dee5ab 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -27,7 +27,7 @@ const contactMediums: IContactMedium[] = [ iconName: "arcticons:linkedin", }, { - href: "https://twitter.com/haux49", + href: "https://twitter.com/AKirbo320", iconName: "arcticons:x-twitter", }, { @@ -137,4 +137,4 @@ const contactMediums: IContactMedium[] = [ opacity: isDarkMode ? alphaValues.dark : alphaValues.light, }); } - \ No newline at end of file + From c5491a2f4640608e4eb35e4790ecd61c34d89bc0 Mon Sep 17 00:00:00 2001 From: Sickenberg Romain Date: Tue, 14 May 2024 18:45:38 +0200 Subject: [PATCH 2/2] Release 0.2.8 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8349f8c..3bbbee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.8] - 2024-05-14 ### Changed - Fixed twitter handle @@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Few issues on dark mode and event listener -[Unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.7...HEAD +[unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.8...HEAD +[0.2.8]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.4...v0.2.5 diff --git a/package-lock.json b/package-lock.json index 19f9dbe..115a64b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rsickenberg/portfolio-next", - "version": "0.2.7", + "version": "0.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rsickenberg/portfolio-next", - "version": "0.2.7", + "version": "0.2.8", "dependencies": { "@astrojs/partytown": "^2.0.4", "@astrojs/preact": "^3.1.1", diff --git a/package.json b/package.json index c6d8afd..3fff4cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rsickenberg/portfolio-next", "type": "module", - "version": "0.2.7", + "version": "0.2.8", "private": true, "repository": { "type": "git",