Bump versions to 0.7.426

Signed-off-by: Artyom Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-07-02 23:21:13 +07:00
parent 600021b475
commit 168dba57a6
477 changed files with 6001 additions and 6001 deletions
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-github-model",
"version": "0.7.423",
"version": "0.7.426",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -17,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.423",
"@hcengineering/platform-rig": "workspace:^0.7.426",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
@@ -33,16 +33,16 @@
"ts-jest": "^29.1.1"
},
"dependencies": {
"@hcengineering/core": "workspace:^0.7.423",
"@hcengineering/model": "workspace:^0.7.423",
"@hcengineering/contact": "workspace:^0.7.423",
"@hcengineering/platform": "workspace:^0.7.423",
"@hcengineering/server-github": "workspace:^0.7.423",
"@hcengineering/server-core": "workspace:^0.7.423",
"@hcengineering/github": "workspace:^0.7.423",
"@hcengineering/tracker": "workspace:^0.7.423",
"@hcengineering/notification": "workspace:^0.7.423",
"@hcengineering/server-notification": "workspace:^0.7.423",
"@hcengineering/time": "workspace:^0.7.423"
"@hcengineering/core": "workspace:^0.7.426",
"@hcengineering/model": "workspace:^0.7.426",
"@hcengineering/contact": "workspace:^0.7.426",
"@hcengineering/platform": "workspace:^0.7.426",
"@hcengineering/server-github": "workspace:^0.7.426",
"@hcengineering/server-core": "workspace:^0.7.426",
"@hcengineering/github": "workspace:^0.7.426",
"@hcengineering/tracker": "workspace:^0.7.426",
"@hcengineering/notification": "workspace:^0.7.426",
"@hcengineering/server-notification": "workspace:^0.7.426",
"@hcengineering/time": "workspace:^0.7.426"
}
}