Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Ant 7f0a81a1bc chore(release): publish
- terminal@0.1.28
2024-07-14 14:18:54 +05:00
Alex Ant 38db03b4fc chore(release): publish
- terminal@0.1.28-alpha.0
2024-07-14 14:17:57 +05:00
Alex Ant 409ba6c104 update 2024-07-14 14:17:29 +05:00
3 changed files with 11 additions and 2 deletions
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.28](https://github.com/coopenomics/monocoop/compare/terminal@0.1.28-alpha.0...terminal@0.1.28) (2024-07-14)
**Note:** Version bump only for package terminal
## [0.1.27](https://github.com/coopenomics/monocoop/compare/terminal@0.1.27-alpha.0...terminal@0.1.27) (2024-07-14)
**Note:** Version bump only for package terminal
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "terminal",
"version": "0.1.27",
"version": "0.1.28",
"description": "A Terminal Project",
"productName": "Terminal App",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
@@ -50,7 +50,8 @@ export default route(function (/* { store, ssrContext } */) {
if (!session.isAuth && !currentUser.userAccount){
await session.init()
await currentUser.loadProfile(session.username, COOPNAME)
if (session.isAuth)
await currentUser.loadProfile(session.username, COOPNAME)
}
const menuStore = useMenuStore()