@forge/manifest 8.8.0-next.4 → 8.8.0-next.4-experimental-472292d

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.8.0-next.4-experimental-472292d
4
+
5
+ ### Minor Changes
6
+
7
+ - 2712852: Rename csuik to ui-kit templates
8
+
9
+ ### Patch Changes
10
+
11
+ - 009ab70: Fix tests
12
+ - 4c15b3a: Update manifest definitions
13
+ - 359756b: Update manifest definitions
14
+ - 34db0f6: Update manifest definitions
15
+ - 01ca857: Update manifest definitions
16
+ - 70badb7: Allow handlers in subdirectories
17
+
3
18
  ## 8.8.0-next.4
4
19
 
5
20
  ### Minor Changes
@@ -1857,6 +1857,9 @@
1857
1857
  "xlarge",
1858
1858
  "max"
1859
1859
  ]
1860
+ },
1861
+ "openOnInsert": {
1862
+ "type": "boolean"
1860
1863
  }
1861
1864
  },
1862
1865
  "required": [
@@ -1624,6 +1624,7 @@ export interface Modules {
1624
1624
  resource: string;
1625
1625
  render?: 'native' | 'default';
1626
1626
  viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
1627
+ openOnInsert?: boolean;
1627
1628
  };
1628
1629
  autoConvert?: {
1629
1630
  matchers: [
@@ -1730,6 +1731,7 @@ export interface Modules {
1730
1731
  resource: string;
1731
1732
  render?: 'native' | 'default';
1732
1733
  viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
1734
+ openOnInsert?: boolean;
1733
1735
  };
1734
1736
  autoConvert?: {
1735
1737
  matchers: [
@@ -143,6 +143,7 @@
143
143
  "read:build-info:jira",
144
144
  "read:build:jira-software",
145
145
  "read:calendar-info:jira",
146
+ "read:chat:rovo",
146
147
  "read:cmdb-attribute:jira",
147
148
  "read:cmdb-icon:jira",
148
149
  "read:cmdb-object:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.8.0-next.4",
3
+ "version": "8.8.0-next.4-experimental-472292d",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {