# @forge/manifest

## 13.3.0

### Minor Changes

- f01417b: Added global:fullPage module with linting for XCA
- d706cd8: Add "package" property to resource manifest definition to allow custom bundling for UI Kit resources
- d1610cc: Manual runtime packaging option
- 498fda5: Limit XCA to Confluence and Jira only for global:fullPage

### Patch Changes

- 4b90a07: Lint target directory when using the manual packaging
- 3e8de63: add `manifest render` command
- cddef39: Rename 'package' resource property to 'bundler' to align with property for backend bundling
- e7bfe5e: Removing installationTarget
- 4404f62: Update manifest definitions
- 89ccb1e: Update manifest definitions
- 39f1f15: Update manifest definitions
- c3a0f20: Update manifest definitions

## 13.3.0-next.11

### Patch Changes

- cddef39: Rename 'package' resource property to 'bundler' to align with property for backend bundling

## 13.3.0-next.10

### Patch Changes

- 4404f62: Update manifest definitions

## 13.3.0-next.9

### Patch Changes

- 3e8de63: add `manifest render` command

## 13.3.0-next.8

### Patch Changes

- 4b90a07: Lint target directory when using the manual packaging

## 13.3.0-next.7

### Patch Changes

- 89ccb1e: Update manifest definitions

## 13.3.0-next.6

### Patch Changes

- e7bfe5e: Removing installationTarget

## 13.3.0-next.5

### Minor Changes

- d1610cc: Manual runtime packaging option

## 13.3.0-next.4

### Patch Changes

- c3a0f20: Update manifest definitions

## 13.3.0-next.3

### Minor Changes

- 498fda5: Limit XCA to Confluence and Jira only for global:fullPage

## 13.3.0-next.2

### Minor Changes

- f01417b: Added global:fullPage module with linting for XCA

## 13.3.0-next.1

### Patch Changes

- 39f1f15: Update manifest definitions

## 13.3.0-next.0

### Minor Changes

- d706cd8: Add "package" property to resource manifest definition to allow custom bundling for UI Kit resources

## 13.2.0

### Minor Changes

- 2b30ef8: Add SKILL.md file validation
- 8826ca3: add personal apps support for Forge app creation

### Patch Changes

- 4c5ba1c: Add `permissions.sandbox` to the manifest schema. When `allow-storage-access-by-user-activation` is included in the `sandbox` array, the app iframe sandbox will include the corresponding token, enabling the app to request third-party storage access (e.g. cookies) via the Storage Access API when triggered by a user gesture.

  Example usage:

  ```yaml
  permissions:
    sandbox:
      - allow-storage-access-by-user-activation
  ```

- 5abe69e: add support for personal app installation contexts
- 7195f29: Update manifest definitions
- 3252a62: Update manifest definitions
- 119be75: Update manifest definitions
- c67b720: Update manifest definitions

## 13.2.0-next.6

### Patch Changes

- 119be75: Update manifest definitions

## 13.2.0-next.5

### Minor Changes

- 2b30ef8: Add SKILL.md file validation

## 13.2.0-next.4

### Patch Changes

- 5abe69e: add support for personal app installation contexts

## 13.2.0-next.3

### Minor Changes

- 8826ca3: add personal apps support for Forge app creation

### Patch Changes

- c67b720: Update manifest definitions

## 13.1.1-next.2

### Patch Changes

- 7195f29: Update manifest definitions

## 13.1.1-next.1

### Patch Changes

- 3252a62: Update manifest definitions

## 13.1.1-next.0

### Patch Changes

- 4c5ba1c: Add `permissions.sandbox` to the manifest schema. When `allow-storage-access-by-user-activation` is included in the `sandbox` array, the app iframe sandbox will include the corresponding token, enabling the app to request third-party storage access (e.g. cookies) via the Storage Access API when triggered by a user gesture.

  Example usage:

  ```yaml
  permissions:
    sandbox:
      - allow-storage-access-by-user-activation
  ```

## 13.1.0

### Minor Changes

- 4cd2242: Add jira:entityPropertySet module type for bulk entity property registration
- e744c59: Change rovo:skill file path

### Patch Changes

- c60a7a5: Update manifest definitions
- caa7518: Update manifest definitions
- 78097a6: Update manifest definitions
- a60362e: Update manifest definitions
- 13e49d8: Update manifest definitions

## 13.1.0-next.6

### Patch Changes

- a60362e: Update manifest definitions

## 13.1.0-next.5

### Patch Changes

- 78097a6: Update manifest definitions

## 13.1.0-next.4

### Patch Changes

- 13e49d8: Update manifest definitions

## 13.1.0-next.3

### Minor Changes

- e744c59: Change rovo:skill file path

## 13.1.0-next.2

### Patch Changes

- c60a7a5: Update manifest definitions

## 13.1.0-next.1

### Patch Changes

- caa7518: Update manifest definitions

## 13.1.0-next.0

### Minor Changes

- 4cd2242: Add jira:entityPropertySet module type for bulk entity property registration

## 13.0.0

### Major Changes

- 78fcb7f: Adds support for TypeScript 5

### Minor Changes

- 8ac7dd3: Add attachment entity property display condition support.

### Patch Changes

- 814b8fe: add validation rules for bitbucket workspace page modules
- 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
  NodeJS requirement bumped from 20.0.0 to >=20.18.1
- d66be70: Update manifest definitions
- 1a461c3: Update manifest definitions
- Updated dependencies [78fcb7f]
  - @forge/i18n@1.0.0

## 13.0.0-next.3

### Patch Changes

- d66be70: Update manifest definitions

## 13.0.0-next.2

### Major Changes

- 78fcb7f: Adds support for TypeScript 5

### Patch Changes

- Updated dependencies [78fcb7f]
  - @forge/i18n@1.0.0-next.0

## 12.10.0-next.1

### Minor Changes

- 8ac7dd3: Add attachment entity property display condition support.

## 12.9.1-next.0

### Patch Changes

- 814b8fe: add validation rules for bitbucket workspace page modules
- 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
  NodeJS requirement bumped from 20.0.0 to >=20.18.1
- 1a461c3: Update manifest definitions

## 12.9.0

### Minor Changes

- 8197e66: rename shards to targets in overrides
- 723fab8: Added first-class rovo:mcp support to the forge-manifest package
- 4493006: Update validation for global:ui
  - enforce app.compatibility
  - remove installationTarget check
- 9f3add6: Forge skill path validation

### Patch Changes

- ccdcfc3: Add `customerServiceManagement:crmImport` module type and corresponding CLI templates (UI Kit + Custom UI).
- 5beb8ad: Add multi-entry resource bundling support for worker runtime
- f1f11f0: Update manifest definitions
- b7b1f36: Update manifest definitions
- ee691bf: Update manifest definitions

## 12.9.0-next.6

### Patch Changes

- ee691bf: Update manifest definitions

## 12.9.0-next.5

### Minor Changes

- 8197e66: rename shards to targets in overrides

## 12.9.0-next.4

### Minor Changes

- 4493006: Update validation for global:ui
  - enforce app.compatibility
  - remove installationTarget check

## 12.9.0-next.3

### Minor Changes

- 723fab8: Added first-class rovo:mcp support to the forge-manifest package
- 9f3add6: Forge skill path validation

## 12.8.1-next.2

### Patch Changes

- b7b1f36: Update manifest definitions

## 12.8.1-next.1

### Patch Changes

- 5beb8ad: Add multi-entry resource bundling support for worker runtime
- f1f11f0: Update manifest definitions

## 12.8.1-next.0

### Patch Changes

- ccdcfc3: Add `customerServiceManagement:crmImport` module type and corresponding CLI templates (UI Kit + Custom UI).

## 12.8.0

### Minor Changes

- 1eded6e: Update action reference validation
- cf7000f: rovo:skill validation
- d660fb0: Update action validation
- e7b0684: support scaling containers to zero
- 8d90f4f: Add entry map support to hosted resources schema and enhance validation
- bf76c3c: allow overrides for services
- f80e7b3: Added first-class rovo:skill support to the forge-manifest package

### Patch Changes

- 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
- e6a3ab2: Adding new PKCE property to auth providers
- f7c39e1: Setup limit to max number of resource entries allowed
- ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
- 55991a3: Update manifest definitions
- e5b5031: Update manifest definitions
- 2e44a71: Update manifest definitions
- 489c6d0: Update manifest definitions
- c775d3d: Update manifest definitions
- c99451e: Update manifest definitions

## 12.8.0-next.10

### Patch Changes

- 489c6d0: Update manifest definitions

## 12.8.0-next.9

### Patch Changes

- e5b5031: Update manifest definitions

## 12.8.0-next.8

### Minor Changes

- bf76c3c: allow overrides for services

## 12.8.0-next.7

### Patch Changes

- f7c39e1: Setup limit to max number of resource entries allowed

## 12.8.0-next.6

### Minor Changes

- e7b0684: support scaling containers to zero

## 12.8.0-next.5

### Patch Changes

- ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.

## 12.8.0-next.4

### Minor Changes

- 1eded6e: Update action reference validation
- cf7000f: rovo:skill validation
- d660fb0: Update action validation

## 12.8.0-next.3

### Minor Changes

- 8d90f4f: Add entry map support to hosted resources schema and enhance validation

## 12.8.0-next.2

### Patch Changes

- 55991a3: Update manifest definitions

## 12.8.0-next.1

### Minor Changes

- f80e7b3: Added first-class rovo:skill support to the forge-manifest package

### Patch Changes

- 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
- 2e44a71: Update manifest definitions
- c775d3d: Update manifest definitions
- c99451e: Update manifest definitions

## 12.7.1-next.0

### Patch Changes

- e6a3ab2: Adding new PKCE property to auth providers

## 12.7.0

### Minor Changes

- 56e38e9: Added support for new v2 url format and validation

### Patch Changes

- a99c9f1: Add customerServiceManagement:queuePage and customerServiceManagement:requestDetail to AllModuleTypes enum, add corresponding CLI templates (UI Kit + Custom UI) for both module types, and register Customer Service Management as a product context in forge create (shown as "Customer Service Management (EAP)").
- 22613fc: Update manifest definitions
- aed9912: Update manifest definitions

## 12.7.0-next.1

### Patch Changes

- 22613fc: Update manifest definitions

## 12.7.0-next.0

### Minor Changes

- 56e38e9: Added support for new v2 url format and validation

### Patch Changes

- a99c9f1: Add customerServiceManagement:queuePage and customerServiceManagement:requestDetail to AllModuleTypes enum, add corresponding CLI templates (UI Kit + Custom UI) for both module types, and register Customer Service Management as a product context in forge create (shown as "Customer Service Management (EAP)").
- aed9912: Update manifest definitions

## 12.6.0

### Minor Changes

- 399ae7d: Enforce render:native for global:ui
  Remove routePrefix from global:ui
- 955c1ab: Add agent product context scope validation for rovo:agentConnector modules

### Patch Changes

- 8b7704f: Added validation that apps using the global:ui module must set app.installationTarget to 'unit'
- 4964a50: Fetch Agent Product Context to Required Scope Mapping file from Shipyard in daily job
- 911bef1: Remove compatible modules and module count limitations for jira:actionValidator
- 53b24df: Update manifest definitions
- 36fbb18: Update manifest definitions
- 3b625c7: Warn when `app.connect.key` and `remotes` are set but `app.connect.remote` is missing (data residency safeguard).

## 12.6.0-next.3

### Patch Changes

- 3b625c7: Warn when `app.connect.key` and `remotes` are set but `app.connect.remote` is missing (data residency safeguard).

## 12.6.0-next.2

### Minor Changes

- 955c1ab: Add agent product context scope validation for rovo:agentConnector modules

### Patch Changes

- 8b7704f: Added validation that apps using the global:ui module must set app.installationTarget to 'unit'
- 4964a50: Fetch Agent Product Context to Required Scope Mapping file from Shipyard in daily job
- 911bef1: Remove compatible modules and module count limitations for jira:actionValidator
- 53b24df: Update manifest definitions

## 12.6.0-next.1

### Patch Changes

- 36fbb18: Update manifest definitions

## 12.6.0-next.0

### Minor Changes

- 399ae7d: Enforce render:native for global:ui
  Remove routePrefix from global:ui

## 12.5.0

### Minor Changes

- 9b1b31a: New Connect to Forge migration module
- 47a8b98: Added new `installationTarget` field on `app` in the manifest schema (`site` | `unit`).
- b5fbcf4: Add new validation for global:ui module

### Patch Changes

- b47fe98: Upgrade ajv dependency to 8.18.0
- 296a58d: Update manifest definitions
- 747866d: Update manifest definitions
- a02af38: Update manifest definitions

## 12.5.0-next.6

### Patch Changes

- 747866d: Update manifest definitions

## 12.5.0-next.5

### Minor Changes

- 47a8b98: Added new `installationTarget` field on `app` in the manifest schema (`site` | `unit`).

## 12.5.0-next.4

### Patch Changes

- a02af38: Update manifest definitions

## 12.5.0-next.3

### Minor Changes

- 9b1b31a: New Connect to Forge migration module

## 12.5.0-next.2

### Patch Changes

- b47fe98: Upgrade ajv dependency to 8.18.0

## 12.5.0-next.1

### Minor Changes

- b5fbcf4: Add new validation for global:ui module

## 12.4.1-next.0

### Patch Changes

- 296a58d: Update manifest definitions

## 12.4.0

### Minor Changes

- 34fc90d: Global background script milestone 2 release

### Patch Changes

- a1a0375: add `core:preUninstall` module
- 06c240c: Update manifest definitions
- 2e6f63a: Update manifest definitions

## 12.4.0-next.3

### Patch Changes

- a1a0375: add `core:preUninstall` module

## 12.4.0-next.2

### Patch Changes

- 06c240c: Update manifest definitions

## 12.4.0-next.1

### Minor Changes

- 34fc90d: Global background script milestone 2 release

## 12.3.1-next.0

### Patch Changes

- 2e6f63a: Update manifest definitions

## 12.3.0

### Minor Changes

- 084e129: Fixed displayConditions validation for issue-containing JSM extensions
- e36520b: Updated jira:entityProperty max extractions per app limit from 30 to 100

### Patch Changes

- 06fc76b: Removing `ENABLE_CONFIGURABLE_REMOTES` environment variable in advance of Preview
- 16c0d8d: Bump dependencies
- 43cfec4: Update manifest definitions
- 6581f58: Update manifest definitions
- c987b0f: Update manifest definitions
- f9eb681: Update manifest definitions

## 12.3.0-next.5

### Patch Changes

- 16c0d8d: Bump dependencies
- c987b0f: Update manifest definitions

## 12.3.0-next.4

### Patch Changes

- 6581f58: Update manifest definitions

## 12.3.0-next.3

### Patch Changes

- 06fc76b: Removing `ENABLE_CONFIGURABLE_REMOTES` environment variable in advance of Preview

## 12.3.0-next.2

### Minor Changes

- e36520b: Updated jira:entityProperty max extractions per app limit from 30 to 100

## 12.3.0-next.1

### Patch Changes

- f9eb681: Update manifest definitions

## 12.3.0-next.0

### Minor Changes

- 084e129: Fixed displayConditions validation for issue-containing JSM extensions

### Patch Changes

- 43cfec4: Update manifest definitions

## 12.2.0

### Minor Changes

- c70bd69: Support hot reloading for forge containers tunneling

### Patch Changes

- ad5a470: Updating manifest validation for configurable remotes
- 3a792a2: Update manifest definitions
- 4210da0: Update manifest definitions

## 12.2.0-next.3

### Patch Changes

- 3a792a2: Update manifest definitions

## 12.2.0-next.2

### Minor Changes

- c70bd69: Support hot reloading for forge containers tunneling

## 12.1.2-next.1

### Patch Changes

- 4210da0: Update manifest definitions

## 12.1.2-next.0

### Patch Changes

- ad5a470: Updating manifest validation for configurable remotes

## 12.1.1

### Patch Changes

- beddb18: Update manifest definitions
- 561036a: Update manifest definitions
- b248c8f: Update manifest definitions

## 12.1.1-next.1

### Patch Changes

- beddb18: Update manifest definitions

## 12.1.1-next.0

### Patch Changes

- 561036a: Update manifest definitions
- b248c8f: Update manifest definitions

## 12.1.0

### Minor Changes

- 6204a94: Added validation logic for Rolling Releases display conditions
- e4c143c: Do not allow wildcard remote endpoints
- 42e069d: Add lint warning for backend fetch egress with path
- 19807bf: Changed schema for container resources
- 5de91aa: Added validation for displayConditions for jiraServiceManagement module types

### Patch Changes

- e98e35c: Fix Remotes schema so configurable field is correct
- 6247657: Add TWG preview scopes validator that warns when manifest contains Teamwork Graph scopes (read:graph:jira, read:graph:confluence)
- 434fb15: Update manifest definitions
- d4bbee9: Update manifest definitions
- 8246b16: Update manifest definitions
- fa9b5aa: Update manifest definitions
- 63d29ca: Update dynamic egress and remote manifest in preparation for Preview

## 12.1.0-next.8

### Minor Changes

- 6204a94: Added validation logic for Rolling Releases display conditions

### Patch Changes

- e98e35c: Fix Remotes schema so configurable field is correct
- d4bbee9: Update manifest definitions

## 12.1.0-next.7

### Minor Changes

- 5de91aa: Added validation for displayConditions for jiraServiceManagement module types

## 12.1.0-next.6

### Patch Changes

- 434fb15: Update manifest definitions
- 63d29ca: Update dynamic egress and remote manifest in preparation for Preview

## 12.1.0-next.5

### Patch Changes

- 8246b16: Update manifest definitions

## 12.1.0-next.4

### Patch Changes

- 6247657: Add TWG preview scopes validator that warns when manifest contains Teamwork Graph scopes (read:graph:jira, read:graph:confluence)

## 12.1.0-next.3

### Minor Changes

- 42e069d: Add lint warning for backend fetch egress with path

## 12.1.0-next.2

### Minor Changes

- e4c143c: Do not allow wildcard remote endpoints

## 12.1.0-next.1

### Patch Changes

- fa9b5aa: Update manifest definitions

## 12.1.0-next.0

### Minor Changes

- 19807bf: Changed schema for container resources

## 12.0.0

### Major Changes

- 6b7a4ef: Added GraphConnector module Auth Provider reference validation
- dfa2aa6: Added GraphConnector module Auth Provider reference validation

### Minor Changes

- ea28254: Added linting for icon
- e21f32f: Remove remote oauth scopes lint check as scopes are no longer required in manifest

### Patch Changes

- 545ecc1: Update manifest definitions
- eadb4a6: Update manifest definitions
- 8db2311: Update manifest definitions
- 9418d29: Update manifest definitions

## 12.0.0-next.5

### Minor Changes

- ea28254: Added linting for icon

## 12.0.0-next.4

### Patch Changes

- 9418d29: Update manifest definitions

## 12.0.0-next.3

### Major Changes

- 6b7a4ef: Added GraphConnector module Auth Provider reference validation
- dfa2aa6: Added GraphConnector module Auth Provider reference validation

### Patch Changes

- 8db2311: Update manifest definitions

## 11.4.0-next.2

### Patch Changes

- eadb4a6: Update manifest definitions

## 11.4.0-next.1

### Minor Changes

- e21f32f: Remove remote oauth scopes lint check as scopes are no longer required in manifest

## 11.3.3-next.0

### Patch Changes

- 545ecc1: Update manifest definitions

## 11.3.2

### Patch Changes

- 73c9329: Update manifest definitions
- 1eae7ab: Update manifest definitions
- b96a445: Update manifest definitions

## 11.3.2-next.1

### Patch Changes

- 1eae7ab: Update manifest definitions

## 11.3.2-next.0

### Patch Changes

- 73c9329: Update manifest definitions
- b96a445: Update manifest definitions

## 11.3.1

### Patch Changes

- 10f70c2: Revert the implementation for protocols.agent2Agent.agent property of rovo:agentConnector extension
- cd0a085: Update glob dependency to version 11.1.0 across multiple packages
- f7c9fcc: Update manifest definitions
- b799627: Update manifest definitions
- 29aa91c: Update manifest definitions
- 8b66e6f: Improve logic of container tunnel config restrictions

## 11.3.1-next.5

### Patch Changes

- b799627: Update manifest definitions

## 11.3.1-next.4

### Patch Changes

- 29aa91c: Update manifest definitions

## 11.3.1-next.3

### Patch Changes

- 10f70c2: Revert the implementation for protocols.agent2Agent.agent property of rovo:agentConnector extension

## 11.3.1-next.2

### Patch Changes

- f7c9fcc: Update manifest definitions

## 11.3.1-next.1

### Patch Changes

- cd0a085: Update glob dependency to version 11.1.0 across multiple packages

## 11.3.1-next.0

### Patch Changes

- 8b66e6f: Improve logic of container tunnel config restrictions

## 11.3.0

### Minor Changes

- c7544d8: Add new properties to Forge custom field to enable migration from Connect issue fields

### Patch Changes

- 7c2186c: Update manifest definitions
- 0c3a0df: Update manifest definitions
- bb5cb57: Add support for Node 24

## 11.3.0-next.3

### Patch Changes

- bb5cb57: Add support for Node 24

## 11.3.0-next.2

### Patch Changes

- 0c3a0df: Update manifest definitions

## 11.3.0-next.1

### Patch Changes

- 7c2186c: Update manifest definitions

## 11.3.0-next.0

### Minor Changes

- c7544d8: Add new properties to Forge custom field to enable migration from Connect issue fields

## 11.2.0

### Minor Changes

- 0c31fcd: Add bitbucket:workspacePersonalSettingsPage module

### Patch Changes

- 29741cf: Fixed TypeScript errors in action validators by adding explicit type assertions for string arrays
- 0c31fcd: Update manifest definitions
- 354f5d1: Update manifest definitions
- 09bdcf1: Update manifest definitions

## 11.2.0-next.2

### Minor Changes

- 0c31fcd: Add bitbucket:workspacePersonalSettingsPage module

### Patch Changes

- 0c31fcd: Update manifest definitions

## 11.1.1-next.1

### Patch Changes

- 09bdcf1: Update manifest definitions

## 11.1.1-next.0

### Patch Changes

- 29741cf: Fixed TypeScript errors in action validators by adding explicit type assertions for string arrays
- 354f5d1: Update manifest definitions

## 11.1.0

### Minor Changes

- b5f0775: Add bitbucket:repoCodeFileViewer module and templates
- af4af6f: Add bitbucket:workspaceGlobalPage module
- c50eeb5: Added manifest validation for XPA with full page modules
- beefc94: Added linting for jira:fullPage
- b9cefff: Add bitbucket:projectSettingsMenuPage module and templates
- bb6e58a: Add validation for filePattern in Bitbucket file viewer module

### Patch Changes

- 559c541: Added rovo:agentConnector validations to check if agentCard and jsonRpcTransport endpoints are valid endpoint references.
- 2f0c3c2: Add missing entry in i18n test
- 00eaa35: Fix failing test
- b5f0775: Update manifest definitions
- 069288e: Update manifest definitions
- d317f2e: Update manifest definitions
- bf0e0f6: Update manifest definitions
- af4af6f: Update manifest definitions

## 11.1.0-next.8

### Minor Changes

- c50eeb5: Added manifest validation for XPA with full page modules
- beefc94: Added linting for jira:fullPage

## 11.1.0-next.7

### Minor Changes

- af4af6f: Add bitbucket:workspaceGlobalPage module

### Patch Changes

- af4af6f: Update manifest definitions

## 11.1.0-next.6

### Minor Changes

- bb6e58a: Add validation for filePattern in Bitbucket file viewer module

## 11.1.0-next.5

### Minor Changes

- b5f0775: Add bitbucket:repoCodeFileViewer module and templates

### Patch Changes

- b5f0775: Update manifest definitions

## 11.1.0-next.4

### Patch Changes

- 00eaa35: Fix failing test

## 11.1.0-next.3

### Patch Changes

- 2f0c3c2: Add missing entry in i18n test
- d317f2e: Update manifest definitions

## 11.1.0-next.2

### Patch Changes

- bf0e0f6: Update manifest definitions

## 11.1.0-next.1

### Minor Changes

- b9cefff: Add bitbucket:projectSettingsMenuPage module and templates

### Patch Changes

- 069288e: Update manifest definitions

## 11.0.1-next.0

### Patch Changes

- 559c541: Added rovo:agentConnector validations to check if agentCard and jsonRpcTransport endpoints are valid endpoint references.

## 11.0.0

### Major Changes

- 260eb24: Adding support for new module fifoConsumer
- 8962080: Added routePrefix mandatory prop for confluence:fullPage

### Minor Changes

- 0a3f5d5: Add support for rovo:agentConnector module to the supported module types.
- 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
- 88238e7: updated regex for container tags validation

### Patch Changes

- 3228cf0: fetch product event scope mapping file from shipyard through daily job
- 24bd686: Update manifest definitions
- 0c433a0: Update manifest definitions
- f0a5a03: Update manifest definitions
- 2011ffe: Update manifest definitions
- d00ef59: Update manifest definitions
- 78efec7: Update manifest definitions

## 11.0.0-next.10

### Patch Changes

- 0c433a0: Update manifest definitions

## 11.0.0-next.9

### Minor Changes

- 88238e7: updated regex for container tags validation

## 11.0.0-next.8

### Patch Changes

- 24bd686: Update manifest definitions
- 2011ffe: Update manifest definitions

## 11.0.0-next.7

### Minor Changes

- 0a3f5d5: Add support for rovo:agentConnector module to the supported module types.

## 11.0.0-next.6

### Patch Changes

- d00ef59: Update manifest definitions

## 11.0.0-next.5

### Patch Changes

- f0a5a03: Update manifest definitions

## 11.0.0-next.4

### Patch Changes

- 3228cf0: fetch product event scope mapping file from shipyard through daily job

## 11.0.0-next.3

### Patch Changes

- 78efec7: Update manifest definitions

## 11.0.0-next.2

### Major Changes

- 260eb24: Adding support for new module fifoConsumer

## 11.0.0-next.1

### Minor Changes

- 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)

## 11.0.0-next.0

### Major Changes

- 8962080: Added routePrefix mandatory prop for confluence:fullPage

## 10.8.0

### Minor Changes

- b3792e4: Updated linting for full page apps
- 0ea6722: Adds validators for forge object store module
- 4718346: Updated title linting for full page apps

### Patch Changes

- fae0e71: Add scopes for Confluence relation events
- 94243f1: Split development and contribution guidelines
- 0ef937d: Update manifest definitions
- dcd46a4: Update manifest definitions
- 8ec0d92: Update manifest definitions

## 10.8.0-next.6

### Patch Changes

- 8ec0d92: Update manifest definitions

## 10.8.0-next.5

### Minor Changes

- 4718346: Updated title linting for full page apps

### Patch Changes

- fae0e71: Add scopes for Confluence relation events

## 10.8.0-next.4

### Patch Changes

- dcd46a4: Update manifest definitions

## 10.8.0-next.3

### Patch Changes

- 0ef937d: Update manifest definitions

## 10.8.0-next.2

### Minor Changes

- b3792e4: Updated linting for full page apps

## 10.8.0-next.1

### Minor Changes

- 0ea6722: Adds validators for forge object store module

## 10.7.1-next.0

### Patch Changes

- 94243f1: Split development and contribution guidelines

## 10.7.0

### Minor Changes

- b1f257c: Update llm module validation given new module structure and model family name
- 96d7a67: rename `app.contexts` to `app.compatibility`
- e65918b: Rename 'core:llms' to 'core:llm'
- f5d3945: Adding llms modules

### Patch Changes

- 2ac3cde: Change manifest property permission "detection" to "enforcement"
- ec8000d: Update manifest definitions
- 4afc4fb: Update manifest definitions
- 873a240: Update manifest definitions

## 10.7.0-next.5

### Minor Changes

- b1f257c: Update llm module validation given new module structure and model family name

## 10.7.0-next.4

### Patch Changes

- ec8000d: Update manifest definitions

## 10.7.0-next.3

### Patch Changes

- 2ac3cde: Change manifest property permission "detection" to "enforcement"

## 10.7.0-next.2

### Patch Changes

- 4afc4fb: Update manifest definitions

## 10.7.0-next.1

### Minor Changes

- 96d7a67: rename `app.contexts` to `app.compatibility`
- e65918b: Rename 'core:llms' to 'core:llm'

### Patch Changes

- 873a240: Update manifest definitions

## 10.7.0-next.0

### Minor Changes

- f5d3945: Adding llms modules

## 10.6.1

### Patch Changes

- 5b079e0: Update manifest definitions

## 10.6.1-next.0

### Patch Changes

- 5b079e0: Update manifest definitions

## 10.6.0

### Minor Changes

- f59b4d7: added jira:globalBackgroundScript
- fa952eb: Add optional container tunnel manifest schema

### Patch Changes

- 895d478: Updates Agent MD file with appropriate instructions
- eeaa160: Added manifest option for permission detection method
- 504cd62: Added backend SDK for permission handling
- a85376a: Add scopes for Confluence user and group events
- 5f384d1: Renaming csuik to uikit and removing jira-sprint-action csuik template
- 6e2892c: Update manifest definitions
- de0f1c1: Update manifest definitions
- b15478b: Update manifest definitions
- bda8688: Update manifest definitions

## 10.6.0-next.3

### Minor Changes

- f59b4d7: added jira:globalBackgroundScript

### Patch Changes

- 504cd62: Added backend SDK for permission handling
- 6e2892c: Update manifest definitions
- de0f1c1: Update manifest definitions
- bda8688: Update manifest definitions

## 10.6.0-next.2

### Minor Changes

- fa952eb: Add optional container tunnel manifest schema

### Patch Changes

- eeaa160: Added manifest option for permission detection method
- a85376a: Add scopes for Confluence user and group events
- 5f384d1: Renaming csuik to uikit and removing jira-sprint-action csuik template

## 10.5.1-next.1

### Patch Changes

- 895d478: Updates Agent MD file with appropriate instructions

## 10.5.1-next.0

### Patch Changes

- b15478b: Update manifest definitions

## 10.5.0

### Minor Changes

- d507f66: Add display conditions: `entityPropertyContainsAnyUserGroup`, `userIsExternalCollaborator`, `hasSpacePermission` and `hasPagePermission` to Confluence. Apply display condition validation to `confluence:backgroundScript` and `confluence:pageBanner` modules
- 2d37370: Adding `configurable` to `external`, and extending `remotes` to support `userConfiguration`

### Patch Changes

- 08e36d9: Update manifest definitions

## 10.5.0-next.2

### Minor Changes

- d507f66: Add display conditions: `entityPropertyContainsAnyUserGroup`, `userIsExternalCollaborator`, `hasSpacePermission` and `hasPagePermission` to Confluence. Apply display condition validation to `confluence:backgroundScript` and `confluence:pageBanner` modules

## 10.5.0-next.1

### Patch Changes

- 08e36d9: Update manifest definitions

## 10.5.0-next.0

### Minor Changes

- 2d37370: Adding `configurable` to `external`, and extending `remotes` to support `userConfiguration`

## 10.4.0

### Minor Changes

- 7e13ccd: Add support for multi-service tunnelling
- 17dfed4: Add validation for experimental `jira:actionValidator` module
- 2a0dadd: Remove Node18 runtime

### Patch Changes

- acb3247: Update Typing for JiraActionValidatorModule
- d3b9bde: Update manifest definitions

## 10.4.0-next.3

### Minor Changes

- 7e13ccd: Add support for multi-service tunnelling

## 10.4.0-next.2

### Patch Changes

- acb3247: Update Typing for JiraActionValidatorModule
- d3b9bde: Update manifest definitions

## 10.4.0-next.1

### Minor Changes

- 17dfed4: Add validation for experimental `jira:actionValidator` module

## 10.4.0-next.0

### Minor Changes

- 2a0dadd: Remove Node18 runtime

## 10.3.0

### Minor Changes

- 0db59f9: Add dashboards:backgroundScript module

### Patch Changes

- 8ba142a: Bump runtime to nodejs22.x
- 86dbde7: Update manifest definitions
- a614f0b: Update manifest definitions

## 10.3.0-next.3

### Minor Changes

- 0db59f9: Add dashboards:backgroundScript module

## 10.2.2-next.2

### Patch Changes

- 86dbde7: Update manifest definitions

## 10.2.2-next.1

### Patch Changes

- 8ba142a: Bump runtime to nodejs22.x

## 10.2.2-next.0

### Patch Changes

- a614f0b: Update manifest definitions

## 10.2.1

### Patch Changes

- 10c0bc6: Add egress support for custom URL schemes. Allow custom custom URL schemes as autoconvert patterns.
- 6447811: Update manifest definitions
- 2f446cf: Update manifest definitions

## 10.2.1-next.1

### Patch Changes

- 6447811: Update manifest definitions
- 2f446cf: Update manifest definitions

## 10.2.1-next.0

### Patch Changes

- 10c0bc6: Add egress support for custom URL schemes. Allow custom custom URL schemes as autoconvert patterns.

## 10.2.0

### Minor Changes

- 5144b15: Adding validation for undefined actions under automation:actionProvider module

### Patch Changes

- 5069c3c: Forge manifest linter now includes devops:developmentInfoProvider, devops:featureFlagInfoProvider, devops:deploymentInfoProvider, devops:buildInfoProvider, and devops:remoteLinkInfoProvider
- 8e9a8b5: Got rid of FG
- 5bfa872: Update manifest definitions
- 13e5daa: Update manifest definitions
- e029de1: Update manifest definitions
- 426dfe1: Update manifest definitions

## 10.2.0-next.5

### Patch Changes

- 5bfa872: Update manifest definitions

## 10.2.0-next.4

### Minor Changes

- 5144b15: Adding validation for undefined actions under automation:actionProvider module

## 10.1.1-next.3

### Patch Changes

- 13e5daa: Update manifest definitions

## 10.1.1-next.2

### Patch Changes

- 8e9a8b5: Got rid of FG
- 426dfe1: Update manifest definitions

## 10.1.1-next.1

### Patch Changes

- 5069c3c: Forge manifest linter now includes devops:developmentInfoProvider, devops:featureFlagInfoProvider, devops:deploymentInfoProvider, devops:buildInfoProvider, and devops:remoteLinkInfoProvider

## 10.1.1-next.0

### Patch Changes

- e029de1: Update manifest definitions

## 10.1.0

### Minor Changes

- effab31: Bumped cheerio from 0.22 to 1.1
- 46daa27: Added support for default environment variable declaration in the manifest

### Patch Changes

- 5d07fbf: Update the default value for inScopeEUD of egress entries by the linter
- 4b15e26: Rename some Confluence events from 'removed' to 'deleted' events for consistency with other products. Neither of the renamed events are active yet.
- 634d7b9: Bump max resource limit from 10 to 50
- b9574d4: Limit number of automation actions per app
- 195411c: patch dependencies
- d97a252: Add new Forge events and update scopes for unreleased Forge events
- 1479d2d: Update manifest definitions
- ca7e661: Update manifest definitions
- 5ab2c49: Update manifest definitions
- 609f68b: Update manifest definitions
- Updated dependencies [195411c]
  - @forge/i18n@0.0.7

## 10.1.0-next.9

### Minor Changes

- effab31: Bumped cheerio from 0.22 to 1.1

### Patch Changes

- 609f68b: Update manifest definitions

## 10.1.0-next.8

### Minor Changes

- 46daa27: Added support for default environment variable declaration in the manifest

## 10.0.1-next.7

### Patch Changes

- 634d7b9: Bump max resource limit from 10 to 50

## 10.0.1-next.6

### Patch Changes

- 5d07fbf: Update the default value for inScopeEUD of egress entries by the linter

## 10.0.1-next.5

### Patch Changes

- d97a252: Add new Forge events and update scopes for unreleased Forge events
- ca7e661: Update manifest definitions

## 10.0.1-next.4

### Patch Changes

- 195411c: patch dependencies
- Updated dependencies [195411c]
  - @forge/i18n@0.0.7-next.0

## 10.0.1-next.3

### Patch Changes

- 1479d2d: Update manifest definitions

## 10.0.1-next.2

### Patch Changes

- 5ab2c49: Update manifest definitions

## 10.0.1-next.1

### Patch Changes

- b9574d4: Limit number of automation actions per app

## 10.0.1-next.0

### Patch Changes

- 4b15e26: Rename some Confluence events from 'removed' to 'deleted' events for consistency with other products. Neither of the renamed events are active yet.

## 10.0.0

### Major Changes

- 8f2a3c9: Update the package to build on Node 20

### Minor Changes

- 73a88f6: Updated module types file so Confluence content property can be declared in manifest
- 33c5750: Add dashboards:widget module
- 0c92352: Added graph:smartLink module
- b44a5b3: Fix the linter to keep the original object for egress permissions and allow to upgrade egress permissions to object
- 9f050ff: Removed support for Sandbox Runtime and Sanpshots
- ba634d9: Remove further sandbox runtime related components
- 64befbb: Refactor runtime version manifest check into a linter

### Patch Changes

- a7bd152: Adding support for new module type core:apiroute
- 1992aaf: enable workflow in module list
- e6cd96a: Update manifest definitions
- 97255de: Update manifest definitions
- 3d96d1c: Update manifest definitions
- 18eab48: Update manifest definitions
- be59801: Update manifest definitions
- 8a548ce: Update manifest definitions
- 37eba69: Update manifest definitions
- c2e09b9: Update manifest definitions

## 10.0.0-next.13

### Patch Changes

- 3d96d1c: Update manifest definitions

## 10.0.0-next.12

### Minor Changes

- ba634d9: Remove further sandbox runtime related components

## 10.0.0-next.11

### Patch Changes

- 1992aaf: enable workflow in module list
- c2e09b9: Update manifest definitions

## 10.0.0-next.10

### Patch Changes

- e6cd96a: Update manifest definitions

## 10.0.0-next.9

### Minor Changes

- 33c5750: Add dashboards:widget module

## 10.0.0-next.8

### Patch Changes

- 37eba69: Update manifest definitions

## 10.0.0-next.7

### Major Changes

- 8f2a3c9: Update the package to build on Node 20

## 9.5.0-next.6

### Patch Changes

- a7bd152: Adding support for new module type core:apiroute
- 8a548ce: Update manifest definitions

## 9.5.0-next.5

### Minor Changes

- 9f050ff: Removed support for Sandbox Runtime and Sanpshots

## 9.5.0-next.4

### Minor Changes

- 64befbb: Refactor runtime version manifest check into a linter

## 9.5.0-next.3

### Minor Changes

- 0c92352: Added graph:smartLink module

### Patch Changes

- 18eab48: Update manifest definitions

## 9.5.0-next.2

### Minor Changes

- b44a5b3: Fix the linter to keep the original object for egress permissions and allow to upgrade egress permissions to object

## 9.5.0-next.1

### Minor Changes

- 73a88f6: Updated module types file so Confluence content property can be declared in manifest

### Patch Changes

- 97255de: Update manifest definitions

## 9.4.1-next.0

### Patch Changes

- be59801: Update manifest definitions

## 9.4.0

### Minor Changes

- 35165ba: Allow additionalConsentParameters in authorization url
- 01be5cc: Add "core:event" to the list of supported modules

### Patch Changes

- fe7e7e9: fix forge lint returns missing scopes if no missing beta scopes
- 39b0e6c: Forge manifest linter now includes connect-jira:jiraOperationsInfoProvider and connect-jira:jiraDevOpsComponentProvider
- 8f741c6: Update manifest definitions
- cb38766: Update manifest definitions
- b25d06e: Update manifest definitions

## 9.4.0-next.6

### Patch Changes

- cb38766: Update manifest definitions

## 9.4.0-next.5

### Patch Changes

- 39b0e6c: Forge manifest linter now includes connect-jira:jiraOperationsInfoProvider and connect-jira:jiraDevOpsComponentProvider

## 9.4.0-next.4

### Patch Changes

- 8f741c6: Update manifest definitions

## 9.4.0-next.3

### Minor Changes

- 01be5cc: Add "core:event" to the list of supported modules

## 9.4.0-next.2

### Patch Changes

- b25d06e: Update manifest definitions

## 9.4.0-next.1

### Patch Changes

- fe7e7e9: fix forge lint returns missing scopes if no missing beta scopes

## 9.4.0-next.0

### Minor Changes

- 35165ba: Allow additionalConsentParameters in authorization url

## 9.3.0

### Minor Changes

- d86ca2b: Migrate runtime deprecation check from @forge/manifest to @forge/cli
- a56ca61: bump up memory limit allocated for function
- 8bd52d6: Enable overrides for oauth profile retriever
- 43832a8: Allow scopes to be declared with offline user impersonation support
- a6128e0: Add manifest support for container scaling configurations
- 065b6a2: Add validation to prevent resources using the same key in the manifest definitions

### Patch Changes

- 984c454: Forcing patch bump to update internal registry
- 743bbdc: Unreferenced action module check now also accounts for automation:actionProvider
- a891abf: Update manifest definitions
- 290af69: Update manifest definitions
- 439551a: Update manifest definitions
- 4ced2b2: Update manifest definitions
- Updated dependencies [984c454]
  - @forge/i18n@0.0.6

## 9.3.0-next.9

### Minor Changes

- a6128e0: Add manifest support for container scaling configurations

## 9.3.0-next.8

### Patch Changes

- 984c454: Forcing patch bump to update internal registry
- 4ced2b2: Update manifest definitions
- Updated dependencies [984c454]
  - @forge/i18n@0.0.6-next.0

## 9.3.0-next.7

### Patch Changes

- 290af69: Update manifest definitions

## 9.3.0-next.6

### Minor Changes

- a56ca61: bump up memory limit allocated for function

## 9.3.0-next.5

### Patch Changes

- 439551a: Update manifest definitions

## 9.3.0-next.4

### Minor Changes

- 43832a8: Allow scopes to be declared with offline user impersonation support

## 9.3.0-next.3

### Patch Changes

- a891abf: Update manifest definitions

## 9.3.0-next.2

### Minor Changes

- d86ca2b: Migrate runtime deprecation check from @forge/manifest to @forge/cli
- 065b6a2: Add validation to prevent resources using the same key in the manifest definitions

## 9.3.0-next.1

### Minor Changes

- 8bd52d6: Enable overrides for oauth profile retriever

## 9.2.1-next.0

### Patch Changes

- 743bbdc: Unreferenced action module check now also accounts for automation:actionProvider

## 9.2.0

### Minor Changes

- 6c0dcee: Added manifest support for container health objects

### Patch Changes

- 298487b: Update manifest definitions
- 615d023: Update manifest definitions

## 9.2.0-next.2

### Patch Changes

- 298487b: Update manifest definitions

## 9.2.0-next.1

### Patch Changes

- 615d023: Update manifest definitions

## 9.2.0-next.0

### Minor Changes

- 6c0dcee: Added manifest support for container health objects

## 9.1.0

### Minor Changes

- ff60490: Add new modules confluence:pageBanner and confluence:backgroundScript
- 680704b: Add new module type: automation:actionProvider
- 57700e7: Added linting for top level services and endpoints consuming services

### Patch Changes

- 0881ee9: Update module artifacts and types
- 683d423: Update manifest definitions
- ea7c7b6: Update manifest definitions
- 2051059: Update manifest definitions

## 9.1.0-next.5

### Patch Changes

- ea7c7b6: Update manifest definitions

## 9.1.0-next.4

### Minor Changes

- 57700e7: Added linting for top level services and endpoints consuming services

### Patch Changes

- 683d423: Update manifest definitions

## 9.1.0-next.3

### Minor Changes

- ff60490: Add new modules confluence:pageBanner and confluence:backgroundScript

## 9.1.0-next.2

### Patch Changes

- 2051059: Update manifest definitions

## 9.1.0-next.1

### Patch Changes

- 0881ee9: Update module artifacts and types

## 9.1.0-next.0

### Minor Changes

- 680704b: Add new module type: automation:actionProvider

## 9.0.0

### Major Changes

- 2d5a0e6: Add lint rule to check scopes for remote apps with auth enabled

### Minor Changes

- 4b083be: Option to bundle applications using TypeScript
- 94e48b9: Remove agent mode support per product decision
- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference

### Patch Changes

- 7243788: Displaying all product options and fixing wording
- acf1edf: fix i18n test
- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
- b51be39: allow app developer to specify function memory allocation
- 0dfb15d: Revert CustomUITunnellingResourceHandler change
- 0dd4e3b: add `app.access` options to manifest schema
- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
- 64daaa5: validate schema for app.contexts so developers can define a required context in the manifest
- 99739ec: Update manifest definitions
- 3a703de: Update manifest definitions
- 003b1ed: Update manifest definitions
- Updated dependencies [336f74f]
- Updated dependencies [e404ba0]
  - @forge/i18n@0.0.5

## 9.0.0-next.14

### Patch Changes

- 0dd4e3b: add `app.access` options to manifest schema

## 9.0.0-next.13

### Major Changes

- 2d5a0e6: Add lint rule to check scopes for remote apps with auth enabled

### Patch Changes

- 99739ec: Update manifest definitions

## 8.9.0-next.12

### Minor Changes

- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference

## 8.9.0-next.11

### Patch Changes

- 0dfb15d: Revert CustomUITunnellingResourceHandler change

## 8.9.0-next.10

### Patch Changes

- b51be39: allow app developer to specify function memory allocation

## 8.9.0-next.9

### Patch Changes

- Updated dependencies [e404ba0]
  - @forge/i18n@0.0.5-next.1

## 8.9.0-next.8

### Minor Changes

- 4b083be: Option to bundle applications using TypeScript

## 8.9.0-next.7

### Patch Changes

- 7243788: Displaying all product options and fixing wording

## 8.9.0-next.6

### Patch Changes

- Updated dependencies [336f74f]
  - @forge/i18n@0.0.5-next.0

## 8.9.0-next.5

### Patch Changes

- de0bf46: Fix tunnel for non index.html custom ui resources

## 8.9.0-next.4

### Patch Changes

- acf1edf: fix i18n test
- 3a703de: Update manifest definitions

## 8.9.0-next.3

### Patch Changes

- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format

## 8.9.0-next.2

### Patch Changes

- 003b1ed: Update manifest definitions

## 8.9.0-next.1

### Patch Changes

- 64daaa5: validate schema for app.contexts so developers can define a required context in the manifest

## 8.9.0-next.0

### Minor Changes

- 94e48b9: Remove agent mode support per product decision

## 8.8.0

### Minor Changes

- 2712852: Rename csuik to ui-kit templates

### Patch Changes

- 009ab70: Fix tests
- 4c15b3a: Update manifest definitions
- 359756b: Update manifest definitions
- 34db0f6: Update manifest definitions
- 01ca857: Update manifest definitions
- 70badb7: Allow handlers in subdirectories

## 8.8.0-next.5

### Patch Changes

- 4c15b3a: Update manifest definitions

## 8.8.0-next.4

### Minor Changes

- 2712852: Rename csuik to ui-kit templates

## 8.7.1-next.3

### Patch Changes

- 009ab70: Fix tests
- 34db0f6: Update manifest definitions

## 8.7.1-next.2

### Patch Changes

- 01ca857: Update manifest definitions

## 8.7.1-next.1

### Patch Changes

- 359756b: Update manifest definitions

## 8.7.1-next.0

### Patch Changes

- 70badb7: Allow handlers in subdirectories

## 8.7.0

### Minor Changes

- 6a41721: Updated linting for macro auto convert
- 48d2f56: add graph extension points
- dec434a: Don't produce extra error messages from conditional json schema snippets
- 6f0fe42: Enabled macro autoConvert

### Patch Changes

- fa77f8d: Revert the package registry change for the package
- 503e60e: Add publish config
- 6b8b6e2: rename `primaryProduct` to `requiredProduct`
- ba58c3a: allow app developer to configure lambda architecture
- 2086b3d: Remove node-fetch as a dependency
- 55df193: Update manifest definitions
- ddc0256: Update manifest definitions
- 4b050d8: Update manifest definitions
- f70acc8: Update manifest definitions
- de16df9: Update manifest definitions
- Updated dependencies [fa77f8d]
- Updated dependencies [503e60e]
  - @forge/i18n@0.0.4

## 8.7.0-next.12

### Patch Changes

- fa77f8d: Revert the package registry change for the package
- Updated dependencies [fa77f8d]
  - @forge/i18n@0.0.4-next.1

## 8.7.0-next.11

### Patch Changes

- 503e60e: Add publish config
- Updated dependencies [503e60e]
  - @forge/i18n@0.0.4-next.0

## 8.7.0-next.10

### Patch Changes

- f70acc8: Update manifest definitions

## 8.7.0-next.9

### Patch Changes

- 2086b3d: Remove node-fetch as a dependency

## 8.7.0-next.8

### Minor Changes

- 6f0fe42: Enabled macro autoConvert

## 8.7.0-next.7

### Minor Changes

- 6a41721: Updated linting for macro auto convert

## 8.7.0-next.6

### Patch Changes

- ddc0256: Update manifest definitions

## 8.7.0-next.5

### Minor Changes

- dec434a: Don't produce extra error messages from conditional json schema snippets

## 8.7.0-next.4

### Patch Changes

- ba58c3a: allow app developer to configure lambda architecture
- 55df193: Update manifest definitions

## 8.7.0-next.3

### Patch Changes

- 4b050d8: Update manifest definitions

## 8.7.0-next.2

### Patch Changes

- de16df9: Update manifest definitions

## 8.7.0-next.1

### Minor Changes

- 48d2f56: add graph extension points

## 8.6.2-next.0

### Patch Changes

- 6b8b6e2: rename `primaryProduct` to `requiredProduct`

## 8.6.1

### Patch Changes

- 87ae208: Update manifest definitions
- cd0e244: Update manifest definitions
- 9eb7594: Update manifest definitions
- a5e7647: Update license for Forge public packages
- Updated dependencies [a92188e]
- Updated dependencies [8819889]
- Updated dependencies [a5e7647]
  - @forge/i18n@0.0.3

## 8.6.1-next.4

### Patch Changes

- 9eb7594: Update manifest definitions

## 8.6.1-next.3

### Patch Changes

- a5e7647: Update license for Forge public packages
- Updated dependencies [a5e7647]
  - @forge/i18n@0.0.3-next.2

## 8.6.1-next.2

### Patch Changes

- 87ae208: Update manifest definitions

## 8.6.1-next.1

### Patch Changes

- Updated dependencies [8819889]
  - @forge/i18n@0.0.3-next.1

## 8.6.1-next.0

### Patch Changes

- cd0e244: Update manifest definitions
- Updated dependencies [a92188e]
  - @forge/i18n@0.0.3-next.0

## 8.6.0

### Minor Changes

- 793b6cf: Add `appIsLicensed` and `appEdition` display condition to Confluence
- 67d187b: Add hasAppAccess display condition for Confluence

### Patch Changes

- a6ba0b4: Improved handling of manifest paths in manifest interpolators

## 8.6.0-next.2

### Minor Changes

- 793b6cf: Add `appIsLicensed` and `appEdition` display condition to Confluence

## 8.6.0-next.1

### Patch Changes

- a6ba0b4: Improved handling of manifest paths in manifest interpolators

## 8.6.0-next.0

### Minor Changes

- 67d187b: Add hasAppAccess display condition for Confluence

## 8.5.0

### Minor Changes

- 7ec49ae: Add agent license mode to manifest schema

### Patch Changes

- 5293f4a: Update manifest definitions
- f93c4d3: Update manifest definitions

## 8.5.0-next.2

### Patch Changes

- 5293f4a: Update manifest definitions

## 8.5.0-next.1

### Minor Changes

- 7ec49ae: Add agent license mode to manifest schema

## 8.4.2-next.0

### Patch Changes

- f93c4d3: Update manifest definitions

## 8.4.1

### Patch Changes

- 19c93e7: Update application manifest to support defining a primary product for XPA support
- 1815689: Update manifest definitions

## 8.4.1-next.1

### Patch Changes

- 1815689: Update manifest definitions

## 8.4.1-next.0

### Patch Changes

- 19c93e7: Update application manifest to support defining a primary product for XPA support

## 8.4.0

### Minor Changes

- e170565: Enforce no additional properties for functions

### Patch Changes

- c599ff2: Fix: Path resolution for rovo resources
- 2ccf3f4: Update manifest definitions
- adf93f2: Adds the `appIsLicensed` display condition to Jira module schemas

## 8.4.0-next.3

### Minor Changes

- e170565: Enforce no additional properties for functions

## 8.3.1-next.2

### Patch Changes

- adf93f2: Adds the `appIsLicensed` display condition to Jira module schemas

## 8.3.1-next.1

### Patch Changes

- c599ff2: Fix: Path resolution for rovo resources

## 8.3.1-next.0

### Patch Changes

- 2ccf3f4: Update manifest definitions

## 8.3.0

### Minor Changes

- 0146304: Added scopes for the jira configuration changed product event

### Patch Changes

- d5c7fe4: add bitbucket:repoCodeOverviewPanel module and add new templates
- 56b1d12: Update manifest definitions
- e94d83f: Update manifest definitions
- b088bc0: Update manifest definitions
- 035b3f5: Update manifest definitions
- 66f157a: Update manifest definitions
- 0a3744a: Update manifest definitions

## 8.3.0-next.4

### Patch Changes

- e94d83f: Update manifest definitions
- 0a3744a: Update manifest definitions

## 8.3.0-next.3

### Minor Changes

- 0146304: Added scopes for the jira configuration changed product event

## 8.2.1-next.2

### Patch Changes

- b088bc0: Update manifest definitions

## 8.2.1-next.1

### Patch Changes

- d5c7fe4: add bitbucket:repoCodeOverviewPanel module and add new templates
- 56b1d12: Update manifest definitions
- 66f157a: Update manifest definitions

## 8.2.1-next.0

### Patch Changes

- 035b3f5: Update manifest definitions

## 8.2.0

### Minor Changes

- df04fc6: Added command pallete module
- 94c1eda: Add warning for un-necessary usage of egress permissions

### Patch Changes

- 08e248c: jira:command - add property to i18n test
- 39aaa43: Update i18n unit tests to ensure test only apply to modules mantained locally.
- c01ab1f: Update manifest definitions

## 8.2.0-next.1

### Patch Changes

- 39aaa43: Update i18n unit tests to ensure test only apply to modules mantained locally.

## 8.2.0-next.0

### Minor Changes

- df04fc6: Added command pallete module
- 94c1eda: Add warning for un-necessary usage of egress permissions

### Patch Changes

- 08e248c: jira:command - add property to i18n test
- c01ab1f: Update manifest definitions

## 8.1.0

### Minor Changes

- 319c5aa: Update templates to nodejs22.x
- d93dd92: Add deprecation warning for nodejs18.x and sandbox runtime to CLI linter
- 3d8c83f: Add linting for runtime.name: nodejs22.x.
- 2993e98: Add new Jira display conditions to the schema

### Patch Changes

- 5c5aa55: Added additional scope for the jira component deleted product event
- 80f2659: Update i18n tests for jira:sprintAction module
- 6fddb0a: add bitbucket:repoPullRequestOverviewPanel module and add new templates
- f5a52b8: Update manifest definitions
- c3a2fca: Update manifest definitions
- cefd0cd: Update manifest definitions
- 88b77fc: Update manifest definitions
- 4e23811: Add jira:sprintAction moduleType

## 8.1.0-next.8

### Minor Changes

- d93dd92: Add deprecation warning for nodejs18.x and sandbox runtime to CLI linter

## 8.1.0-next.7

### Patch Changes

- 5c5aa55: Added additional scope for the jira component deleted product event

## 8.1.0-next.6

### Patch Changes

- c3a2fca: Update manifest definitions

## 8.1.0-next.5

### Minor Changes

- 2993e98: Add new Jira display conditions to the schema

## 8.1.0-next.4

### Patch Changes

- 80f2659: Update i18n tests for jira:sprintAction module
- 6fddb0a: add bitbucket:repoPullRequestOverviewPanel module and add new templates
- cefd0cd: Update manifest definitions

## 8.1.0-next.3

### Minor Changes

- 319c5aa: Update templates to nodejs22.x

### Patch Changes

- 88b77fc: Update manifest definitions

## 8.1.0-next.2

### Minor Changes

- 3d8c83f: Add linting for runtime.name: nodejs22.x.

## 8.0.1-next.1

### Patch Changes

- f5a52b8: Update manifest definitions

## 8.0.1-next.0

### Patch Changes

- 4e23811: Add jira:sprintAction moduleType

## 8.0.0

### Major Changes

- 9dc2ad3: Lint display conditions of dashboard gadget module

### Minor Changes

- cd7008b: Add support for migration:dataResidency
- 49c8f18: Add jira:boardAction moduleType
- 5d4af6e: Added storage modules

### Patch Changes

- 7c74795: Update i18 schema test to include BoardAction
- da32dcc: Improve i18n unit tests process to avoid breaking pipeline unexpectly
- 47501f7: Add missing ko-KR to the supported forge locale / language list
- a9c6303: Update manifest definitions
- c84549a: Update manifest definitions
- eb1bb6e: Update manifest definitions
- 3b3e56e: Update manifest definitions
- 0e1b960: Update manifest definitions
- 9f77b20: Update manifest definitions
- 8ca9a19: Update manifest definitions
- Updated dependencies [47501f7]
  - @forge/i18n@0.0.2

## 8.0.0-next.12

### Patch Changes

- 9f77b20: Update manifest definitions

## 8.0.0-next.11

### Minor Changes

- cd7008b: Add support for migration:dataResidency

## 8.0.0-next.10

### Patch Changes

- c84549a: Update manifest definitions

## 8.0.0-next.9

### Patch Changes

- 8ca9a19: Update manifest definitions

## 8.0.0-next.8

### Patch Changes

- a9c6303: Update manifest definitions

## 8.0.0-next.7

### Minor Changes

- 5d4af6e: Added storage modules

## 8.0.0-next.6

### Patch Changes

- da32dcc: Improve i18n unit tests process to avoid breaking pipeline unexpectly

## 8.0.0-next.5

### Patch Changes

- 0e1b960: Update manifest definitions

## 8.0.0-next.4

### Major Changes

- 9dc2ad3: Lint display conditions of dashboard gadget module

## 7.12.0-next.3

### Patch Changes

- 47501f7: Add missing ko-KR to the supported forge locale / language list
- Updated dependencies [47501f7]
  - @forge/i18n@0.0.2-next.0

## 7.12.0-next.2

### Patch Changes

- 7c74795: Update i18 schema test to include BoardAction
- eb1bb6e: Update manifest definitions

## 7.12.0-next.1

### Minor Changes

- 49c8f18: Add jira:boardAction moduleType

## 7.11.1-next.0

### Patch Changes

- 3b3e56e: Update manifest definitions

## 7.11.0

### Minor Changes

- 3cf86f9: Bump sentry/node package to fix issues with forge command

### Patch Changes

- fd07774: Update manifest definitions

## 7.11.0-next.1

### Patch Changes

- fd07774: Update manifest definitions

## 7.11.0-next.0

### Minor Changes

- 3cf86f9: Bump sentry/node package to fix issues with forge command

## 7.10.0

### Minor Changes

- 51dc2a8: Add support for remotes with regional urls
- 577777c: Add jira:backlogAction and jira:personalSettingsPage moduleType
- 6b70be1: Add http method option to the static profile resolver
- 512d5ec: Add external auth manifest schema extensions

### Patch Changes

- 84b20e6: Fix i18n unit tests
- 81831c1: Register action tooltip as i18n field in i18n unit tests
- fea8467: Update manifest definitions
- 6e01e13: Update manifest definitions
- 7ba2a03: Update manifest definitions
- cdbb366: Update manifest definitions
- 0962638: Update manifest definitions

## 7.10.0-next.7

### Patch Changes

- 7ba2a03: Update manifest definitions

## 7.10.0-next.6

### Minor Changes

- 6b70be1: Add http method option to the static profile resolver

## 7.10.0-next.5

### Patch Changes

- 6e01e13: Update manifest definitions

## 7.10.0-next.4

### Minor Changes

- 51dc2a8: Add support for remotes with regional urls

## 7.10.0-next.3

### Minor Changes

- 512d5ec: Add external auth manifest schema extensions

## 7.10.0-next.2

### Patch Changes

- 81831c1: Register action tooltip as i18n field in i18n unit tests
- fea8467: Update manifest definitions
- 0962638: Update manifest definitions

## 7.10.0-next.1

### Patch Changes

- 84b20e6: Fix i18n unit tests
- cdbb366: Update manifest definitions

## 7.10.0-next.0

### Minor Changes

- 577777c: Add jira:backlogAction and jira:personalSettingsPage moduleType

## 7.9.1

### Patch Changes

- 619dfd2: Fix i18n unit tests due to source schema change (issueNavigationAction)
- 5334609: Update manifest definitions
- 7ad3858: Update manifest definitions
- 43c503f: Update manifest definitions

## 7.9.1-next.0

### Patch Changes

- 619dfd2: Fix i18n unit tests due to source schema change (issueNavigationAction)
- 5334609: Update manifest definitions
- 7ad3858: Update manifest definitions
- 43c503f: Update manifest definitions

## 7.9.0

### Minor Changes

- 238e7ab: Update type references to support a change in the manifest remote schema
- c4391fa: add `modes` field to the licensing options
- 5f02b70: add `editionsEnabled` field to the licensing options

### Patch Changes

- 63d81cf: Update i18n unit test to include macro config property
- bdca785: Added Jira issueActionNavigator module
- 32601f4: Updated module-types and display-conditions-types to support time tracking provider module and related display conditions in lint
- 47f24ba: Fix manifest update break unit tests to guard i18n changes
- d500498: Fixed validation for ignoreSelf filtering in core:trigger module to actually verify the presence of the ignoreSelf property
  Added validation for expression filtering in core:trigger module
- d9e0900: Improve i18n guard test to ensure it reports i18n modules not yet registered in SUPPORTED_MODULES.
- 08ff14e: - Change product-event-to-scope-mapping.json indentation to match .editorconfig
  - Add Forge Jira user events to product-event-to-scope-mapping.json
- 8616ebc: Update manifest definitions
- 75698c0: Update manifest definitions
- f69e798: Update manifest definitions
- 5cd256c: Update manifest definitions
- b961661: Update manifest definitions
- 6cd61be: Update manifest definitions
- 2920f46: Update manifest definitions
- 3fe0097: Update manifest definitions
- 8ec88e3: Update manifest definitions

## 7.9.0-next.14

### Patch Changes

- 2920f46: Update manifest definitions

## 7.9.0-next.13

### Patch Changes

- d9e0900: Improve i18n guard test to ensure it reports i18n modules not yet registered in SUPPORTED_MODULES.

## 7.9.0-next.12

### Patch Changes

- 5cd256c: Update manifest definitions

## 7.9.0-next.11

### Patch Changes

- 08ff14e: - Change product-event-to-scope-mapping.json indentation to match .editorconfig
  - Add Forge Jira user events to product-event-to-scope-mapping.json

## 7.9.0-next.10

### Patch Changes

- d500498: Fixed validation for ignoreSelf filtering in core:trigger module to actually verify the presence of the ignoreSelf property
  Added validation for expression filtering in core:trigger module

## 7.9.0-next.9

### Patch Changes

- 47f24ba: Fix manifest update break unit tests to guard i18n changes
- 75698c0: Update manifest definitions
- 6cd61be: Update manifest definitions

## 7.9.0-next.8

### Patch Changes

- bdca785: Added Jira issueActionNavigator module

## 7.9.0-next.7

### Patch Changes

- 8616ebc: Update manifest definitions

## 7.9.0-next.6

### Minor Changes

- c4391fa: add `modes` field to the licensing options

## 7.9.0-next.5

### Patch Changes

- 3fe0097: Update manifest definitions

## 7.9.0-next.4

### Minor Changes

- 238e7ab: Update type references to support a change in the manifest remote schema

## 7.9.0-next.3

### Patch Changes

- f69e798: Update manifest definitions

## 7.9.0-next.2

### Patch Changes

- 63d81cf: Update i18n unit test to include macro config property
- b961661: Update manifest definitions
- 8ec88e3: Update manifest definitions

## 7.9.0-next.1

### Minor Changes

- 5f02b70: add `editionsEnabled` field to the licensing options

## 7.8.1-next.0

### Patch Changes

- 32601f4: Updated module-types and display-conditions-types to support time tracking provider module and related display conditions in lint

## 7.8.0

### Minor Changes

- 455ab8a: Implement basic validation for the new jira:timeTrackingProvider module

### Patch Changes

- 981965f: Added scope mapping for avi:jira:timetracking:provider:changed event
- 65bb6b7: Update manifest definitions
- 025fc1f: Update manifest definitions

## 7.8.0-next.2

### Minor Changes

- 455ab8a: Implement basic validation for the new jira:timeTrackingProvider module

### Patch Changes

- 025fc1f: Update manifest definitions

## 7.7.2-next.1

### Patch Changes

- 981965f: Added scope mapping for avi:jira:timetracking:provider:changed event

## 7.7.2-next.0

### Patch Changes

- 65bb6b7: Update manifest definitions

## 7.7.1

### Patch Changes

- 01ed6bd: Update manifest definitions

## 7.7.1-next.0

### Patch Changes

- 01ed6bd: Update manifest definitions

## 7.7.0

### Minor Changes

- bf34881: Add translations schema to manifest schema template to enable Forge i18n support.
  Additionally relevant validators (i.e. `translations-validator`) are added to validate the translations schema in the manifest.
- c341349: Show warning if action doesn't have name attribute
- c113f86: Show warning if action is not referenced by any agent
- be67acb: Interpolate string resources in modules
- 9a546fd: Lint unique module key across Connect and Forge modules

### Patch Changes

- 10f4545: Update package readme to include instruction on how to update schema in the package
- c74ca63: Add translations section in manifest schema for Forge i18n Support (EAP)
- c6377ba: Update unit test in manifest validator
- 13fb92c: Update forge repo with unit tests for manifest schema changes Jira, Confluence, Bitbucket
- 23f6675: Make `@forge/manifest` depends on `@forge/i18n` to access i18n related helper functions.
- 27249cd: Make i18n fallback syntax confirm to industry convention. That is, `en-US: en-GB` indicate `en-GB` is fallback to `en-US`
- 99b6dd4: Update manifest definitions
- b0ad6d7: Update manifest definitions
- ce41b8c: Update manifest definitions
- 7160171: Update manifest definitions
- b90e809: Update manifest definitions
- 5f82d22: Update manifest definitions
- f40d3b5: Update manifest definitions
- 26f8528: Update manifest definitions
- 313b8e1: Update manifest definitions
- bf0fab6: Update manifest definitions
- Updated dependencies [c74ca63]
- Updated dependencies [d51b7be]
- Updated dependencies [23f6675]
- Updated dependencies [c81fa57]
- Updated dependencies [27249cd]
- Updated dependencies [fdaaeab]
  - @forge/i18n@0.0.1

## 7.7.0-next.15

### Patch Changes

- 99b6dd4: Update manifest definitions

## 7.7.0-next.14

### Patch Changes

- Updated dependencies [d51b7be]
  - @forge/i18n@0.0.1-next.13

## 7.7.0-next.13

### Patch Changes

- 23f6675: Make `@forge/manifest` depends on `@forge/i18n` to access i18n related helper functions.
- 27249cd: Make i18n fallback syntax confirm to industry convention. That is, `en-US: en-GB` indicate `en-GB` is fallback to `en-US`
- 5f82d22: Update manifest definitions
- Updated dependencies [23f6675]
- Updated dependencies [27249cd]
  - @forge/i18n@0.0.1-next.12

## 7.7.0-next.12

### Patch Changes

- ce41b8c: Update manifest definitions

## 7.7.0-next.11

### Minor Changes

- bf34881: Add translations schema to manifest schema template to enable Forge i18n support.
  Additionally relevant validators (i.e. `translations-validator`) are added to validate the translations schema in the manifest.

## 7.7.0-next.10

### Patch Changes

- 26f8528: Update manifest definitions

## 7.7.0-next.9

### Patch Changes

- 13fb92c: Update forge repo with unit tests for manifest schema changes Jira, Confluence, Bitbucket

## 7.7.0-next.8

### Patch Changes

- f40d3b5: Update manifest definitions

## 7.7.0-next.7

### Patch Changes

- 7160171: Update manifest definitions

## 7.7.0-next.6

### Minor Changes

- be67acb: Interpolate string resources in modules

## 7.7.0-next.5

### Patch Changes

- b0ad6d7: Update manifest definitions

## 7.7.0-next.4

### Minor Changes

- c341349: Show warning if action doesn't have name attribute

## 7.7.0-next.3

### Patch Changes

- 10f4545: Update package readme to include instruction on how to update schema in the package

## 7.7.0-next.2

### Minor Changes

- c113f86: Show warning if action is not referenced by any agent
- 9a546fd: Lint unique module key across Connect and Forge modules

### Patch Changes

- c6377ba: Update unit test in manifest validator
- bf0fab6: Update manifest definitions

## 7.6.1-next.1

### Patch Changes

- c74ca63: Add translations section in manifest schema for Forge i18n Support (EAP)

## 7.6.1-next.0

### Patch Changes

- b90e809: Update manifest definitions
- 313b8e1: Update manifest definitions

## 7.6.0

### Minor Changes

- 90f621b: Revert cheerio upgrade

### Patch Changes

- 114989d: remove unused dependencies: @forge/util and node-fetch
- c0e7e2f: Add test to validate if the i18n props in manifest json is configured properly
- 562a25c: Allow updating manifest schema resources with app-host-artifacts changes on staging
- 09d005e: Fix failing unit tests in pipeline
- 3f5f84e: Update manifest definitions
- 03eba4f: Update manifest definitions
- 9384afe: Update manifest definitions

## 7.6.0-next.6

### Minor Changes

- 90f621b: Revert cheerio upgrade

## 7.6.0-next.5

### Patch Changes

- 114989d: remove unused dependencies: @forge/util and node-fetch

## 7.6.0-next.4

### Patch Changes

- 3f5f84e: Update manifest definitions

## 7.6.0-next.3

### Minor Changes

- 4117f97: Bump cheerio from version 0.22 to version 1.0

## 7.5.4-next.2

### Patch Changes

- c0e7e2f: Add test to validate if the i18n props in manifest json is configured properly
- 03eba4f: Update manifest definitions

## 7.5.4-next.1

### Patch Changes

- 09d005e: Fix failing unit tests in pipeline
- 9384afe: Update manifest definitions

## 7.5.4-next.0

### Patch Changes

- 562a25c: Allow updating manifest schema resources with app-host-artifacts changes on staging

## 7.5.3

### Patch Changes

- 9985768: Update manifest definitions
- f32f860: Update manifest definitions

## 7.5.3-next.1

### Patch Changes

- f32f860: Update manifest definitions

## 7.5.3-next.0

### Patch Changes

- 9985768: Update manifest definitions

## 7.5.2

### Patch Changes

- 0261f2b: Update manifest definitions

## 7.5.2-next.0

### Patch Changes

- 0261f2b: Update manifest definitions

## 7.5.1

### Patch Changes

- 844a726: remove ai:skill module
- d0e37e5: Update manifest definitions
- b55fa5a: Update manifest definitions
- d335c40: Update manifest definitions
- 116a97f: Update manifest definitions

## 7.5.1-next.3

### Patch Changes

- d0e37e5: Update manifest definitions

## 7.5.1-next.2

### Patch Changes

- 844a726: remove ai:skill module

## 7.5.1-next.1

### Patch Changes

- b55fa5a: Update manifest definitions
- d335c40: Update manifest definitions

## 7.5.1-next.0

### Patch Changes

- 116a97f: Update manifest definitions

## 7.5.0

### Minor Changes

- 2278ad7: Removing 'oauth2' from the list of available values for connectAuthentication as it is no longer supported
- 8073ca4: Adding rovo:agent module type
- a05ba05: Add new module type for Connect on Forge

### Patch Changes

- c1292da: refactor package.json to move code generators to dev dependencies
- 2b5d6f2: Adds validation for rovo:agent actions/skills
- 22687bd: Added Bitbucket PR reviewer status updated event
- 8a08e11: Update manifest definitions
- fad12fb: Update manifest definitions
- 8c3a153: Update manifest definitions
- 23cc3d6: Update manifest definitions
- 42e7ad7: Update manifest definitions
- Updated dependencies [99fb753]
  - @forge/util@1.4.4

## 7.5.0-next.9

### Patch Changes

- 42e7ad7: Update manifest definitions
- Updated dependencies [99fb753]
  - @forge/util@1.4.4-next.0

## 7.5.0-next.8

### Patch Changes

- 22687bd: Added Bitbucket PR reviewer status updated event

## 7.5.0-next.7

### Patch Changes

- fad12fb: Update manifest definitions

## 7.5.0-next.6

### Patch Changes

- c1292da: refactor package.json to move code generators to dev dependencies
- 8a08e11: Update manifest definitions

## 7.5.0-next.5

### Minor Changes

- a05ba05: Add new module type for Connect on Forge

## 7.5.0-next.4

### Patch Changes

- 2b5d6f2: Adds validation for rovo:agent actions/skills

## 7.5.0-next.3

### Patch Changes

- 8c3a153: Update manifest definitions

## 7.5.0-next.2

### Minor Changes

- 2278ad7: Removing 'oauth2' from the list of available values for connectAuthentication as it is no longer supported

## 7.5.0-next.1

### Patch Changes

- 23cc3d6: Update manifest definitions

## 7.5.0-next.0

### Minor Changes

- 8073ca4: Adding rovo:agent module type

## 7.4.1

### Patch Changes

- 19b82e5: Update manifest definitions
- 8944e0c: Update manifest definitions

## 7.4.1-next.1

### Patch Changes

- 8944e0c: Update manifest definitions

## 7.4.1-next.0

### Patch Changes

- 19b82e5: Update manifest definitions

## 7.4.0

### Minor Changes

- b3d7850: Fix pipeline by adding environment field to manifest template
- a8cdbca: Added new module types for Connect on Forge

### Patch Changes

- 7dae3d7: Fix sandbox tunnel compatibility with Node 14
- 4913321: Update manifest definitions
- 289edb1: Update manifest definitions

## 7.4.0-next.3

### Patch Changes

- 4913321: Update manifest definitions

## 7.4.0-next.2

### Patch Changes

- 7dae3d7: Fix sandbox tunnel compatibility with Node 14

## 7.4.0-next.1

### Patch Changes

- 289edb1: Update manifest definitions

## 7.4.0-next.0

### Minor Changes

- b3d7850: Fix pipeline by adding environment field to manifest template
- a8cdbca: Added new module types for Connect on Forge

## 7.3.0

### Minor Changes

- 7787d36: Add linting for remote auth scopes
- 670a419: Only parse listed environment variables in the manifest
- 4c2dc9f: Add support for auth capabilities for remotes specified in the manifest

### Patch Changes

- 77d16a9: Add manifest validation for adfExport entrypoint in macro module
- 6162ed5: Added scope mapping for avi:jira:deleted:comment product event
- 6099d41: Update testing to support Node 20+
- f04a310: Update manifest definitions

## 7.3.0-next.6

### Patch Changes

- 6162ed5: Added scope mapping for avi:jira:deleted:comment product event

## 7.3.0-next.5

### Minor Changes

- 670a419: Only parse listed environment variables in the manifest

## 7.3.0-next.4

### Minor Changes

- 7787d36: Add linting for remote auth scopes

## 7.3.0-next.3

### Minor Changes

- 4c2dc9f: Add support for auth capabilities for remotes specified in the manifest

## 7.2.3-next.2

### Patch Changes

- 6099d41: Update testing to support Node 20+

## 7.2.3-next.1

### Patch Changes

- f04a310: Update manifest definitions

## 7.2.3-next.0

### Patch Changes

- 77d16a9: Add manifest validation for adfExport entrypoint in macro module

## 7.2.2

### Patch Changes

- ebaf7ed: Fixed bug that would have linter show an error when setting inScopeEUD for remote classification to false
- 6f758c0: Added scope mapping for avi:jira:deleted:issue product event
- 6f17340: Update manifest definitions

## 7.2.2-next.2

### Patch Changes

- 6f758c0: Added scope mapping for avi:jira:deleted:issue product event

## 7.2.2-next.1

### Patch Changes

- ebaf7ed: Fixed bug that would have linter show an error when setting inScopeEUD for remote classification to false

## 7.2.2-next.0

### Patch Changes

- 6f17340: Update manifest definitions

## 7.2.1

### Patch Changes

- 7bcb26a: Update manifest definitions

## 7.2.1-next.0

### Patch Changes

- 7bcb26a: Update manifest definitions

## 7.2.0

### Minor Changes

- d72f638: Add support for new live page events (page started and page snapshotted)
- 9eee9ac: external oauth2 scope name must have no space

### Patch Changes

- 937db7a: Rollback manifest env var support

## 7.2.0-next.2

### Patch Changes

- 937db7a: Rollback manifest env var support

## 7.2.0-next.1

### Minor Changes

- d72f638: Add support for new live page events (page started and page snapshotted)

## 7.2.0-next.0

### Minor Changes

- 9eee9ac: external oauth2 scope name must have no space

## 7.1.0

### Minor Changes

- 83e1cd7: Add environment variable parsing in the manifest

### Patch Changes

- Updated dependencies [f8a4714]
  - @forge/util@1.4.3

## 7.1.0-next.1

### Minor Changes

- 83e1cd7: Add environment variable parsing in the manifest

## 7.0.1-next.0

### Patch Changes

- Updated dependencies [f8a4714]
  - @forge/util@1.4.3-next.0

## 7.0.0

### Major Changes

- a0e79f5: app.runtime.name is now a required field in manifest.yml

### Patch Changes

- bbd7b7a: Update manifest definitions

## 7.0.0-next.0

### Major Changes

- a0e79f5: app.runtime.name is now a required field in manifest.yml

### Patch Changes

- bbd7b7a: Update manifest definitions

## 6.3.1

### Patch Changes

- af75e0f: Update manifest definitions

## 6.3.1-next.0

### Patch Changes

- af75e0f: Update manifest definitions

## 6.3.0

### Minor Changes

- 996dc06: Add bitbucket:dynamicPipelinesProvider module

### Patch Changes

- fece970: Update manifest definitions
- 7852a7b: Update manifest definitions
- 9bf0ff6: Update manifest definitions

## 6.3.0-next.2

### Minor Changes

- 996dc06: Add bitbucket:dynamicPipelinesProvider module

### Patch Changes

- fece970: Update manifest definitions

## 6.2.1-next.1

### Patch Changes

- 7852a7b: Update manifest definitions

## 6.2.1-next.0

### Patch Changes

- 9bf0ff6: Update manifest definitions

## 6.2.0

### Minor Changes

- 9307e05: Added endpoint validation for bitbucket:mergeCheck module

### Patch Changes

- f9492fb: Update manifest definitions
- 2f32562: Update manifest definitions
- afbb875: Update manifest definitions
- Updated dependencies [d76d95c]
  - @forge/util@1.4.2

## 6.2.0-next.4

### Patch Changes

- afbb875: Update manifest definitions

## 6.2.0-next.3

### Patch Changes

- Updated dependencies [d76d95c]
  - @forge/util@1.4.2-next.0

## 6.2.0-next.2

### Patch Changes

- 2f32562: Update manifest definitions

## 6.2.0-next.1

### Patch Changes

- f9492fb: Update manifest definitions

## 6.2.0-next.0

### Minor Changes

- 9307e05: Added endpoint validation for bitbucket:mergeCheck module

## 6.1.0

### Minor Changes

- f2caa81: Re-enable scope check for bitbucket:mergeCheck module

### Patch Changes

- 756e1c4: Update manifest definitions
- ac35e84: Update manifest definitions

## 6.1.0-next.2

### Patch Changes

- ac35e84: Update manifest definitions

## 6.1.0-next.1

### Minor Changes

- f2caa81: Re-enable scope check for bitbucket:mergeCheck module

## 6.0.1-next.0

### Patch Changes

- 756e1c4: Update manifest definitions

## 6.0.0

### Major Changes

- b44f823: Updated remotes definition to include new operations and storage now has only a property for defining EUD.

### Minor Changes

- a44f2ba: Disable Bitbucket scope check as it's not ready before the extra release
- 75f0e40: Enforce scope on bitbucket:mergeCheck module

## 6.0.0-next.2

### Minor Changes

- a44f2ba: Disable Bitbucket scope check as it's not ready before the extra release

## 6.0.0-next.1

### Major Changes

- b44f823: Updated remotes definition to include new operations and storage now has only a property for defining EUD.

## 5.6.0-next.0

### Minor Changes

- 75f0e40: Enforce scope on bitbucket:mergeCheck module

## 5.5.3

### Patch Changes

- 882be11: Bumping dependencies via Renovate:

  - @types/jest

- 8163348: Forge manifest linter now includes newly supported connect modules
- fd0306f: Update manifest definitions
- 96feb0c: Update manifest definitions
- 32fa518: Bumping dependencies via Renovate:

  - @types/node-fetch

- Updated dependencies [5b82e7f]
  - @forge/util@1.4.1

## 5.5.3-next.5

### Patch Changes

- fd0306f: Update manifest definitions

## 5.5.3-next.4

### Patch Changes

- 8163348: Forge manifest linter now includes newly supported connect modules

## 5.5.3-next.3

### Patch Changes

- Updated dependencies [5b82e7f]
  - @forge/util@1.4.1-next.0

## 5.5.3-next.2

### Patch Changes

- 882be11: Bumping dependencies via Renovate:

  - @types/jest

## 5.5.3-next.1

### Patch Changes

- 96feb0c: Update manifest definitions

## 5.5.3-next.0

### Patch Changes

- 32fa518: Bumping dependencies via Renovate:

  - @types/node-fetch

## 5.5.2

### Patch Changes

- 0166203: Update manifest definitions

## 5.5.2-next.0

### Patch Changes

- 0166203: Update manifest definitions

## 5.5.1

### Patch Changes

- ea1e909: Update manifest definitions

## 5.5.1-next.0

### Patch Changes

- ea1e909: Update manifest definitions

## 5.5.0

### Minor Changes

- a9e6075: Add new refreshToken action for auth providers

### Patch Changes

- e3a68a2: Update manifest definitions
- 1857967: Update manifest definitions
- 8202092: Update manifest definitions
- 9d7a0c4: Update manifest definitions
- 16a7cf5: Bumping dependencies via Renovate:

  - @types/node-fetch

- Updated dependencies [b3245a7]
  - @forge/util@1.4.0

## 5.5.0-next.5

### Minor Changes

- a9e6075: Add new refreshToken action for auth providers

## 5.4.1-next.4

### Patch Changes

- 8202092: Update manifest definitions

## 5.4.1-next.3

### Patch Changes

- 16a7cf5: Bumping dependencies via Renovate:

  - @types/node-fetch

## 5.4.1-next.2

### Patch Changes

- e3a68a2: Update manifest definitions
- 1857967: Update manifest definitions

## 5.4.1-next.1

### Patch Changes

- Updated dependencies [b3245a7]
  - @forge/util@1.4.0-next.0

## 5.4.1-next.0

### Patch Changes

- 9d7a0c4: Update manifest definitions

## 5.4.0

### Minor Changes

- 123ae0d: Added bitbucket:mergeCheck as a module

### Patch Changes

- b45f058: Bumping dependencies via Renovate:

  - @types/jest

- b8cb981: Update manifest definitions

## 5.4.0-next.2

### Patch Changes

- b45f058: Bumping dependencies via Renovate:

  - @types/jest

## 5.4.0-next.1

### Patch Changes

- b8cb981: Update manifest definitions

## 5.4.0-next.0

### Minor Changes

- 123ae0d: Added bitbucket:mergeCheck as a module

## 5.3.0

### Minor Changes

- eb6edcad: add Bitbucket workspace settings menu page module

### Patch Changes

- 2cf5ac83: Bumping dependencies via Renovate:

  - @types/jest

- c0d1e462: Added board related product events to scope mapping
- 3a4a72d0: Added issue property related product events to scope mapping
- 1b86561b: Update manifest definitions
- 949b52dd: Update manifest definitions

## 5.3.0-next.5

### Patch Changes

- 1b86561b: Update manifest definitions

## 5.3.0-next.4

### Minor Changes

- eb6edcad: add Bitbucket workspace settings menu page module

## 5.2.1-next.3

### Patch Changes

- c0d1e462: Added board related product events to scope mapping

## 5.2.1-next.2

### Patch Changes

- 949b52dd: Update manifest definitions

## 5.2.1-next.1

### Patch Changes

- 2cf5ac83: Bumping dependencies via Renovate:

  - @types/jest

## 5.2.1-next.0

### Patch Changes

- 3a4a72d0: Added issue property related product events to scope mapping

## 5.2.0

### Minor Changes

- 6b5fc4ac: Add route property missing validation for endpoint module referenced by trigger extension point

### Patch Changes

- a0da1771: Updated condition for snapshot warning
- 9ebe94bd: Added modules jira:jiraIssueContexts and jira:jiraRemoteLinkInfoProvider to connect module validation
- 3efdf355: Update manifest definitions
- 863f0f21: Update manifest definitions

## 5.2.0-next.4

### Patch Changes

- a0da1771: Updated condition for snapshot warning

## 5.2.0-next.3

### Minor Changes

- 6b5fc4ac: Add route property missing validation for endpoint module referenced by trigger extension point

## 5.1.1-next.2

### Patch Changes

- 3efdf355: Update manifest definitions

## 5.1.1-next.1

### Patch Changes

- 863f0f21: Update manifest definitions

## 5.1.1-next.0

### Patch Changes

- 9ebe94bd: Added modules jira:jiraIssueContexts and jira:jiraRemoteLinkInfoProvider to connect module validation

## 5.1.0

### Minor Changes

- e241f90c: Replace js-yaml with yaml

### Patch Changes

- 3c3f7b1b: Bumping dependencies via Renovate:

  - @types/jest

- 0cdbe736: Bumping dependencies via Renovate:

  - @types/node-fetch

- c35ad159: Update manifest definitions
- b91f9227: Update manifest definitions
- e06a0916: Update manifest definitions
- e633c105: Update manifest definitions
- ab01eedd: Added filter related product events to scope mapping
- ee296e36: changed validation for autoUserConsent to become deprecated

## 5.1.0-next.7

### Patch Changes

- 0cdbe73: Bumping dependencies via Renovate:

  - @types/node-fetch

## 5.1.0-next.6

### Patch Changes

- 3c3f7b1: Bumping dependencies via Renovate:

  - @types/jest

## 5.1.0-next.5

### Patch Changes

- ab01eed: Added filter related product events to scope mapping

## 5.1.0-next.4

### Patch Changes

- e633c10: Update manifest definitions

## 5.1.0-next.3

### Patch Changes

- c35ad15: Update manifest definitions
- b91f922: Update manifest definitions

## 5.1.0-next.2

### Minor Changes

- e241f90: Replace js-yaml with yaml

## 5.0.2-next.1

### Patch Changes

- ee296e3: changed validation for autoUserConsent to become deprecated

## 5.0.2-next.0

### Patch Changes

- e06a091: Update manifest definitions

## 5.0.1

### Patch Changes

- cde16c5: Bumping dependencies via Renovate:

  - @types/jest

- a52c60e: Bumping dependencies via Renovate:

  - @types/node-fetch

- 6a30243: Update manifest definitions
- 5fadc46: Update manifest definitions

## 5.0.1-next.2

### Patch Changes

- cde16c5: Bumping dependencies via Renovate:

  - @types/jest

- a52c60e: Bumping dependencies via Renovate:

  - @types/node-fetch

## 5.0.1-next.1

### Patch Changes

- 5fadc46: Update manifest definitions

## 5.0.1-next.0

### Patch Changes

- 6a30243: Update manifest definitions

## 5.0.0

### Major Changes

- b33441d: Include modules remote validation

### Patch Changes

- a3d620b: Bumping dependencies via Renovate:

  - @types/jest

- c4b3c64: Bumping dependencies via Renovate:

  - @types/node-fetch

- 821b018: Bumping dependencies via Renovate:

  - @types/js-yaml

- 22dd4316: Update manifest definitions
- 1d53ee6: Bumping dependencies via Renovate:

  - typescript-json-schema

- Updated dependencies [b5342a9]
  - @forge/util@1.3.3

## 5.0.0-next.5

### Major Changes

- b33441d: Include modules remote validation

## 4.20.4-next.4

### Patch Changes

- 821b018: Bumping dependencies via Renovate:

  - @types/js-yaml

## 4.20.4-next.3

### Patch Changes

- c4b3c64c: Bumping dependencies via Renovate:

  - @types/node-fetch

## 4.20.4-next.2

### Patch Changes

- a3d620b1: Bumping dependencies via Renovate:

  - @types/jest

## 4.20.4-next.1

### Patch Changes

- 1d53ee6b: Bumping dependencies via Renovate:

  - typescript-json-schema

- Updated dependencies [b5342a9d]
  - @forge/util@1.3.3-next.0

## 4.20.4-next.0

### Patch Changes

- 22dd431: Update manifest definitions

## 4.20.3

### Patch Changes

- 64ac4be: Bumping dependencies via Renovate:

  - json-schema-to-typescript

- 8e7c4ca: Bumping dependencies via Renovate:

  - @types/js-yaml

- add9c54: Update manifest definitions
- Updated dependencies [863f7eb]
  - @forge/util@1.3.2

## 4.20.3-next.3

### Patch Changes

- 8e7c4ca: Bumping dependencies via Renovate:

  - @types/js-yaml

## 4.20.3-next.2

### Patch Changes

- Updated dependencies [863f7eb]
  - @forge/util@1.3.2-next.0

## 4.20.3-next.1

### Patch Changes

- add9c54: Update manifest definitions

## 4.20.3-next.0

### Patch Changes

- 64ac4be: Bumping dependencies via Renovate:

  - json-schema-to-typescript

## 4.20.2

### Patch Changes

- b70e132: Bumping dependencies via Renovate:

  - json-schema-to-typescript

- de5d202: Allow packaging extra files in Forge apps
- ab7c204: Bumping dependencies via Renovate:

  - js-yaml
  - @types/js-yaml

- ed2cbc8: Bumping dependencies via Renovate:

  - @types/node-fetch

- ac23105: Reverted dependency version bump
- ed9ecfd: Update manifest definitions
- 9d50860: Bumping dependencies via Renovate:

  - @types/node

## 4.20.2-next.6

### Patch Changes

- ac23105f: Reverted dependency version bump

## 4.20.2-next.5

### Patch Changes

- de5d2023: Allow packaging extra files in Forge apps

## 4.20.2-next.4

### Patch Changes

- ed9ecfda: Update manifest definitions

## 4.20.2-next.3

### Patch Changes

- b70e132d: Bumping dependencies via Renovate:

  - json-schema-to-typescript

## 4.20.2-next.2

### Patch Changes

- ab7c204: Bumping dependencies via Renovate:

  - js-yaml
  - @types/js-yaml

## 4.20.2-next.1

### Patch Changes

- 9d50860c: Bumping dependencies via Renovate:

  - @types/node

## 4.20.2-next.0

### Patch Changes

- ed2cbc8c: Bumping dependencies via Renovate:

  - @types/node-fetch

## 4.20.1

### Patch Changes

- 342f87ac: Added version related product delete event to scope mapping
- b6d6adbe: Added project delete event scopes mapping for forge product trigger
- 641b0551: Bumping dependencies via Renovate:

  - @types/node-fetch

- 4ccdaa4e: Added delete sprint related product event to scope mapping
- efffc256: Bumping dependencies via Renovate:

  - @types/node

- c1c5fb59: Bumping dependencies via Renovate:

  - @types/node

- 6f4e2f01: Bumping dependencies via Renovate:

  - @types/jest

- c02dfc6e: Added worklog delete event scopes mapping for forge product trigger
- 0a747ea2: Bumping dependencies via Renovate:

  - typescript-json-schema

- 9d9361e8: Bumping dependencies via Renovate:

  - @types/js-yaml

- be07192e: Update manifest definitions

## 4.20.1-next.10

### Patch Changes

- 342f87ac: Added version related product delete event to scope mapping

## 4.20.1-next.9

### Patch Changes

- be07192e: Update manifest definitions

## 4.20.1-next.8

### Patch Changes

- 6f4e2f01: Bumping dependencies via Renovate:

  - @types/jest

## 4.20.1-next.7

### Patch Changes

- 9d9361e8: Bumping dependencies via Renovate:

  - @types/js-yaml

## 4.20.1-next.6

### Patch Changes

- efffc256: Bumping dependencies via Renovate:

  - @types/node

## 4.20.1-next.5

### Patch Changes

- 641b0551: Bumping dependencies via Renovate:

  - @types/node-fetch

## 4.20.1-next.4

### Patch Changes

- 4ccdaa4e: Added delete sprint related product event to scope mapping

## 4.20.1-next.3

### Patch Changes

- b6d6adbe: Added project delete event scopes mapping for forge product trigger

## 4.20.1-next.2

### Patch Changes

- c02dfc6e: Added worklog delete event scopes mapping for forge product trigger

## 4.20.1-next.1

### Patch Changes

- c1c5fb5: Bumping dependencies via Renovate:

  - @types/node

## 4.20.1-next.0

### Patch Changes

- 0a747ea2: Bumping dependencies via Renovate:

  - typescript-json-schema

## 4.20.0

### Minor Changes

- b9a5a33a: Add Bitbucket repository page modules bitbucket:repoMainMenuPage and bitbucket:repoSettingsMenuPage

### Patch Changes

- b5b05c5f: Only create the validator once
- ccc113ec: Bumping dependencies via Renovate:

  - @types/node

- e3260cf8: Bumping dependencies via Renovate:

  - @types/node

- 9f70463a: Bumping dependencies via Renovate:

  - node-fetch

- a4cc20b6: Warning printed when trying to snapshot on new runtime
- 00b3e6cb: Bumping dependencies via Renovate:

  - typescript-json-schema

- bf0a343b: Bumping dependencies via Renovate:

  - @types/jest

- aaf35c3e: Bumping dependencies via Renovate:

  - ajv

- a8ff99b1: Update manifest definitions
- 9b9f58d3: Bumping dependencies via Renovate:

  - @types/node

## 4.20.0-next.9

### Patch Changes

- b5b05c5f: Only create the validator once
- aaf35c3e: Bumping dependencies via Renovate:

  - ajv

## 4.20.0-next.8

### Patch Changes

- e3260cf: Bumping dependencies via Renovate:

  - @types/node

## 4.20.0-next.7

### Patch Changes

- 00b3e6cb: Bumping dependencies via Renovate:

  - typescript-json-schema

## 4.20.0-next.6

### Patch Changes

- a8ff99b1: Update manifest definitions

## 4.20.0-next.5

### Patch Changes

- ccc113ec: Bumping dependencies via Renovate:

  - @types/node

## 4.20.0-next.4

### Patch Changes

- 9f70463: Bumping dependencies via Renovate:

  - node-fetch

## 4.20.0-next.3

### Minor Changes

- b9a5a33a: Add Bitbucket repository page modules bitbucket:repoMainMenuPage and bitbucket:repoSettingsMenuPage

## 4.19.2-next.2

### Patch Changes

- a4cc20b6: Warning printed when trying to snapshot on new runtime

## 4.19.2-next.1

### Patch Changes

- bf0a343b: Bumping dependencies via Renovate:

  - @types/jest

## 4.19.2-next.0

### Patch Changes

- 9b9f58d3: Bumping dependencies via Renovate:

  - @types/node

## 4.19.1

### Patch Changes

- 8b993ad6: Added split version related product events to scope mapping
- 035116d2: Bumping dependencies via Renovate:

  - node-fetch

- 07e8f1f4: Added delete attachment related product event to scope mapping
- 1fa312eb: Update manifest definitions

## 4.19.1-next.3

### Patch Changes

- 07e8f1f: Added delete attachment related product event to scope mapping

## 4.19.1-next.2

### Patch Changes

- 035116d: Bumping dependencies via Renovate:

  - node-fetch

## 4.19.1-next.1

### Patch Changes

- 1fa312eb: Update manifest definitions

## 4.19.1-next.0

### Patch Changes

- 8b993ad6: Added split version related product events to scope mapping

## 4.19.0

### Minor Changes

- 8a1848c: Add Jira Service Management - Assets Schema Page Module

### Patch Changes

- 484f9079: Added attachment related product events to scope mapping
- 4640d4fb: Bumping dependencies via Renovate:

  - @types/node

- 161031c: Update manifest definitions
- 7827779: Update manifest definitions
- 06a3e19: Update manifest definitions

## 4.19.0-next.5

### Patch Changes

- 7827779: Update manifest definitions

## 4.19.0-next.4

### Patch Changes

- 161031c: Update manifest definitions

## 4.19.0-next.3

### Minor Changes

- 8a1848c: Add Jira Service Management - Assets Schema Page Module

## 4.18.1-next.2

### Patch Changes

- 06a3e19: Update manifest definitions

## 4.18.1-next.1

### Patch Changes

- 4640d4f: Bumping dependencies via Renovate:

  - @types/node

## 4.18.1-next.0

### Patch Changes

- 484f907: Added attachment related product events to scope mapping

## 4.18.0

### Minor Changes

- 3996498: Validate that JQL function names are unique within the manifest

### Patch Changes

- 35638fc: add bitbucket:repoPullRequestAction module
- 8105c45: Bumping dependencies via Renovate:

  - @types/jest
  - jest
  - jest-environment-jsdom

- f42e94b: THEIA-262 | Add PE scope mapping for project events softdelete and restored
- 9b00c5e: Bumping dependencies via Renovate:

  - typescript-json-schema

- 1a0d245: Added worklog related product events to scope mapping
- c07722b: Update manifest definitions
- d8a2379: Update manifest definitions
- 7e827fa: Update manifest definitions
- ef2ad94: Update manifest definitions
- Updated dependencies [801ea11]
- Updated dependencies [4999c4b]
- Updated dependencies [94b724a]
  - @forge/util@1.3.1

## 4.18.0-next.10

### Patch Changes

- 7e827fa: Update manifest definitions

## 4.18.0-next.9

### Patch Changes

- f42e94b: THEIA-262 | Add PE scope mapping for project events softdelete and restored

## 4.18.0-next.8

### Patch Changes

- 35638fcc: add bitbucket:repoPullRequestAction module
- d8a23797: Update manifest definitions

## 4.18.0-next.7

### Minor Changes

- 39964989: Validate that JQL function names are unique within the manifest

## 4.17.1-next.6

### Patch Changes

- c07722bd: Update manifest definitions
- ef2ad94e: Update manifest definitions

## 4.17.1-next.5

### Patch Changes

- 1a0d245d: Added worklog related product events to scope mapping

## 4.17.1-next.4

### Patch Changes

- Updated dependencies [4999c4b]
  - @forge/util@1.3.1-next.2

## 4.17.1-next.3

### Patch Changes

- Updated dependencies [801ea11]
  - @forge/util@1.3.1-next.1

## 4.17.1-next.2

### Patch Changes

- Updated dependencies [94b724a]
  - @forge/util@1.3.1-next.0

## 4.17.1-next.1

### Patch Changes

- 9b00c5e1: Bumping dependencies via Renovate:

  - typescript-json-schema

## 4.17.1-next.0

### Patch Changes

- 8105c45: Bumping dependencies via Renovate:

  - @types/jest
  - jest
  - jest-environment-jsdom

## 4.17.0

### Minor Changes

- 12737d0: CCECO-1377 Added a new manifest lint rule isSpaceAdmin to Confluence modules
- 3471747: Because hasServiceDeskAccess is deprecated from some time and changed to hasServiceManagementAccess Forge linter enables devs to properly pass code linter review. This change is to enable linter pass (which refers to schema) but also not to brake down code for those who are still using the old experience.

### Patch Changes

- a31a1f95: Added component related product events to scope mapping
- a006df23: Bumping dependencies via Renovate:

  - @types/node

- 1c36258: Bumping dependencies via Renovate:

  - typescript-json-schema

- 33e6ca1e: Bumping dependencies via Renovate:

  - node-fetch

- 463e90b3: Added version related product events to scope mapping
- 607ae912: Bumping dependencies via Renovate:

  - @types/node

- 8e172afc: Added project related product event scope mapping
- 9e15cc40: Bumping dependencies via Renovate:

  - js-yaml
  - @types/js-yaml

- Updated dependencies [a1424a3]
- Updated dependencies [04271c2]
- Updated dependencies [6715b6a]
  - @forge/util@1.3.0

## 4.17.0-next.12

### Patch Changes

- Updated dependencies [a1424a3c]
  - @forge/util@1.3.0-next.2

## 4.17.0-next.11

### Patch Changes

- 1c36258c: Bumping dependencies via Renovate:

  - typescript-json-schema

## 4.17.0-next.10

### Patch Changes

- Updated dependencies [6715b6a1]
  - @forge/util@1.3.0-next.1

## 4.17.0-next.9

### Minor Changes

- 12737d0e: CCECO-1377 Added a new manifest lint rule isSpaceAdmin to Confluence modules

## 4.17.0-next.8

### Patch Changes

- Updated dependencies [04271c27]
  - @forge/util@1.2.4-next.0

## 4.17.0-next.7

### Minor Changes

- 34717470: Because hasServiceDeskAccess is deprecated from some time and changed to hasServiceManagementAccess Forge linter enables devs to properly pass code linter review. This change is to enable linter pass (which refers to schema) but also not to brake down code for those who are still using the old experience.

## 4.16.1-next.6

### Patch Changes

- 8e172afc: Added project related product event scope mapping

## 4.16.1-next.5

### Patch Changes

- 9e15cc40: Bumping dependencies via Renovate:

  - js-yaml
  - @types/js-yaml

## 4.16.1-next.4

### Patch Changes

- a31a1f95: Added component related product events to scope mapping

## 4.16.1-next.3

### Patch Changes

- a006df23: Bumping dependencies via Renovate:

  - @types/node

## 4.16.1-next.2

### Patch Changes

- 463e90b3: Added version related product events to scope mapping

## 4.16.1-next.1

### Patch Changes

- 607ae91: Bumping dependencies via Renovate:

  - @types/node

## 4.16.1-next.0

### Patch Changes

- 33e6ca1: Bumping dependencies via Renovate:

  - node-fetch

## 4.16.0

### Minor Changes

- 7cfa4fa: endpoint module referenced by core:trigger should fail validation error if its requesting for user access token

### Patch Changes

- e67ce5c: Fix TypeScript definitions relying on unexported types
- 0d528dd: Added sprint related product events to scope mapping
- 7ce9fef: Update manifest definitions
- 270b46d: Bumping dependencies via Renovate:

  - @types/node

## 4.16.0-next.4

### Minor Changes

- 7cfa4fa: endpoint module referenced by core:trigger should fail validation error if its requesting for user access token

## 4.15.1-next.3

### Patch Changes

- e67ce5c: Fix TypeScript definitions relying on unexported types

## 4.15.1-next.2

### Patch Changes

- 7ce9fef2: Update manifest definitions

## 4.15.1-next.1

### Patch Changes

- 0d528ddd: Added sprint related product events to scope mapping

## 4.15.1-next.0

### Patch Changes

- 270b46da: Bumping dependencies via Renovate:

  - @types/node

## 4.15.0

### Minor Changes

- 2c219665: Added pre deployment prompt and post deployment message if custom entities reindexing is in progress, improved storage index command and increased index limit from 5 to 7

## 4.15.0-next.0

### Minor Changes

- 2c219665: Added pre deployment prompt and post deployment message if custom entities reindexing is in progress, improved storage index command and increased index limit from 5 to 7

## 4.14.0

### Minor Changes

- 5d8a7a49: Add Bitbucket PR comment events
- 44042371: Add linter support for runtime name in manifest
- 9477f538: Allowing app to opt-in for auto-consent

### Patch Changes

- cf453494: Bumping dependencies via Renovate:

  - node-fetch
  - @types/node-fetch

- bb7b824d: Bumping dependencies via Renovate:

  - @types/node

- 00f194a9: Update manifest definitions

## 4.14.0-next.5

### Minor Changes

- 9477f538: Allowing app to opt-in for auto-consent

## 4.14.0-next.4

### Patch Changes

- 00f194a: Update manifest definitions

## 4.14.0-next.3

### Patch Changes

- bb7b824: Bumping dependencies via Renovate:

  - @types/node

## 4.14.0-next.2

### Patch Changes

- cf453494: Bumping dependencies via Renovate:

  - node-fetch
  - @types/node-fetch

## 4.14.0-next.1

### Minor Changes

- 44042371: Add linter support for runtime name in manifest

## 4.14.0-next.0

### Minor Changes

- 5d8a7a49: Add Bitbucket PR comment events

## 4.13.0

### Minor Changes

- 7dd1550b: Add Jira Service Management Assets Import Type module
- aa9b9754: Add scope validations for forge remote compute scopes
- 83eb996c: Cli validations for forge remote compute apps

### Patch Changes

- 08c6f1a8: Update manifest definitions
- 05d6c05e: Update manifest definitions

## 4.13.0-next.4

### Minor Changes

- aa9b9754: Add scope validations for forge remote compute scopes

## 4.13.0-next.3

### Minor Changes

- 83eb996c: Cli validations for forge remote compute apps

## 4.13.0-next.2

### Patch Changes

- 05d6c05e: Update manifest definitions

## 4.13.0-next.1

### Patch Changes

- 08c6f1a8: Update manifest definitions

## 4.13.0-next.0

### Minor Changes

- 7dd1550: Add Jira Service Management Assets Import Type module

## 4.12.0

### Minor Changes

- e5137235: Add Bitbucket modules and events for initial release

### Patch Changes

- 96f9f6d8: Handle URL and options passed together to HTTP polyfill
- f53e1b42: Update manifest definitions
- 4ecea902: Update manifest definitions
- 88e09e32: Update manifest definitions

## 4.12.0-next.4

### Patch Changes

- 96f9f6d8: Handle URL and options passed together to HTTP polyfill

## 4.12.0-next.3

### Patch Changes

- f53e1b42: Update manifest definitions

## 4.12.0-next.2

### Patch Changes

- 4ecea90: Update manifest definitions

## 4.12.0-next.1

### Patch Changes

- 88e09e3: Update manifest definitions

## 4.12.0-next.0

### Minor Changes

- e513723: Add Bitbucket modules and events for initial release

## 4.11.0

### Minor Changes

- c71f31a: Add the core:endpoint module support in the forge cli

## 4.11.0-next.0

### Minor Changes

- c71f31a: Add the core:endpoint module support in the forge cli

## 4.10.0

### Minor Changes

- 6e015d7: Update validation logic to handle CSUIK manifests

### Patch Changes

- 9c3f9e4: Bumping dependencies via Renovate:

  - lodash

- 6cb6ad2: Update manifest definitions
- 59c693ee: Update manifest definitions

## 4.10.0-next.3

### Patch Changes

- 6cb6ad2: Update manifest definitions

## 4.10.0-next.2

### Patch Changes

- 9c3f9e47: Bumping dependencies via Renovate:

  - lodash

## 4.10.0-next.1

### Minor Changes

- 6e015d7: Update validation logic to handle CSUIK manifests

## 4.9.3-next.0

### Patch Changes

- 59c693e: Update manifest definitions

## 4.9.2

### Patch Changes

- Updated dependencies [44c6dad]
  - @forge/util@1.2.3

## 4.9.2-next.0

### Patch Changes

- Updated dependencies [44c6dad]
  - @forge/util@1.2.3-next.0

## 4.9.1

### Patch Changes

- b34b84d: Update manifest definitions
- cc6e80a: Update manifest definitions

## 4.9.1-next.1

### Patch Changes

- cc6e80a: Update manifest definitions

## 4.9.1-next.0

### Patch Changes

- b34b84d: Update manifest definitions

## 4.9.0

### Minor Changes

- 0fc09ac: Regex pattern changed for custom entity name to be same as in ESS and XLS

### Patch Changes

- a302f62: Update manifest definitions

## 4.9.0-next.1

### Minor Changes

- 0fc09ac: Regex pattern changed for custom entity name to be same as in ESS and XLS

## 4.8.1-next.0

### Patch Changes

- a302f62: Update manifest definitions

## 4.8.0

### Minor Changes

- 9614f64: Add warning to Forge linter for scopes that require interactive user consent
- 32ca02f: Add support for Custom Entities

### Patch Changes

- 4d594e7: Update manifest definitions
- Updated dependencies [7100287]
  - @forge/util@1.2.2

## 4.8.0-next.3

### Minor Changes

- 9614f64: Add warning to Forge linter for scopes that require interactive user consent

## 4.8.0-next.2

### Patch Changes

- Updated dependencies [71002871]
  - @forge/util@1.2.2-next.0

## 4.8.0-next.1

### Patch Changes

- 4d594e7e: Update manifest definitions

## 4.8.0-next.0

### Minor Changes

- 32ca02fd: Add support for Custom Entities

## 4.7.1

### Patch Changes

- 23a89df: Update manifest definitions

## 4.7.1-next.0

### Patch Changes

- 23a89df: Update manifest definitions

## 4.7.0

### Minor Changes

- 43d62903: Adding capability to explicitly deny unlicensedAccess property in modules that dont allow.

### Patch Changes

- 37eee39: Bumping dependencies via Renovate:

  - ajv

- ce555b4: Add Jira jqlFunction module
- 8e0605e: Update manifest definitions
- 80e6b95: Update manifest definitions
- Updated dependencies [af4c149]
  - @forge/util@1.2.1

## 4.7.0-next.4

### Patch Changes

- 8e0605e: Update manifest definitions

## 4.7.0-next.3

### Patch Changes

- 37eee39: Bumping dependencies via Renovate:

  - ajv

- ce555b4: Add Jira jqlFunction module

## 4.7.0-next.2

### Minor Changes

- 43d6290: Adding capability to explicitly deny unlicensedAccess property in modules that dont allow.

## 4.6.1-next.1

### Patch Changes

- Updated dependencies [af4c149]
  - @forge/util@1.2.1-next.0

## 4.6.1-next.0

### Patch Changes

- 80e6b952: Update manifest definitions

## 4.6.0

### Minor Changes

- 30a32d0: Added new task scope for Confluence for Gen2 APIs
- 734a5de: Filtering options for Jira triggers

### Patch Changes

- 40b251c: Update manifest definitions
- 2c490ad: Update manifest definitions
- 4471be8: Update manifest definitions
- e975f19: Update manifest definitions

## 4.6.0-next.5

### Patch Changes

- 2c490ad: Update manifest definitions

## 4.6.0-next.4

### Patch Changes

- e975f19: Update manifest definitions

## 4.6.0-next.3

### Minor Changes

- 30a32d0: Added new task scope for Confluence for Gen2 APIs

## 4.6.0-next.2

### Patch Changes

- 4471be8: Update manifest definitions

## 4.6.0-next.1

### Minor Changes

- 734a5dec: Filtering options for Jira triggers

## 4.5.4-next.0

### Patch Changes

- 40b251cf: Update manifest definitions

## 4.5.3

### Patch Changes

- 4ac7253: Update manifest definitions
- 8f01fae: Update manifest definitions

## 4.5.3-next.1

### Patch Changes

- 8f01fae: Update manifest definitions

## 4.5.3-next.0

### Patch Changes

- 4ac7253: Update manifest definitions

## 4.5.2

### Patch Changes

- 269a493: Export Providers type

## 4.5.2-next.0

### Patch Changes

- 269a493a: Export Providers type

## 4.5.1

### Patch Changes

- b469c80: Update manifest definitions

## 4.5.1-next.0

### Patch Changes

- b469c802: Update manifest definitions

## 4.5.0

### Minor Changes

- be216ec: Added new jira:issueContext module

### Patch Changes

- 34d81d4: Update manifest definitions
- 72f098e: Update manifest definitions
- 8e2a5a6: Update node-fetch version

## 4.5.0-next.3

### Patch Changes

- 72f098e: Update manifest definitions

## 4.5.0-next.2

### Minor Changes

- be216ec6: Added new jira:issueContext module

## 4.4.2-next.1

### Patch Changes

- 8e2a5a6: Update node-fetch version

## 4.4.2-next.0

### Patch Changes

- 34d81d4e: Update manifest definitions

## 4.4.1

### Patch Changes

- 138bb0a: Add scope mappings for Confluence comment and attachment events

## 4.4.1-next.0

### Patch Changes

- 138bb0a: Add scope mappings for Confluence comment and attachment events

## 4.4.0

### Minor Changes

- dfc74ba: [HYP-15] Add new validation rules for jira:adminPage module for new optional properties useAsGetStarted and useAsConfig, update existing validation rule to allow jira:adminPage module have multiple entries

### Patch Changes

- f93ae31: Added automation:i18n module
- 05b306b: Update manifest definitions
- d6ec15d: Update manifest definitions

## 4.4.0-next.3

### Patch Changes

- 05b306b: Update manifest definitions

## 4.4.0-next.2

### Minor Changes

- dfc74ba: [HYP-15] Add new validation rules for jira:adminPage module for new optional properties useAsGetStarted and useAsConfig, update existing validation rule to allow jira:adminPage module have multiple entries

## 4.3.1-next.1

### Patch Changes

- f93ae31: Added automation:i18n module

## 4.3.1-next.0

### Patch Changes

- d6ec15d: Update manifest definitions

## 4.3.0

### Minor Changes

- 0871a3b: Added validation for Confluence keyboard shortcuts to disallow multiple non-modifier keys and enforce that modifier keys precede the main key being modified.

### Patch Changes

- 1c51c99: Add scope mappings for Confluence page and blogpost events
- f8d567a: Update manifest definitions
- 47a47a4: Update manifest definitions
- aa3a70e: Update manifest definitions

## 4.3.0-next.4

### Patch Changes

- aa3a70e: Update manifest definitions

## 4.3.0-next.3

### Patch Changes

- 47a47a4: Update manifest definitions

## 4.3.0-next.2

### Minor Changes

- 0871a3b: Added validation for Confluence keyboard shortcuts to disallow multiple non-modifier keys and enforce that modifier keys precede the main key being modified.

## 4.2.1-next.1

### Patch Changes

- f8d567a3: Update manifest definitions

## 4.2.1-next.0

### Patch Changes

- 1c51c99: Add scope mappings for Confluence page and blogpost events

## 4.2.0

### Minor Changes

- 151c4d8: add issue view background script

### Patch Changes

- 237e3c7: Update manifest definitions

## 4.2.0-next.1

### Patch Changes

- 237e3c72: Update manifest definitions

## 4.2.0-next.0

### Minor Changes

- 151c4d8: add issue view background script

## 4.1.0

### Minor Changes

- c9f0e83: Add following Jira Service Management modules:

  - jiraServiceManagement:portalRequestCreatePropertyPanel module

## 4.1.0-next.0

### Minor Changes

- c9f0e83: Add following Jira Service Management modules:

  - jiraServiceManagement:portalRequestCreatePropertyPanel module

## 4.0.0

### Major Changes

- 6728c67: Make validator interface asynchronous

### Minor Changes

- c0c88f0: BCAT-1386 Remove scopes mapping for bitbucket repo created event

### Patch Changes

- c1c93a4: Update manifest definitions
- b1684fd: Update manifest definitions

## 4.0.0-next.5

### Minor Changes

- c0c88f09: BCAT-1386 Remove scopes mapping for bitbucket repo created event

## 4.0.0-next.4

### Patch Changes

- b1684fd: Update manifest definitions

## 4.0.0-next.3

### Major Changes

- 6728c67: Make validator interface asynchronous

## 3.11.0-next.2

### Minor Changes

- 0da5775: Add following Jira Service Management modules:

  - jiraServiceManagement:portalRequestCreatePropertyPanel module

## 3.11.0-next.1

### Minor Changes

- acf78b58: BCAT-1386 Add scopes mapping for bitbucket repo created event

## 3.10.1-next.0

### Patch Changes

- c1c93a4: Update manifest definitions

## 3.10.0

### Minor Changes

- f890e0e: Enabling jira permission modules
- 9298536: Added manifest schema changes for KeyboardShortcuts in Confluence Forge modules.

### Patch Changes

- 02aefee: Verify Automation for Confluence extension points
- d486898: Add new product events for issue links
- ee8d860: Update manifest definitions
- 2ae0afe: Update manifest definitions
- 91daffc: Update manifest definitions
- 7558a5d: Update manifest definitions
- f543a47: Update manifest definitions
- 8876b96: Update manifest definitions

## 3.10.0-next.6

### Patch Changes

- ee8d860: Update manifest definitions

## 3.10.0-next.5

### Patch Changes

- 8876b96: Update manifest definitions

## 3.10.0-next.4

### Minor Changes

- 9298536: Added manifest schema changes for KeyboardShortcuts in Confluence Forge modules.

## 3.10.0-next.3

### Minor Changes

- f890e0e: Enabling jira permission modules

### Patch Changes

- d486898: Add new product events for issue links
- 91daffc: Update manifest definitions

## 3.9.1-next.2

### Patch Changes

- 7558a5d9: Update manifest definitions

## 3.9.1-next.1

### Patch Changes

- 02aefee: Verify Automation for Confluence extension points
- f543a47: Update manifest definitions

## 3.9.1-next.0

### Patch Changes

- 2ae0afe: Update manifest definitions

## 3.9.0

### Minor Changes

- b447be2: CONFDEV-80332 Added validation for Custom Content modules
- 4285fc3: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.

### Patch Changes

- 74e00c8: Update manifest definitions

## 3.9.0-next.2

### Minor Changes

- 4285fc36: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.

## 3.9.0-next.1

### Minor Changes

- b447be27: CONFDEV-80332 Added validation for Custom Content modules

## 3.8.2-next.0

### Patch Changes

- 74e00c86: Update manifest definitions

## 3.8.1

### Patch Changes

- a85953d8: Add IssueTypeEvent mappings
- 2c42df96: Add beta (granular) scope for custom field configuration event
- c52209fd: Update manifest definitions

## 3.8.1-next.1

### Patch Changes

- a85953d8: Add IssueTypeEvent mappings

## 3.8.1-next.0

### Patch Changes

- 2c42df9: Add beta (granular) scope for custom field configuration event
- c52209f: Update manifest definitions

## 3.8.0

### Minor Changes

- 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.

### Patch Changes

- e892d27: Update manifest definitions

## 3.8.0-next.1

### Patch Changes

- e892d27d: Update manifest definitions

## 3.8.0-next.0

### Minor Changes

- 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.

## 3.7.0

### Minor Changes

- ce4a65f: Hide Granular scopes

### Patch Changes

- 34d085a: Delete unused DeprecatedPermissionsValidator
- 9e700ef: Remove Deprecated Permissions validator due to Shipyard modification
- c87cdea: Update manifest definitions

## 3.7.0-next.1

### Minor Changes

- ce4a65f: Hide Granular scopes

### Patch Changes

- 34d085a: Delete unused DeprecatedPermissionsValidator
- c87cdea: Update manifest definitions

## 3.6.1-next.0

### Patch Changes

- 9e700ef8: Remove Deprecated Permissions validator due to Shipyard modification

## 3.6.0

### Minor Changes

- 1a8d47c: Add following Jira Service Management modules:

  - jiraServiceManagement:portalUserMenuAction module
  - jiraServiceManagement:portalRequestViewAction module

- e314dd0: Renaming Issue Adjustments to UI modifications
- 2bd062d: Add support for Forge Post Functions module
- 9047581: Add compass:dataProvider module

### Patch Changes

- 0137135: Scopes for failed expression event
- 5c9419f: Update manifest definitions
- e8a6926: Update manifest definitions
- cb28bc0: Update manifest definitions
- 0920759: Update manifest definitions

## 3.6.0-next.7

### Patch Changes

- 0920759f: Update manifest definitions

## 3.6.0-next.6

### Minor Changes

- 2bd062d0: Add support for Forge Post Functions module

## 3.6.0-next.5

### Patch Changes

- cb28bc0: Update manifest definitions

## 3.6.0-next.4

### Minor Changes

- e314dd0: Renaming Issue Adjustments to UI modifications

## 3.6.0-next.3

### Minor Changes

- 90475812: Add compass:dataProvider module

## 3.6.0-next.2

### Patch Changes

- 5c9419f4: Update manifest definitions
- e8a69267: Update manifest definitions

## 3.6.0-next.1

### Minor Changes

- 1a8d47c0: Add following Jira Service Management modules:

  - jiraServiceManagement:portalUserMenuAction module
  - jiraServiceManagement:portalRequestViewAction module

## 3.5.1-next.0

### Patch Changes

- 01371351: Scopes for failed expression event

## 3.5.0

### Minor Changes

- 3d82376: Added confluence:customContent module
- d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once
- ba674590: Add validation for Issue Adjustments module
- f3ac287: [CONFDEV-79900] Add manifest validation for confluence:spaceSettings, confluence:globalPage, confluence:spacePage to ensure that route param is unique
- d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once

### Patch Changes

- e411a29: Update manifest definitions
- 0accde8: Update manifest definitions
- a3bfe81: Update manifest definitions
- 02839be: Update manifest definitions
- ffb508a: Update manifest definitions

## 3.5.0-next.7

### Minor Changes

- 3d82376: Added confluence:customContent module

## 3.5.0-next.6

### Minor Changes

- f3ac287: [CONFDEV-79900] Add manifest validation for confluence:spaceSettings, confluence:globalPage, confluence:spacePage to ensure that route param is unique

### Patch Changes

- 0accde8: Update manifest definitions
- ffb508a: Update manifest definitions

## 3.5.0-next.5

### Minor Changes

- d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once

## 3.5.0-next.4

### Patch Changes

- e411a29: Update manifest definitions

## 3.5.0-next.3

### Minor Changes

- d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once

## 3.5.0-next.2

### Patch Changes

- 02839be: Update manifest definitions

## 3.5.0-next.1

### Patch Changes

- a3bfe81: Update manifest definitions

## 3.5.0-next.0

### Minor Changes

- ba674590: Add validation for Issue Adjustments module

## 3.4.0

### Minor Changes

- 64dd525: Make revokeToken optional in External Auth
- 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module

### Patch Changes

- 1c6c578: Add jiraEntityProperty values validation
- 8b4fede: Update manifest definitions
- 54bf134: Update manifest definitions
- 10f147f: Update manifest definitions
- 2484683: Update manifest definitions
- 1a8a4bb: Update manifest definitions
- e0a44d4: Update manifest definitions
- 19820d3: Update manifest definitions
- 1ca8bbc: Update manifest definitions

## 3.4.0-next.9

### Patch Changes

- 19820d3: Update manifest definitions

## 3.4.0-next.8

### Minor Changes

- 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module

## 3.4.0-next.7

### Patch Changes

- e0a44d40: Update manifest definitions

## 3.4.0-next.6

### Patch Changes

- 1ca8bbc9: Update manifest definitions

## 3.4.0-next.5

### Patch Changes

- 1c6c578: Add jiraEntityProperty values validation

## 3.4.0-next.4

### Minor Changes

- 64dd525: Make revokeToken optional in External Auth

### Patch Changes

- 10f147f: Update manifest definitions

## 3.3.1-next.3

### Patch Changes

- 1a8a4bb: Update manifest definitions

## 3.3.1-next.2

### Patch Changes

- 8b4fede: Update manifest definitions

## 3.3.1-next.1

### Patch Changes

- 24846832: Update manifest definitions

## 3.3.1-next.0

### Patch Changes

- 54bf134: Update manifest definitions

## 3.3.0

### Minor Changes

- fcd9580: Add support for compass:teamPage extensions
- 6c44d2b: Add following Jira Service Management modules:
  - jiraServiceManagement:organizationPanel module
  - jiraServiceManagement:portalHeader module
  - jiraServiceManagement:portalSubheader module
  - jiraServiceManagement:portalFooter module
  - jiraServiceManagement:portalRequestDetail module
  - jiraServiceManagement:portalRequestDetailPanel module
  - jiraServiceManagement:queuePage module
  - jiraServiceManagement:portalProfilePanel module
- e95919f: Added blob csp support for script content permissions with manifest validation

### Patch Changes

- e822a8a: Update manifest definitions
- 720953f: Update manifest definitions
- 2420378: Update manifest definitions
- 051ed1f: Update manifest definitions
- ad94136: Update manifest definitions
- e65d33e: Update manifest definitions
- ae111cd: Update manifest definitions
- 8e35955: Update manifest definitions
- c255b24: Update manifest definitions
- f894871: Update manifest definitions
- Updated dependencies [88e57a12]
  - @forge/util@1.2.0

## 3.3.0-next.9

### Patch Changes

- 720953f: Update manifest definitions

## 3.3.0-next.8

### Minor Changes

- fcd95803: Add support for compass:teamPage extensions

### Patch Changes

- e65d33e6: Update manifest definitions

## 3.3.0-next.7

### Patch Changes

- 8e35955: Update manifest definitions

## 3.3.0-next.6

### Patch Changes

- ad94136: Update manifest definitions

## 3.3.0-next.5

### Minor Changes

- e95919f: Added blob csp support for script content permissions with manifest validation

### Patch Changes

- f894871: Update manifest definitions

## 3.3.0-next.4

### Patch Changes

- ae111cd: Update manifest definitions

## 3.3.0-next.3

### Minor Changes

- 6c44d2b: Add following Jira Service Management modules:
  - jiraServiceManagement:organizationPanel module
  - jiraServiceManagement:portalHeader module
  - jiraServiceManagement:portalSubheader module
  - jiraServiceManagement:portalFooter module
  - jiraServiceManagement:portalRequestDetail module
  - jiraServiceManagement:portalRequestDetailPanel module
  - jiraServiceManagement:queuePage module
  - jiraServiceManagement:portalProfilePanel module

### Patch Changes

- 051ed1f: Update manifest definitions

## 3.3.0-next.2

### Patch Changes

- e822a8a: Update manifest definitions
- c255b24: Update manifest definitions
- Updated dependencies [88e57a1]
  - @forge/util@1.2.0-next.0

## 3.3.0-next.1

### Patch Changes

- 24203783: Update manifest definitions

## 3.3.0-next.0

### Minor Changes

- c145946: Add following Jira Service Management modules:
  - jiraServiceManagement:organizationPanel module
  - jiraServiceManagement:portalHeader module
  - jiraServiceManagement:portalSubheader module
  - jiraServiceManagement:portalFooter module
  - jiraServiceManagement:portalRequestDetail module
  - jiraServiceManagement:portalRequestDetailPanel module
  - jiraServiceManagement:queuePage module
  - jiraServiceManagement:portalProfilePanel module

## 3.2.0

### Minor Changes

- 7f869f7: Added manifest validation for modules using Subpages
- 72e020c: Adds schemas properties for Data Classifications

### Patch Changes

- b2cef71: Update manifest definitions
- 254b239: Update manifest definitions
- 47744fc: Update manifest definitions
- 860c4fb: Update manifest definitions
- 66e969f: Update manifest definitions
- 2c635f9: Update manifest definitions

## 3.2.0-next.6

### Patch Changes

- 860c4fb0: Update manifest definitions

## 3.2.0-next.5

### Minor Changes

- 72e020c: Adds schemas properties for Data Classifications

## 3.2.0-next.4

### Patch Changes

- 254b2397: Update manifest definitions

## 3.2.0-next.3

### Patch Changes

- b2cef71d: Update manifest definitions

## 3.2.0-next.2

### Minor Changes

- 7f869f7: Added manifest validation for modules using Subpages

## 3.1.1-next.1

### Patch Changes

- 47744fc: Update manifest definitions

## 3.1.1-next.0

### Patch Changes

- 2c635f9: Update manifest definitions

## 3.1.0

### Minor Changes

- 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
- 813f8f3: Add remotes to external auth config

### Patch Changes

- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
- f6901fd: Fix invalid scope in product event linting.
- 8ee1c58: Update manifest definitions
- 67d2e17: Update manifest definitions
- 14102be: Update manifest definitions
- 7b2d17a: Update manifest definitions
- 8aaa65c: Update manifest definitions
- d3ccc04: Update manifest definitions
- 5152239: Update manifest definitions
- Updated dependencies [037c31a5]
  - @forge/util@1.1.0

## 3.1.0-next.9

### Patch Changes

- 8aaa65c: Update manifest definitions

## 3.1.0-next.8

### Patch Changes

- 67d2e17c: Update manifest definitions

## 3.1.0-next.7

### Minor Changes

- 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)

### Patch Changes

- Updated dependencies [037c31a]
  - @forge/util@1.1.0-next.0

## 3.1.0-next.6

### Patch Changes

- 7b2d17a: Update manifest definitions

## 3.1.0-next.5

### Patch Changes

- f6901fd: Fix invalid scope in product event linting.

## 3.1.0-next.4

### Patch Changes

- d3ccc04: Update manifest definitions

## 3.1.0-next.3

### Patch Changes

- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.

## 3.1.0-next.2

### Patch Changes

- 14102be: Update manifest definitions

## 3.1.0-next.1

### Patch Changes

- 8ee1c58: Update manifest definitions

## 3.1.0-next.0

### Minor Changes

- 813f8f3: Add remotes to external auth config

### Patch Changes

- 5152239: Update manifest definitions

## 3.0.0

### Major Changes

- 4cfa56d: make bearerMethod mandatory in external auth config

### Minor Changes

- bd6e025: Add confluence:globalPage module
- 1c196ff: Add support for external fetch client to reference remote
- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes

### Patch Changes

- 271b98a: add new, granular scopes for custom field related product events
- 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
- 689c09b: Update manifest definitions
- b97660c: Update manifest definitions
- 7c0d2ee: Update manifest definitions
- 1dba082: Update manifest definitions
- d3afe01: Update manifest definitions
- dfe9dd8: Update manifest definitions
- 91ea057: Update manifest definitions
- 3010f0e: Update manifest definitions
- 2b7c32b: Update manifest definitions
- e7ee3a7: Update manifest definitions
- 92d081d: Update manifest definitions
- d3c8c8d: Update manifest definitions
- fca240d: Update manifest definitions
- 36c7c8f: Update manifest definitions
- d2f6992: Update manifest definitions
- d18c9f1: Update manifest definitions
- 1dba082: Update manifest definitions
- fa963b1: Update manifest definitions
- 0a7725f: Update manifest definitions
- 1dba082: Update manifest definitions
- e4a14c7: Update manifest definitions
- 2bb89c5: Update manifest definitions
- 5875eb3: Update manifest definitions

## 3.0.0-next.21

### Major Changes

- 4cfa56d: make bearerMethod mandatory in external auth config

### Patch Changes

- fca240d: Update manifest definitions

## 2.6.0-next.20

### Minor Changes

- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope

### Patch Changes

- 271b98a: add new, granular scopes for custom field related product events

## 2.6.0-next.19

### Patch Changes

- d18c9f1: Update manifest definitions
- 5875eb3: Update manifest definitions

## 2.6.0-next.18

### Minor Changes

- 1c196ff: Add support for external fetch client to reference remote

### Patch Changes

- e7ee3a7: Update manifest definitions

## 2.6.0-next.17

### Patch Changes

- fa963b1: Update manifest definitions

## 2.6.0-next.16

### Minor Changes

- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".

## 2.6.0-next.15

### Patch Changes

- e4a14c7: Update manifest definitions

## 2.6.0-next.14

### Patch Changes

- 2b7c32b: Update manifest definitions

## 2.6.0-next.13

### Patch Changes

- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
- 689c09b: Update manifest definitions
- 92d081d: Update manifest definitions
- 36c7c8f: Update manifest definitions

## 2.6.0-next.12

### Patch Changes

- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks

## 2.6.0-next.11

### Patch Changes

- dfe9dd8: Update manifest definitions
- d3c8c8d: Update manifest definitions
- 0a7725f: Update manifest definitions
- 2bb89c5: Update manifest definitions

## 2.6.0-next.10

### Minor Changes

- bd6e025: Add confluence:globalPage module

### Patch Changes

- d2f6992: Update manifest definitions

## 2.6.0-next.9

### Patch Changes

- 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping

## 2.6.0-next.8

### Patch Changes

- c0e5696: add new, granular scopes for custom field related product events
- 7c0d2ee: Update manifest definitions

## 2.6.0-next.7

### Patch Changes

- d3afe01: Update manifest definitions

## 2.6.0-next.6

### Minor Changes

- cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope

### Patch Changes

- b97660c: Update manifest definitions

## 2.6.0-next.5

### Minor Changes

- 0a39c43: Updating forge-manifest to include new Compass Metric scopes

## 2.5.1-next.4

### Patch Changes

- 91ea057: Update manifest definitions

## 2.5.1-next.3

### Patch Changes

- 3010f0e: Update manifest definitions

## 2.5.1-next.2

### Patch Changes

- a017696: Update manifest definitions

## 2.5.1-next.1

### Patch Changes

- af1473c: Update manifest definitions

## 2.5.1-next.0

### Patch Changes

- 06209fc: Update manifest definitions

## 2.5.0

### Minor Changes

- 70e9c8c: Add Jira global full page and Jira projects settings full page extensions

### Patch Changes

- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
- 601527b: Add scope mappings for Confluence space events
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
- a5656f6: Update manifest definitions
- cc8799c: Update manifest definitions
- f5eb8e0: Update manifest definitions
- f013199: Update manifest definitions
- 78d682f: Update manifest definitions
- 70e9c8c: Update manifest definitions
- dec8066: Update manifest definitions
- 0e82242: Update manifest definitions

## 2.5.0-next.10

### Patch Changes

- fde4ba7: Adds Compass component link product event -> OAuth scope mapping

## 2.5.0-next.9

### Patch Changes

- 601527b: Add scope mappings for Confluence space events

## 2.5.0-next.8

### Patch Changes

- a5656f6: Update manifest definitions
- 78d682f: Update manifest definitions

## 2.5.0-next.7

### Patch Changes

- cc8799c: Update manifest definitions

## 2.5.0-next.6

### Patch Changes

- 0e82242: Update manifest definitions

## 2.5.0-next.5

### Patch Changes

- f5eb8e0: Update manifest definitions

## 2.5.0-next.4

### Patch Changes

- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored

## 2.5.0-next.3

### Patch Changes

- dec8066: Update manifest definitions

## 2.5.0-next.2

### Patch Changes

- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
- f013199: Update manifest definitions

## 2.5.0-next.1

### Minor Changes

- 66f60f9: Add Jira global full page and Jira projects settings full page extensions

## 2.4.1-next.0

### Patch Changes

- bc0c83b: Update manifest definitions

## 2.4.0

### Minor Changes

- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
- e28cc2c: Added globalPage to compass module types

### Patch Changes

- 0bc8683: Added new product event to scope mapping
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
- b415d76: Fix manifest validation to detect duplicated module keys
- b91d511: Update manifest definitions
- daa138b: Update manifest definitions
- 33cbdba: Update manifest definitions
- ee3919d: Update manifest definitions
- ba6d463: Update manifest definitions
- 1d7f9f1: Update manifest definitions
- 82167f3: Update manifest definitions
- 873f913: Update manifest definitions
- a9bdd4f: Update manifest definitions
- 2ea75dd: Update manifest definitions
- Updated dependencies [4608ccd]
  - @forge/util@1.0.1

## 2.4.0-next.9

### Patch Changes

- ba6d463: Update manifest definitions

## 2.4.0-next.8

### Minor Changes

- e28cc2c: Added globalPage to compass module types

### Patch Changes

- ee3919d: Update manifest definitions

## 2.4.0-next.7

### Patch Changes

- daa138b: Update manifest definitions
- 2ea75dd: Update manifest definitions

## 2.4.0-next.6

### Patch Changes

- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
- 873f913: Update manifest definitions

## 2.4.0-next.5

### Minor Changes

- fbcb4a3: Add linter detection & auto-fix of deprecated CSP

### Patch Changes

- a9bdd4f: Update manifest definitions

## 2.3.1-next.4

### Patch Changes

- 0bc8683: Added new product event to scope mapping

## 2.3.1-next.3

### Patch Changes

- 1d7f9f1: Update manifest definitions

## 2.3.1-next.2

### Patch Changes

- b415d76: Fix manifest validation to detect duplicated module keys
- 33cbdba: Update manifest definitions

## 2.3.1-next.1

### Patch Changes

- b91d511: Update manifest definitions
- Updated dependencies [4608ccd]
  - @forge/util@1.0.1-next.0

## 2.3.1-next.0

### Patch Changes

- 82167f3: Update manifest definitions

## 2.3.0

### Minor Changes

- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names

### Patch Changes

- bd2be7f: Update manifest definitions
- 46240f3: Update manifest definitions
- 18c799a: Update manifest definitions
- 5ed2e3a: Update manifest definitions
- 7cfcd6c: Update manifest definitions
- f0d3871: Update manifest definitions
- 9b09fef: Update manifest definitions

## 2.3.0-next.3

### Patch Changes

- 46240f3: Update manifest definitions
- 5ed2e3a: Update manifest definitions

## 2.3.0-next.2

### Minor Changes

- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names

### Patch Changes

- 18c799a: Update manifest definitions
- 7cfcd6c: Update manifest definitions
- 9b09fef: Update manifest definitions

## 2.2.2-next.1

### Patch Changes

- f0d3871: Update manifest definitions

## 2.2.2-next.0

### Patch Changes

- bd2be7f: Update manifest definitions

## 2.2.1

### Patch Changes

- dcc7fc6: Update documentation links
- 371b667: Update manifest definitions
- b73cfdc: Update manifest definitions
- 8f2701f: Update manifest definitions
- a98d79c: Update manifest definitions
- 371335d: Update manifest definitions
- ea2dcfd: Update manifest definitions
- 915bb3a: Update manifest definitions
- 84e7667: Update manifest definitions
- 6bd8af9: Update manifest definitions
- 7117c4e: Update manifest definitions
- 663b047: Update manifest definitions
- 3a3a508: Update manifest definitions
- 48762a0: Update manifest definitions
- 4880e78: Update manifest definitions
- 772eb08: Update manifest definitions
- 2809af6: Update manifest definitions
- b23fd66: Update manifest definitions

## 2.2.1-next.7

### Patch Changes

- b23fd66: Update manifest definitions

## 2.2.1-next.6

### Patch Changes

- dcc7fc6: Update documentation links
- 48762a0: Update manifest definitions

## 2.2.1-next.5

### Patch Changes

- 772eb08: Update manifest definitions

## 2.2.1-next.4

### Patch Changes

- a98d79c: Update manifest definitions
- ea2dcfd: Update manifest definitions
- 915bb3a: Update manifest definitions
- 3a3a508: Update manifest definitions

## 2.2.1-next.3

### Patch Changes

- 84e7667: Update manifest definitions

## 2.2.1-next.2

### Patch Changes

- 7117c4e: Update manifest definitions
- 663b047: Update manifest definitions

## 2.2.1-next.1

### Patch Changes

- 371b667: Update manifest definitions
- b73cfdc: Update manifest definitions
- 8f2701f: Update manifest definitions
- 371335d: Update manifest definitions
- 4880e78: Update manifest definitions

## 2.2.1-next.0

### Patch Changes

- 2809af6: Update manifest definitions

## 2.2.0

### Minor Changes

- 3e56133: replace hardcoded scopes with shipyard poller artifacts
- 4acce41: Allow both Dynamic and Static profile retrievers in External Auth

### Patch Changes

- a98977f: Add manifest validation for search aliases in Jira custom fields
- 0d25702: Update manifest definitions
- cc9264b: Update manifest definitions
- f7402cd: Update manifest definitions
- 7650b85: Update manifest definitions
- 22e7ed8: Update manifest definitions
- 0e18c6b: Update manifest definitions
- edaa58e: Update manifest definitions
- 69007db: Update manifest definitions

## 2.2.0-next.5

### Patch Changes

- f7402cd: Update manifest definitions

## 2.2.0-next.4

### Patch Changes

- 22e7ed8: Update manifest definitions

## 2.2.0-next.3

### Minor Changes

- 3e56133: replace hardcoded scopes with shipyard poller artifacts

### Patch Changes

- cc9264b: Update manifest definitions
- edaa58e: Update manifest definitions

## 2.2.0-next.2

### Minor Changes

- 4acce41: Allow both Dynamic and Static profile retrievers in External Auth

### Patch Changes

- 0e18c6b: Update manifest definitions
- 69007db: Update manifest definitions

## 2.2.0-next.1

### Minor Changes

- 9a10349: replace hardcoded scopes with shipyard poller artifacts

### Patch Changes

- 0d25702: Update manifest definitions
- 7650b85: Update manifest definitions

## 2.1.1-next.0

### Patch Changes

- a98977f: Add manifest validation for search aliases in Jira custom fields

## 2.1.0

### Minor Changes

- 61ee941: Added core:consumer to module types for manifest validation
- 7058989: Add Connect module types
- a5797b3: Added compass as a supported product on the CLI
- fcfbc09: Adding connect moduled to manifest

### Patch Changes

- 0ecb62b: Update manifest definitions
- 8ca3512: Update manifest definitions
- bb69754: Update manifest definitions
- f3c58fb: Update manifest definitions
- 35d4e6e: Update manifest definitions

## 2.1.0-next.5

### Patch Changes

- bb69754: Update manifest definitions

## 2.1.0-next.4

### Minor Changes

- 7058989: Add Connect module types
- fcfbc09: Adding connect moduled to manifest

### Patch Changes

- 35d4e6e: Update manifest definitions

## 2.1.0-next.3

### Minor Changes

- 61ee941: Added core:consumer to module types for manifest validation

## 2.1.0-next.2

### Patch Changes

- 8ca3512: Update manifest definitions

## 2.1.0-next.1

### Minor Changes

- a5797b3: Added compass as a supported product on the CLI

## 2.0.1-next.0

### Patch Changes

- f3c58fb: Update manifest definitions

## 2.0.0

### Major Changes

- 3b12caf: Add `app.connect` configuration in the manifest, drop `app.connectKey`
  property.

  If your app’s manifest has the `app.connectKey` property, please delete it and set the key via `app.connect.key`.
  You will also need to set `app.connect.remote` to equal the key of your `remotes` entry that holds your connect baseUrl.

### Minor Changes

- ed3cb06: Remove name from the @forge/cli manifest and register/create commands
- 88ee5f0: Adding External Auth
- 71ce55a: Adding new granular scopes for confluence and jira
- b0097a5: Adds Compass scopes to the list of valid scopes in the Forge manifest
- 89d91a8: Add jira:dashboardGadget module

### Patch Changes

- 117d2fd: Fix validation logic for schema deprecation warnings
- 527e29c: Update manifest definitions
- 5082937: Update manifest definitions
- 71d16dc: Update manifest definitions
- ee74076: Update manifest definitions
- e9bcadd: Update manifest definitions
- 8acb251: Update manifest definitions
- 75f66a8: Update manifest definitions
- be1b2be: Update manifest definitions

## 2.0.0-next.10

### Patch Changes

- e9bcadd: Update manifest definitions

## 2.0.0-next.9

### Patch Changes

- 117d2fd: Fix validation logic for schema deprecation warnings

## 2.0.0-next.8

### Major Changes

- 3b12caf: Add `app.connect` configuration in the manifest, drop `app.connectKey`
  property.

  If your app’s manifest has the `app.connectKey` property, please delete it and set the key via `app.connect.key`.
  You will also need to set `app.connect.remote` to equal the key of your `remotes` entry that holds your connect baseUrl.

## 1.6.0-next.7

### Minor Changes

- 71ce55a: Adding new granular scopes for confluence and jira

## 1.6.0-next.6

### Patch Changes

- 527e29c: Update manifest definitions
- ee74076: Update manifest definitions

## 1.6.0-next.5

### Minor Changes

- b0097a5: Adds Compass scopes to the list of valid scopes in the Forge manifest

### Patch Changes

- 75f66a8: Update manifest definitions

## 1.6.0-next.4

### Minor Changes

- 89d91a8: Add jira:dashboardGadget module

### Patch Changes

- 8acb251: Update manifest definitions

## 1.6.0-next.3

### Patch Changes

- 71d16dc: Update manifest definitions

## 1.6.0-next.2

### Minor Changes

- 88ee5f0: Adding External Auth

### Patch Changes

- 5082937: Update manifest definitions

## 1.6.0-next.1

### Patch Changes

- be1b2be: Update manifest definitions

## 1.6.0-next.0

### Minor Changes

- ed3cb06: Remove name from the @forge/cli manifest and register/create commands

## 1.5.1

### Patch Changes

- 27f27ca: Update manifest definitions

## 1.5.1-next.0

### Patch Changes

- 27f27ca: Update manifest definitions

## 1.5.0

### Minor Changes

- 742471a: Support for adding connectKey to apps that use connect features

### Patch Changes

- 8b4a317: FRGE-273 Remove engines from @forge/manifest
- fc5f3b5: Allow more than one colon in permission scopes
- 6b3aabb: Update manifest definitions
- 27c83d7: Update manifest definitions
- e13f53e: Update manifest definitions

## 1.5.0-next.5

### Patch Changes

- e13f53e: Update manifest definitions

## 1.5.0-next.4

### Patch Changes

- 6b3aabb: Update manifest definitions

## 1.5.0-next.3

### Patch Changes

- 8b4a317: FRGE-273 Remove engines from @forge/manifest

## 1.5.0-next.2

### Minor Changes

- 742471a: Support for adding connectKey to apps that use connect features

## 1.4.1-next.1

### Patch Changes

- fc5f3b5: Allow more than one colon in permission scopes

## 1.4.1-next.0

### Patch Changes

- 27c83d7: Update manifest definitions

## 1.4.0

### Minor Changes

- 8714f5a: Add support for fonts and frames as part of Egress Permissions for Custom UI apps
- 9f9d29e: Add new Confluence-specific display conditions to the manifest schema

### Patch Changes

- 24ebfa6: new oauth scopes for confluence task events are detected and fixed by linter
- 6d5bcdb: Update manifest definitions
- 310a380: Update manifest definitions

## 1.4.0-next.3

### Minor Changes

- 9f9d29e: Add new Confluence-specific display conditions to the manifest schema

## 1.4.0-next.2

### Patch Changes

- 24ebfa6: new oauth scopes for confluence task events are detected and fixed by linter
- 6d5bcdb: Update manifest definitions

## 1.4.0-next.1

### Patch Changes

- 310a380: Update manifest definitions

## 1.4.0-next.0

### Minor Changes

- 8714f5a: Add support for fonts and frames as part of Egress Permissions for Custom UI apps

## 1.3.3

### Patch Changes

- 27eb1b3: Update manifest definitions
- d31649e: Update manifest definitions
- a7931ff: Update manifest definitions
- 56bdadd: Update manifest definitions

## 1.3.3-next.3

### Patch Changes

- 56bdadd: Update manifest definitions

## 1.3.3-next.2

### Patch Changes

- a7931ff: Update manifest definitions

## 1.3.3-next.1

### Patch Changes

- d31649e: Update manifest definitions

## 1.3.3-next.0

### Patch Changes

- 27eb1b3: Update manifest definitions

## 1.3.2

### Patch Changes

- c090e97: Rework product-trigger manifest validation
- 93a9dcb: Fix test
- bbd41cd: Update manifest definitions

## 1.3.2-next.1

### Patch Changes

- c090e97: Rework product-trigger manifest validation

## 1.3.2-next.0

### Patch Changes

- 93a9dcb: Fix test
- bbd41cd: Update manifest definitions

## 1.3.1

### Patch Changes

- cb37d71: Brought linter URL validation in line with CaaS and fixed bug in URL regex
- f763b05: Update manifest definitions

## 1.3.1-next.1

### Patch Changes

- cb37d71: Brought linter URL validation in line with CaaS and fixed bug in URL regex

## 1.3.1-next.0

### Patch Changes

- f763b05: Update manifest definitions

## 1.3.0

### Minor Changes

- 6973bf6: Add jira:customFieldType module
- 9ec2911: Allow style-src as part of Egress Permissions for Custom UI apps
- dfc39b1: allow wss protocol for the fetch client

### Patch Changes

- 8a7f08a: Added liniting support for full page display conditions
- c6d0f08: Added manifest validation for full page extensions in Jira
- a4a58e9: Update manifest definitions

## 1.3.0-next.4

### Minor Changes

- 9ec2911: Allow style-src as part of Egress Permissions for Custom UI apps

### Patch Changes

- a4a58e9: Update manifest definitions

## 1.3.0-next.3

### Minor Changes

- 6973bf6: Add jira:customFieldType module

## 1.3.0-next.2

### Patch Changes

- c6d0f08: Added manifest validation for full page extensions in Jira

## 1.3.0-next.1

### Patch Changes

- 8a7f08a: Added liniting support for full page display conditions

## 1.3.0-next.0

### Minor Changes

- dfc39b1: allow wss protocol for the fetch client

## 1.2.2

### Patch Changes

- c1a4968: Update manifest definitions
- cccb601: Update manifest definitions
- bb80a82: Update manifest definitions

## 1.2.2-next.1

### Patch Changes

- c1a4968: Update manifest definitions

## 1.2.2-next.0

### Patch Changes

- cccb601: Update manifest definitions
- bb80a82: Update manifest definitions

## 1.2.1

### Patch Changes

- 0d9b57f: any missing oAuth scopes required for product triggers are detected and fixed by linter
- b9f473a: Update manifest definitions
- dd8a93a: Update manifest definitions

## 1.2.1-next.0

### Patch Changes

- 0d9b57f: any missing oAuth scopes required for product triggers are detected and fixed by linter

## 1.2.0

### Minor Changes

- 74a0279: Adds new personal data reporting scope
- f478087: Added logic handle external egress permissions
- 74a0279: added egress fields to permission property in manifest schema
- 63983f2: Fix manifest scopes regex to allow dashes in first segment
- 74a0279: Add project full page extension for Jira

### Patch Changes

- d292766: Adds layout options for Jira full page extensions
- f8bb329: Adding on user defined CSP from the manifest
- 41bff31: Added extra characters to the validation regex to allow query strings, hash references and url encoding
- 2783cbc: Bugfix to add capital letters to URL validation for egress

## 1.2.0-next.8

### Patch Changes

- d292766: Adds layout options for Jira full page extensions

## 1.2.0-next.7

### Patch Changes

- 41bff31: Added extra characters to the validation regex to allow query strings, hash references and url encoding

## 1.2.0-next.6

### Patch Changes

- 2783cbc: Bugfix to add capital letters to URL validation for egress

## 1.2.0-next.5

### Minor Changes

- f478087: Added logic handle external egress permissions

## 1.2.0-next.4

### Minor Changes

- 63983f2: Fix manifest scopes regex to allow dashes in first segment

## 1.2.0-next.3

### Patch Changes

- f8bb329: Adding on user defined CSP from the manifest

## 1.2.0-next.2

### Minor Changes

- 35e05f3: Adds new personal data reporting scope

## 1.2.0-next.1

### Minor Changes

- be6befa: added egress fields to permission property in manifest schema

## 1.2.0-next.0

### Minor Changes

- 2f9e7c9: Add project full page extension for Jira

## 1.1.0

### Minor Changes

- 9065918: Add read:confluence-content.permission permission scope
- 621b7c8: Add Custom UI jira:issueAction and confluence:contentAction schemas to manifest

### Patch Changes

- 4b2fff6: Add Custom UI Tunnel manifest fields to the schema template so it doesn't get overwritten when fetching from CaaS

## 1.1.0-next.2

### Minor Changes

- 9065918: Add read:confluence-content.permission permission scope

## 1.1.0-next.1

### Minor Changes

- 621b7c8: Add Custom UI jira:issueAction and confluence:contentAction schemas to manifest

## 1.0.1-next.0

### Patch Changes

- 4b2fff6: Add Custom UI Tunnel manifest fields to the schema template so it doesn't get overwritten when fetching from CaaS

## 1.0.0

### Major Changes

- 1daf2c5: Forge packages to 1.0.0 for upcoming platform GA 🎉

### Minor Changes

- 147a3ab: Custom UI tunnels registration
- 8fcafae: Add app.licensing.enabled field
- 410a3ad: Add custom UI support to confluence:homepageFeed
- 5775f73: Updated error strings for text.ts and linter. Changes reviewed by CD and Devs.

### Patch Changes

- Updated dependencies [1daf2c5]
  - @forge/util@1.0.0

## 1.0.0-next.4

### Major Changes

- 1daf2c5: Forge is now generally available 🎉

### Patch Changes

- Updated dependencies [1daf2c5]
  - @forge/util@1.0.0-next.0

## 0.8.0-next.3

### Minor Changes

- d017037: Custom UI tunnels registration

## 0.8.0-next.2

### Minor Changes

- 8fcafae: Add app.licensing.enabled field

## 0.8.0-next.1

### Minor Changes

- 5775f73: Updated error strings for text.ts and linter. Changes reviewed by CD and Devs.

## 0.8.0-next.0

### Minor Changes

- 410a3ad: Add custom UI support to confluence:homepageFeed

## 0.7.0

### Minor Changes

- a55d9c8: Changed validation and runtime error messages for display conditions

## 0.7.0-next.0

### Minor Changes

- a55d9c8: Changed validation and runtime error messages for display conditions

## 0.6.1

### Patch Changes

- fdd8cf4: Added a zero position to the generate error
- 133b7a4: Add jira:adminPage module to the list of supported ones

## 0.6.1-next.1

### Patch Changes

- 133b7a4: Add jira:adminPage module to the list of supported ones

## 0.6.1-next.0

### Patch Changes

- fdd8cf4: Added a zero position to the generate error

## 0.6.0

### Minor Changes

- dd27c38: Add display condition types and validation
- 9835f45: Updated issue view property names

### Patch Changes

- fb6f804: Fixed a bug where eslint did not actually lint anything -- fixed a bunch of files that linted incorrectly as a result
- Updated dependencies [b41cc4c]
  - @forge/util@0.4.17

## 0.6.0-next.3

### Patch Changes

- fb6f804: Fixed a bug where eslint did not actually lint anything -- fixed a bunch of files that linted incorrectly as a result

## 0.6.0-next.2

### Minor Changes

- 9835f45: Updated issue view property names

## 0.6.0-next.1

### Minor Changes

- dd27c38: Add display condition types and validation

## 0.5.1-next.0

### Patch Changes

- Updated dependencies [b41cc4c]
  - @forge/util@0.4.17-next.0

## 0.5.0

### Minor Changes

- e203927: Missing scopes are errors in development now
- a95f183: Added new Confluence scopes

## 0.5.0-next.1

### Minor Changes

- a95f183: Added new Confluence scopes

## 0.5.0-next.0

### Minor Changes

- e203927: Missing scopes are errors in development now

## 0.4.0

### Minor Changes

- 9ab69f0: Validate resources

## 0.4.0-next.0

### Minor Changes

- 9ab69f0: Validate resources

## 0.3.1

### Patch Changes

- fe49fcf: Fix mandatory key property for modules with multiple sub-schemas

## 0.3.1-next.0

### Patch Changes

- fe49fcf: Fix mandatory key property for modules with multiple sub-schemas

## 0.3.0

### Minor Changes

- f15826b: Allow remote modules to be defined at top level. Only make 'modules' required if 'connectModules' doesn't exist.

### Patch Changes

- 4b6cd22: add sizes to activity issue schema
- 605e7f3: Update schema for jira:customField and add viewportSize property to Custom UI modules
- 3d5e094: Use manifest types throughout the project
- b6607ae: Fix error report for invalid enum values
- 18e14fe: Adding function handler validation
- 3380476: Update error message for function handler validation

## 0.3.0-next.6

### Patch Changes

- 4b6cd22: add sizes to activity issue schema

## 0.3.0-next.5

### Patch Changes

- b6607ae: Fix error report for invalid enum values

## 0.3.0-next.4

### Minor Changes

- f15826b: Allow remote modules to be defined at top level. Only make 'modules' required if 'connectModules' doesn't exist.

## 0.2.2-next.3

### Patch Changes

- 605e7f3: Update schema for jira:customField and add viewportSize property to Custom UI modules

## 0.2.2-next.2

### Patch Changes

- 3380476: Update error message for function handler validation

## 0.2.2-next.1

### Patch Changes

- 18e14fe: Adding function handler validation

## 0.2.2-next.0

### Patch Changes

- 3d5e094: Use manifest types throughout the project

## 0.2.1

### Patch Changes

- b354a51: Change check for invalid function keys
- b6ef946: Add resolver to the compatible modules + Simplify regex
- 9565020: Improve modules validation

## 0.2.1-next.2

### Patch Changes

- 9565020: Improve modules validation

## 0.2.1-next.1

### Patch Changes

- b354a51: Change check for invalid function keys

## 0.2.1-next.0

### Patch Changes

- b6ef946: Add resolver to the compatible modules + Simplify regex

## 0.2.0

### Minor Changes

- e99948d: Add connectModule as base level module in the manifest

### Patch Changes

- aedff38: Fix dependency ranges
- c49f43e: add length limit in manifest for app name and description, add length check to forge create
- 8fcd983: update cs-asap version
- 57b94d4: Update scopes validation
- c28129c: Improvement of 'oneOf' manifest schema validation error
- 53117c6: Add resource definition to issuePanel, issueActivity and issueGlance and allow only one of function or resource in those definitions
- a5eed70: update node-fetch and types versions
- 5de6c03: Fix app name validation
- a6f2e34: Update ajv dependency to include prototype pollution vulnerability fix.
- afed572: Add 'confluence:spacePage' as part of manifest validation
- 57b94d4: Add support for macro validation
- 6bd6dcd: Fix libs pre-release
  - @forge/util@0.4.16

## 0.2.0-next.12

### Patch Changes

- c28129c: Improvement of 'oneOf' manifest schema validation error

## 0.2.0-next.11

### Patch Changes

- 8fcd983: update cs-asap version

## 0.2.0-next.10

### Patch Changes

- afed572: Add 'confluence:spacePage' as part of manifest validation

## 0.2.0-next.9

### Patch Changes

- aedff38: Fix dependency ranges

## 0.2.0-next.8

### Patch Changes

- a6f2e34: Update ajv dependency to include prototype pollution vulnerability fix.

## 0.2.0-next.7

### Patch Changes

- 5de6c03: Fix app name validation

## 0.2.0-next.6

### Patch Changes

- a5eed70: update node-fetch and types versions

## 0.2.0-next.5

### Minor Changes

- e99948d: Add connectModule as base level module in the manifest

## 0.1.2-next.4

### Patch Changes

- 53117c6: Add resource definition to issuePanel, issueActivity and issueGlance and allow only one of function or resource in those definitions

## 0.1.2-next.3

### Patch Changes

- 6bd6dcd: Fix libs pre-release

## 0.1.2-next.2

### Patch Changes

- c49f43e: add length limit in manifest for app name and description, add length check to forge create

## 0.1.2-next.1

### Patch Changes

- 53744c1: Add support for macro validation

## 0.1.2-next.0

### Patch Changes

- c8c18fc: Update scopes validation

## 0.1.1

### Patch Changes

- 9c01791: Bugfix related to error for modules with missing function property
- c93f8eb: Add manifest validation for Jira Issue Glance
- 89d6bd3: Fix restriction to have at least 1 function defined
  - @forge/util@0.4.15

## 0.1.1-next.2

### Patch Changes

- 89d6bd3: Fix restriction to have at least 1 function defined

## 0.1.1-next.1

### Patch Changes

- c93f8eb: Add manifest validation for Jira Issue Glance

## 0.1.1-next.0

### Patch Changes

- 9c01791: Bugfix related to error for modules with missing function property

## 0.1.0

### Minor Changes

- b761e9c: Add validator for hosted resources.

### Patch Changes

- c3f4fb2: Update wording of Forge manifest validation error messages.
- cf156fb: Update hosted resources definition
- bfa0cfd: Fix permissions & function key validation rules
- ba9dade: Fix manifest schema validation
- 16e365e: Initial setup for forge-manifest package
  - @forge/util@0.4.14

## 0.1.0-next.5

### Patch Changes

- ba9dade: Fix manifest schema validation

## 0.1.0-next.4

### Minor Changes

- b761e9c: Add validator for hosted resources.

## 0.0.2-next.3

### Patch Changes

- cf156fb: Update hosted resources definition

## 0.0.2-next.2

### Patch Changes

- c3f4fb2: Update wording of Forge manifest validation error messages.

## 0.0.2-next.1

### Patch Changes

- bfa0cfd: Fix permissions & function key validation rules

## 0.0.2-next.0

### Patch Changes

- 16e365e: Initial setup for forge-manifest package
