@forge/cli-shared 9.2.0-next.7-experimental-aa275c1 → 9.2.0-next.8

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 +2 -16
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,26 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.2.0-next.7-experimental-aa275c1
4
-
5
- ### Minor Changes
6
-
7
- - 8826ca3: add personal apps support for Forge app creation
8
- - d415c89: Surface rate limit errors in CLI, improve E2E test robustness
9
- - 757223b: Added Dashboard, bitbucket, rovo, teamwork, action templates
3
+ ## 9.2.0-next.8
10
4
 
11
5
  ### Patch Changes
12
6
 
13
- - 903d6c1: Updated UI to show error when no installations
14
- - 6e5b5a4: Better interface for packaging the runtime code
15
7
  - 5abe69e: add support for personal app installation contexts
16
- - 3991f92: Update `tmp` from 0.2.5 to 0.2.6 in `@forge/cli-shared` to remediate vulnerability
17
- - Updated dependencies [4c5ba1c]
18
- - Updated dependencies [8826ca3]
19
8
  - Updated dependencies [5abe69e]
20
- - Updated dependencies [7195f29]
21
- - Updated dependencies [3252a62]
22
- - Updated dependencies [c67b720]
23
- - @forge/manifest@13.2.0-next.3-experimental-aa275c1
9
+ - @forge/manifest@13.2.0-next.4
24
10
 
25
11
  ## 9.2.0-next.7
26
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "9.2.0-next.7-experimental-aa275c1",
3
+ "version": "9.2.0-next.8",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "13.2.0-next.3-experimental-aa275c1",
15
+ "@forge/manifest": "13.2.0-next.4",
16
16
  "@forge/util": "3.0.0",
17
17
  "@forge/i18n": "1.0.0",
18
18
  "@sentry/node": "7.106.0",