Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Publish request module #3468

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@hcengineering/bitrix": "^0.6.36",
"@hcengineering/bitrix-assets": "^0.6.0",
"@hcengineering/bitrix-resources": "^0.6.0",
"@hcengineering/request": "^0.6.0",
"@hcengineering/request": "^0.6.1",
"@hcengineering/request-assets": "^0.6.0",
"@hcengineering/request-resources": "^0.6.0",
"@hcengineering/server-request": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion models/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@hcengineering/model-core": "^0.6.0",
"@hcengineering/model-view": "^0.6.0",
"@hcengineering/model-chunter": "^0.6.0",
"@hcengineering/request": "^0.6.0",
"@hcengineering/request": "^0.6.1",
"@hcengineering/notification": "^0.6.12",
"@hcengineering/model-notification": "^0.6.0",
"@hcengineering/activity": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/request-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"@hcengineering/platform": "^0.6.9",
"@hcengineering/request": "^0.6.0"
"@hcengineering/request": "^0.6.1"
}
}
2 changes: 1 addition & 1 deletion plugins/request-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@hcengineering/presentation": "^0.6.2",
"svelte": "3.55.1",
"@hcengineering/ui": "^0.6.8",
"@hcengineering/request": "^0.6.0",
"@hcengineering/request": "^0.6.1",
"@hcengineering/activity": "^0.6.0",
"@hcengineering/activity-resources": "^0.6.1",
"@hcengineering/contact": "^0.6.16",
Expand Down
6 changes: 5 additions & 1 deletion plugins/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/request",
"version": "0.6.0",
"version": "0.6.1",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
Expand Down Expand Up @@ -31,5 +31,9 @@
"@hcengineering/chunter": "^0.6.7",
"@hcengineering/ui": "^0.6.8",
"@hcengineering/contact": "^0.6.16"
},
"repository": "https://github.com/hcengineering/anticrm",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}
2 changes: 1 addition & 1 deletion plugins/workbench-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@hcengineering/#": "^0.6.5",
"@hcengineering/setting": "^0.6.7",
"@hcengineering/calendar": "^0.6.9",
"@hcengineering/request": "^0.6.0",
"@hcengineering/request": "^0.6.1",
"@hcengineering/notification": "^0.6.12",
"@hcengineering/notification-resources": "^0.6.0",
"@hcengineering/preference": "^0.6.6",
Expand Down
2 changes: 1 addition & 1 deletion pods/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
"@hcengineering/hr": "^0.6.7",
"@hcengineering/document": "^0.6.0",
"@hcengineering/bitrix": "^0.6.36",
"@hcengineering/request": "^0.6.0"
"@hcengineering/request": "^0.6.1"
}
}
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@
{
"packageName": "@hcengineering/request",
"projectFolder": "plugins/request",
"shouldPublish": false
"shouldPublish": true
},
{
"packageName": "@hcengineering/request-assets",
Expand Down
2 changes: 1 addition & 1 deletion server-plugins/request-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hcengineering/platform": "^0.6.9",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/server-request": "^0.6.0",
"@hcengineering/request": "^0.6.0",
"@hcengineering/request": "^0.6.1",
"@hcengineering/chunter": "^0.6.7",
"@hcengineering/view": "^0.6.6",
"@hcengineering/contact": "^0.6.16"
Expand Down