Skip to content

Commit 423b25b

Browse files
authored
[update] Update to version 1.3.4 (#57)
1 parent c1098f9 commit 423b25b

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
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).
88

9+
## [1.3.4] - 2024-09-17
10+
11+
UI/UX:
12+
13+
- Added user highlight to input fields
14+
15+
Optimizations:
16+
17+
- Reran service worker script to update cache
18+
19+
Update:
20+
21+
- Update packages
22+
23+
Documentation:
24+
25+
- Updated README and code styling
26+
27+
Bug fix:
28+
29+
- Fixed canonical check compatibility with older JavaScript versions
30+
- Fixed inconsistent width of landing content
31+
- Fixed missing screenshots form factor prevent rich PWA install on desktop
32+
- Fixed mobile responsiveness of landing page
33+
934
## [1.3.3] - 2024-01-30
1035

1136
Optimizations:

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
Sentry.init({
145145
dsn: "https://c74a8d7e001f45c8bb4ebfa5a1e92664@o1185775.ingest.sentry.io/6600431",
146146
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
147-
release: "small-dev-talk@1.3.3",
147+
release: "small-dev-talk@1.3.4",
148148

149149
integrations: [
150150
new Sentry.BrowserTracing(),
@@ -159,7 +159,7 @@
159159

160160
Sentry.configureScope((scope) => {
161161
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
162-
scope.setTag("app-version", "1.3.3");
162+
scope.setTag("app-version", "1.3.4");
163163
});
164164
</script>
165165
<!-- Global site tag (gtag.js) - Google Analytics -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.jefferycen.com"
1515
}
1616
],
17-
"version": "1.3.3",
17+
"version": "1.3.4",
1818
"private": true,
1919
"description": "Small Dev Talk - Talk with the Developers of the Future! Find interviews, news articles and reviews on the latest in the indie scene.",
2020
"main": "index.html",

0 commit comments

Comments
 (0)