@forge/manifest 10.1.0-next.8-experimental-8e96421 → 10.1.0-next.9

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 +1 -13
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,26 +1,14 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 10.1.0-next.8-experimental-8e96421
3
+ ## 10.1.0-next.9
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - effab31: Bumped cheerio from 0.22 to 1.1
8
- - 46daa27: Added support for default environment variable declaration in the manifest
9
8
 
10
9
  ### Patch Changes
11
10
 
12
- - 5d07fbf: Update the default value for inScopeEUD of egress entries by the linter
13
- - 4b15e26: Rename some Confluence events from 'removed' to 'deleted' events for consistency with other products. Neither of the renamed events are active yet.
14
- - 634d7b9: Bump max resource limit from 10 to 50
15
- - b9574d4: Limit number of automation actions per app
16
- - 195411c: patch dependencies
17
- - d97a252: Add new Forge events and update scopes for unreleased Forge events
18
- - 1479d2d: Update manifest definitions
19
- - ca7e661: Update manifest definitions
20
- - 5ab2c49: Update manifest definitions
21
11
  - 609f68b: Update manifest definitions
22
- - Updated dependencies [195411c]
23
- - @forge/i18n@0.0.7-next.0-experimental-8e96421
24
12
 
25
13
  ## 10.1.0-next.8
26
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.1.0-next.8-experimental-8e96421",
3
+ "version": "10.1.0-next.9",
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": "0.0.7-next.0-experimental-8e96421",
27
+ "@forge/i18n": "0.0.7-next.0",
28
28
  "@sentry/node": "7.106.0",
29
29
  "ajv": "^8.12.0",
30
30
  "ajv-formats": "2.1.1",