Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f0a81a1bc | |||
| 38db03b4fc | |||
| 409ba6c104 | |||
| e9c11a0866 | |||
| 8d3bf8c5b6 | |||
| 00d46e4b3a |
@@ -3,6 +3,22 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.26](https://github.com/coopenomics/monocoop/compare/terminal@0.1.26-alpha.0...terminal@0.1.26) (2024-07-14)
|
||||
|
||||
**Note:** Version bump only for package terminal
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Terminal App (terminal)
|
||||
|
||||
A Terminal Project.
|
||||
A Terminal Project
|
||||
|
||||
## Install the dependencies
|
||||
```bash
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "terminal",
|
||||
"version": "0.1.26",
|
||||
"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()
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
"scripts": {
|
||||
"dev": "lerna run dev --parallel",
|
||||
"gpt-commit": "git add . && commitgpt",
|
||||
"testnet": "git checkout testnet && git merge dev && lerna publish prerelease && git push && git checkout dev",
|
||||
"testnet": "git checkout testnet && git merge dev && lerna publish prerelease && git push && git checkout dev && git merge testnet",
|
||||
"production": "git checkout main && git merge -X theirs testnet && lerna publish --conventional-commits --conventional-graduate && git push && git checkout dev && git merge main"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+11615
-9234
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user