@forge/manifest 7.7.0-next.13 → 7.7.0-next.14-experimental-470bc94
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 +43 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 7.7.0-next.14-experimental-470bc94
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bf34881: Add translations schema to manifest schema template to enable Forge i18n support.
|
|
8
|
+
Additionally relevant validators (i.e. `translations-validator`) are added to validate the translations schema in the manifest.
|
|
9
|
+
- c341349: Show warning if action doesn't have name attribute
|
|
10
|
+
- c113f86: Show warning if action is not referenced by any agent
|
|
11
|
+
- be67acb: Interpolate string resources in modules
|
|
12
|
+
- 9a546fd: Lint unique module key across Connect and Forge modules
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 10f4545: Update package readme to include instruction on how to update schema in the package
|
|
17
|
+
- c74ca63: Add translations section in manifest schema for Forge i18n Support (EAP)
|
|
18
|
+
- c6377ba: Update unit test in manifest validator
|
|
19
|
+
- 13fb92c: Update forge repo with unit tests for manifest schema changes Jira, Confluence, Bitbucket
|
|
20
|
+
- 23f6675: Make `@forge/manifest` depends on `@forge/i18n` to access i18n related helper functions.
|
|
21
|
+
- 27249cd: Make i18n fallback syntax confirm to industry convention. That is, `en-US: en-GB` indicate `en-GB` is fallback to `en-US`
|
|
22
|
+
- b0ad6d7: Update manifest definitions
|
|
23
|
+
- ce41b8c: Update manifest definitions
|
|
24
|
+
- 7160171: Update manifest definitions
|
|
25
|
+
- b90e809: Update manifest definitions
|
|
26
|
+
- 5f82d22: Update manifest definitions
|
|
27
|
+
- f40d3b5: Update manifest definitions
|
|
28
|
+
- 26f8528: Update manifest definitions
|
|
29
|
+
- 313b8e1: Update manifest definitions
|
|
30
|
+
- bf0fab6: Update manifest definitions
|
|
31
|
+
- Updated dependencies [c74ca63]
|
|
32
|
+
- Updated dependencies [d51b7be]
|
|
33
|
+
- Updated dependencies [23f6675]
|
|
34
|
+
- Updated dependencies [c81fa57]
|
|
35
|
+
- Updated dependencies [27249cd]
|
|
36
|
+
- Updated dependencies [fdaaeab]
|
|
37
|
+
- @forge/i18n@0.0.1-next.13-experimental-470bc94
|
|
38
|
+
|
|
39
|
+
## 7.7.0-next.14
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [d51b7be]
|
|
44
|
+
- @forge/i18n@0.0.1-next.13
|
|
45
|
+
|
|
3
46
|
## 7.7.0-next.13
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "7.7.0-next.
|
|
3
|
+
"version": "7.7.0-next.14-experimental-470bc94",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"author": "Atlassian",
|
|
25
25
|
"license": "UNLICENSED",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@forge/i18n": "0.0.1-next.
|
|
27
|
+
"@forge/i18n": "0.0.1-next.13-experimental-470bc94",
|
|
28
28
|
"@sentry/node": "7.100.1",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|