From 423b25ba0e98be9ea02d12ace9663a3a68dd9ea7 Mon Sep 17 00:00:00 2001 From: Alexander Sullivan Date: Tue, 17 Sep 2024 20:04:03 -0400 Subject: [PATCH] [update] Update to version 1.3.4 (#57) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ index.html | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27b5f9..4527255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/index.html b/index.html index b4e5af3..840770e 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@ Sentry.init({ dsn: "https://c74a8d7e001f45c8bb4ebfa5a1e92664@o1185775.ingest.sentry.io/6600431", // @AlexJSully when updating the package version number in package.json, update the version number here as well. - release: "small-dev-talk@1.3.3", + release: "small-dev-talk@1.3.4", integrations: [ new Sentry.BrowserTracing(), @@ -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"); }); diff --git a/package-lock.json b/package-lock.json index f15a391..b1c2471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smalldevtalk", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "smalldevtalk", - "version": "1.3.3", + "version": "1.3.4", "license": "GPL-3.0", "devDependencies": { "eslint": "^9.10.0", diff --git a/package.json b/package.json index 2f19990..0476cf6 100644 --- a/package.json +++ b/package.json @@ -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",