We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2cf15 commit 8ea3f96Copy full SHA for 8ea3f96
apps/client/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
You can open release notes by going to Settings -> About -> Release notes.
2
3
+## 1.9.9-beta
4
+
5
+- Fixed a bug where the app would show "Log in for the latest info" the first time the user logs in
6
7
## 1.9.8-beta
8
9
- Added release notes
apps/client/package.json
@@ -1,6 +1,6 @@
{
"name": "client",
- "version": "1.9.8-beta",
+ "version": "1.9.9-beta",
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:run": "FORCE_COLOR=1 vite",
0 commit comments