@forge/manifest 7.5.0-next.9 → 7.5.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 7.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2278ad7: Removing 'oauth2' from the list of available values for connectAuthentication as it is no longer supported
8
+ - 8073ca4: Adding rovo:agent module type
9
+ - a05ba05: Add new module type for Connect on Forge
10
+
11
+ ### Patch Changes
12
+
13
+ - c1292da: refactor package.json to move code generators to dev dependencies
14
+ - 2b5d6f2: Adds validation for rovo:agent actions/skills
15
+ - 22687bd: Added Bitbucket PR reviewer status updated event
16
+ - 8a08e11: Update manifest definitions
17
+ - fad12fb: Update manifest definitions
18
+ - 8c3a153: Update manifest definitions
19
+ - 23cc3d6: Update manifest definitions
20
+ - 42e7ad7: Update manifest definitions
21
+ - Updated dependencies [99fb753]
22
+ - @forge/util@1.4.4
23
+
3
24
  ## 7.5.0-next.9
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "7.5.0-next.9",
3
+ "version": "7.5.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": "UNLICENSED",
26
26
  "dependencies": {
27
- "@forge/util": "1.4.4-next.0",
27
+ "@forge/util": "1.4.4",
28
28
  "@sentry/node": "7.100.1",
29
29
  "ajv": "^8.12.0",
30
30
  "ajv-formats": "2.1.1",