Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed May 14, 2024
2 parents 4110851 + c5491a2 commit 5cc8bc3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.8] - 2024-05-14
### Changed
- Fixed twitter handle

## [0.2.7] - 2024-05-14
### Security
- Upgraded dependencies
Expand Down Expand Up @@ -136,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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rsickenberg/portfolio-next",
"type": "module",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const contactMediums: IContactMedium[] = [
iconName: "arcticons:linkedin",
},
{
href: "https://twitter.com/haux49",
href: "https://twitter.com/AKirbo320",
iconName: "arcticons:x-twitter",
},
{
Expand Down Expand Up @@ -137,4 +137,4 @@ const contactMediums: IContactMedium[] = [
opacity: isDarkMode ? alphaValues.dark : alphaValues.light,
});
}
</script>
</script>

0 comments on commit 5cc8bc3

Please sign in to comment.