@forge/manifest 7.10.0-next.7 → 7.10.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 7.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 51dc2a8: Add support for remotes with regional urls
8
+ - 577777c: Add jira:backlogAction and jira:personalSettingsPage moduleType
9
+ - 6b70be1: Add http method option to the static profile resolver
10
+ - 512d5ec: Add external auth manifest schema extensions
11
+
12
+ ### Patch Changes
13
+
14
+ - 84b20e6: Fix i18n unit tests
15
+ - 81831c1: Register action tooltip as i18n field in i18n unit tests
16
+ - fea8467: Update manifest definitions
17
+ - 6e01e13: Update manifest definitions
18
+ - 7ba2a03: Update manifest definitions
19
+ - cdbb366: Update manifest definitions
20
+ - 0962638: Update manifest definitions
21
+
3
22
  ## 7.10.0-next.7
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "7.10.0-next.7",
3
+ "version": "7.10.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {