@forge/cli-shared 6.8.0-next.8-experimental-900adc2 → 6.8.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 +3 -18
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,27 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.8.0-next.8-experimental-900adc2
4
-
5
- ### Minor Changes
6
-
7
- - d156658: Switch the `forge create` flow to select product context first
3
+ ## 6.8.0-next.9
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 2cdac63: forge install should list all scopes
12
- - 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
13
- - 0aad197: Change product wording to context
14
- - 999a9d0: Update error messages for deployment
15
- - b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
16
- - 210360b: Refactor text functions for easier read and maintenance
17
- - a7db2e6: improve error message
18
- - Updated dependencies [9d231e9]
19
- - Updated dependencies [94e48b9]
20
- - Updated dependencies [b503084]
21
- - Updated dependencies [64daaa5]
7
+ - Updated dependencies [acf1edf]
22
8
  - Updated dependencies [3a703de]
23
- - Updated dependencies [003b1ed]
24
- - @forge/manifest@8.9.0-next.3-experimental-900adc2
9
+ - @forge/manifest@8.9.0-next.4
25
10
 
26
11
  ## 6.8.0-next.8
27
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.8-experimental-900adc2",
3
+ "version": "6.8.0-next.9",
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.3-experimental-900adc2",
15
+ "@forge/manifest": "8.9.0-next.4",
16
16
  "@forge/util": "1.4.8",
17
17
  "@forge/i18n": "0.0.4",
18
18
  "@sentry/node": "7.106.0",