@forge/manifest 12.3.0-next.5 → 12.3.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.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 084e129: Fixed displayConditions validation for issue-containing JSM extensions
|
|
8
|
+
- e36520b: Updated jira:entityProperty max extractions per app limit from 30 to 100
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 06fc76b: Removing `ENABLE_CONFIGURABLE_REMOTES` environment variable in advance of Preview
|
|
13
|
+
- 16c0d8d: Bump dependencies
|
|
14
|
+
- 43cfec4: Update manifest definitions
|
|
15
|
+
- 6581f58: Update manifest definitions
|
|
16
|
+
- c987b0f: Update manifest definitions
|
|
17
|
+
- f9eb681: Update manifest definitions
|
|
18
|
+
|
|
3
19
|
## 12.3.0-next.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|