@forge/manifest 11.1.0-next.6 → 11.1.0-next.6-experimental-4bd2ca0

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.1.0-next.6-experimental-4bd2ca0
4
+
5
+ ### Minor Changes
6
+
7
+ - b5f0775: Add bitbucket:repoCodeFileViewer module and templates
8
+ - b9cefff: Add bitbucket:projectSettingsMenuPage module and templates
9
+ - bb6e58a: Add validation for filePattern in Bitbucket file viewer module
10
+
11
+ ### Patch Changes
12
+
13
+ - 559c541: Added rovo:agentConnector validations to check if agentCard and jsonRpcTransport endpoints are valid endpoint references.
14
+ - 2f0c3c2: Add missing entry in i18n test
15
+ - 00eaa35: Fix failing test
16
+ - b5f0775: Update manifest definitions
17
+ - 069288e: Update manifest definitions
18
+ - d317f2e: Update manifest definitions
19
+ - bf0e0f6: Update manifest definitions
20
+
3
21
  ## 11.1.0-next.6
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.1.0-next.6",
3
+ "version": "11.1.0-next.6-experimental-4bd2ca0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {