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