Compare commits

...

6 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
Alex Ant e9c11a0866 chore(release): publish
- terminal@0.1.27
2024-07-14 13:01:51 +05:00
Alex Ant 8d3bf8c5b6 chore(release): publish
- terminal@0.1.27-alpha.0
2024-07-14 12:59:59 +05:00
Alex Ant 00d46e4b3a update 2024-07-14 12:57:01 +05:00
6 changed files with 11636 additions and 9238 deletions
+16
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
# Terminal App (terminal)
A Terminal Project.
A Terminal Project
## Install the dependencies
```bash
+1 -1
View File
@@ -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
View File
@@ -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"
}
}
+11615 -9234
View File
File diff suppressed because it is too large Load Diff