@forge/manifest 11.1.0-next.8 → 11.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b5f0775: Add bitbucket:repoCodeFileViewer module and templates
8
+ - af4af6f: Add bitbucket:workspaceGlobalPage module
9
+ - c50eeb5: Added manifest validation for XPA with full page modules
10
+ - beefc94: Added linting for jira:fullPage
11
+ - b9cefff: Add bitbucket:projectSettingsMenuPage module and templates
12
+ - bb6e58a: Add validation for filePattern in Bitbucket file viewer module
13
+
14
+ ### Patch Changes
15
+
16
+ - 559c541: Added rovo:agentConnector validations to check if agentCard and jsonRpcTransport endpoints are valid endpoint references.
17
+ - 2f0c3c2: Add missing entry in i18n test
18
+ - 00eaa35: Fix failing test
19
+ - b5f0775: Update manifest definitions
20
+ - 069288e: Update manifest definitions
21
+ - d317f2e: Update manifest definitions
22
+ - bf0e0f6: Update manifest definitions
23
+ - af4af6f: Update manifest definitions
24
+
3
25
  ## 11.1.0-next.8
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.1.0-next.8",
3
+ "version": "11.1.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {