Skip to content

Commit

Permalink
[update] Update to version 1.3.4 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully authored Sep 18, 2024
1 parent c1098f9 commit 423b25b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

To see tags and releases, please go to [Tags](https://github.com/AlexJSully/Small-Dev-Talk/tags) on [GitHub](https://github.com/AlexJSully/Small-Dev-Talk).

## [1.3.4] - 2024-09-17

UI/UX:

- Added user highlight to input fields

Optimizations:

- Reran service worker script to update cache

Update:

- Update packages

Documentation:

- Updated README and code styling

Bug fix:

- Fixed canonical check compatibility with older JavaScript versions
- Fixed inconsistent width of landing content
- Fixed missing screenshots form factor prevent rich PWA install on desktop
- Fixed mobile responsiveness of landing page

## [1.3.3] - 2024-01-30

Optimizations:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
Sentry.init({
dsn: "https://[email protected]/6600431",
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
release: "[email protected].3",
release: "[email protected].4",

integrations: [
new Sentry.BrowserTracing(),
Expand All @@ -159,7 +159,7 @@

Sentry.configureScope((scope) => {
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
scope.setTag("app-version", "1.3.3");
scope.setTag("app-version", "1.3.4");
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
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
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.jefferycen.com"
}
],
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"description": "Small Dev Talk - Talk with the Developers of the Future! Find interviews, news articles and reviews on the latest in the indie scene.",
"main": "index.html",
Expand Down

0 comments on commit 423b25b

Please sign in to comment.