Revert "Bump versions"

This reverts commit 33e2b49f47.
This commit is contained in:
Artem Savchenko
2026-02-22 17:12:43 +07:00
parent 33e2b49f47
commit b1ee24c54a
458 changed files with 11143 additions and 11265 deletions
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-github-model",
"version": "0.7.1",
"version": "0.7.0",
"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.21",
"@hcengineering/platform-rig": "workspace:^0.7.19",
"@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.26",
"@hcengineering/model": "workspace:^0.7.18",
"@hcengineering/contact": "workspace:^0.7.1",
"@hcengineering/platform": "workspace:^0.7.20",
"@hcengineering/server-github": "workspace:^0.7.1",
"@hcengineering/server-core": "workspace:^0.7.19",
"@hcengineering/github": "workspace:^0.7.1",
"@hcengineering/tracker": "workspace:^0.7.1",
"@hcengineering/notification": "workspace:^0.7.1",
"@hcengineering/server-notification": "workspace:^0.7.1",
"@hcengineering/time": "workspace:^0.7.1"
"@hcengineering/core": "workspace:^0.7.24",
"@hcengineering/model": "workspace:^0.7.17",
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/platform": "workspace:^0.7.19",
"@hcengineering/server-github": "workspace:^0.7.0",
"@hcengineering/server-core": "workspace:^0.7.18",
"@hcengineering/github": "workspace:^0.7.0",
"@hcengineering/tracker": "workspace:^0.7.0",
"@hcengineering/notification": "workspace:^0.7.0",
"@hcengineering/server-notification": "workspace:^0.7.0",
"@hcengineering/time": "workspace:^0.7.0"
}
}