Skip to content

Commit

Permalink
Merge branch 'master' into f/remove-schedule-feature-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abp6318 authored May 23, 2024
2 parents d4cd39a + df043aa commit d498942
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @esri/hub-common [14.133.5](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-05-23)


### Bug Fixes

* limit project content and events to qa alpha ([#1525](https://github.com/Esri/hub.js/issues/1525)) ([ddc32d6](https://github.com/Esri/hub.js/commit/ddc32d61081ed577eb7fe99057ba168255d327fd))

## @esri/hub-common [14.133.4](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-05-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-common",
"version": "14.133.4",
"version": "14.133.5",
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/ArcGISContextManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ const QA_ALPHA_ORGS = [
"Xj56SBi2udA78cC9",
];
const PROD_ALPHA_ORGS = [
"gGHDlz6USftL5Pau",
// "gGHDlz6USftL5Pau",
"CrA5hYOKgL3Vwan8",
"zj227gjeSqEyG4HF",
"bkrWlSKcjUDFDtgw",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,13 @@ export const ProjectPermissionPolicies: IPermissionPolicy[] = [
permission: "hub:project:workspace:content",
dependencies: ["hub:project:workspace", "hub:project:edit"],
availability: ["alpha"],
environments: ["qaext"],
},
{
permission: "hub:project:workspace:events",
dependencies: ["hub:project:workspace", "hub:project:edit"],
availability: ["alpha"],
environments: ["qaext"],
},
{
permission: "hub:project:workspace:metrics",
Expand Down

0 comments on commit d498942

Please sign in to comment.