Skip to content

Commit

Permalink
Merge branch 'master' into f/9089-association-group
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantsanz authored Feb 28, 2024
2 parents 6f3db7b + b379845 commit db258d1
Show file tree
Hide file tree
Showing 4 changed files with 11 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.95.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-02-27)


### Bug Fixes

* add prod alpha orgs to hub:feature:workspace ([#1423](https://github.com/Esri/hub.js/issues/1423)) ([f1104a2](https://github.com/Esri/hub.js/commit/f1104a2dd332516ee26a323e0a18d38ecb7ff065))

# @esri/hub-common [14.95.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-02-26)


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.95.0",
"version": "14.95.1",
"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/permissions/HubPermissionPolicies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const SystemPermissionPolicies: IPermissionPolicy[] = [
{
permission: "hub:feature:workspace",
availability: ["alpha"],
environments: ["devext", "qaext"],
environments: ["devext", "qaext", "production"],
},
{
// This is an experimental extension of the gallery to include `map layout`
Expand Down

0 comments on commit db258d1

Please sign in to comment.