@forge/cli-shared 6.8.0-next.4-experimental-b67a1d0 → 6.8.0-next.4-experimental-e92a337

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 +9 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.8.0-next.4-experimental-b67a1d0
3
+ ## 6.8.0-next.4-experimental-e92a337
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - b6773cc: Switch the `forge create` flow to select product context first
7
+ - e92a337: Switch the `forge create` flow to select product context first
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - b6773cc: forge install should list all scopes
12
- - b6773cc: Update error messages for deployment
13
- - 20de0f7: use the new manifest format in `forge create`
14
- - Updated dependencies [b6773cc]
15
- - Updated dependencies [20de0f7]
16
- - Updated dependencies [b6773cc]
17
- - @forge/manifest@8.9.0-next.1-experimental-b67a1d0
11
+ - e92a337: forge install should list all scopes
12
+ - e92a337: Update error messages for deployment
13
+ - e92a337: use the new manifest format in `forge create`
14
+ - Updated dependencies [e92a337]
15
+ - Updated dependencies [e92a337]
16
+ - Updated dependencies [e92a337]
17
+ - @forge/manifest@8.9.0-next.1-experimental-e92a337
18
18
 
19
19
  ## 6.8.0-next.4
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.4-experimental-b67a1d0",
3
+ "version": "6.8.0-next.4-experimental-e92a337",
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": "8.9.0-next.1-experimental-b67a1d0",
15
+ "@forge/manifest": "8.9.0-next.1-experimental-e92a337",
16
16
  "@forge/util": "1.4.8",
17
17
  "@forge/i18n": "0.0.4",
18
18
  "@sentry/node": "7.106.0",