@forge/manifest 13.0.0-next.3 → 13.0.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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 13.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 78fcb7f: Adds support for TypeScript 5
8
+
9
+ ### Minor Changes
10
+
11
+ - 8ac7dd3: Add attachment entity property display condition support.
12
+
13
+ ### Patch Changes
14
+
15
+ - 814b8fe: add validation rules for bitbucket workspace page modules
16
+ - 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
17
+ NodeJS requirement bumped from 20.0.0 to >=20.18.1
18
+ - d66be70: Update manifest definitions
19
+ - 1a461c3: Update manifest definitions
20
+ - Updated dependencies [78fcb7f]
21
+ - @forge/i18n@1.0.0
22
+
3
23
  ## 13.0.0-next.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "13.0.0-next.3",
3
+ "version": "13.0.0",
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": "SEE LICENSE IN LICENSE.txt",
26
26
  "dependencies": {
27
- "@forge/i18n": "1.0.0-next.0",
27
+ "@forge/i18n": "1.0.0",
28
28
  "@sentry/node": "7.106.0",
29
29
  "ajv": "^8.18.0",
30
30
  "ajv-formats": "2.1.1",