@forge/cli-shared 6.8.0-next.15-experimental-beb5acf → 6.8.0-next.16

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 -29
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,37 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.8.0-next.15-experimental-beb5acf
4
-
5
- ### Minor Changes
6
-
7
- - d156658: Switch the `forge create` flow to select product context first
3
+ ## 6.8.0-next.16
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 7243788: Displaying all product options and fixing wording
12
- - 2cdac63: forge install should list all scopes
13
- - c57e34a: Fix bundling when handlers are defined in subdirectories
14
- - 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
15
- - 0aad197: Change product wording to context
16
- - 999a9d0: Update error messages for deployment
17
- - 7a83fd9: Uninstall: Automatically select optional contexts when the required one is selected
18
- - b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
19
- - 336f74f: Support serving i18n resources while using `forge tunnel`
20
- - 210360b: Refactor text functions for easier read and maintenance
21
- - a7db2e6: improve error message
22
- - Updated dependencies [7243788]
23
- - Updated dependencies [acf1edf]
24
- - Updated dependencies [9d231e9]
25
- - Updated dependencies [4b083be]
26
- - Updated dependencies [94e48b9]
27
- - Updated dependencies [de0bf46]
28
- - Updated dependencies [b503084]
29
- - Updated dependencies [336f74f]
30
- - Updated dependencies [64daaa5]
31
- - Updated dependencies [3a703de]
32
- - Updated dependencies [003b1ed]
33
- - @forge/manifest@8.9.0-next.8-experimental-beb5acf
34
- - @forge/i18n@0.0.5-next.0-experimental-beb5acf
7
+ - 2204d8d: update the help text for license options
35
8
 
36
9
  ## 6.8.0-next.15
37
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.15-experimental-beb5acf",
3
+ "version": "6.8.0-next.16",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,9 +12,9 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "8.9.0-next.8-experimental-beb5acf",
15
+ "@forge/manifest": "8.9.0-next.8",
16
16
  "@forge/util": "1.4.8",
17
- "@forge/i18n": "0.0.5-next.0-experimental-beb5acf",
17
+ "@forge/i18n": "0.0.5-next.0",
18
18
  "@sentry/node": "7.106.0",
19
19
  "adm-zip": "^0.5.10",
20
20
  "array.prototype.flatmap": "^1.3.2",