@forge/cli-shared 8.8.1-next.8 → 8.8.1
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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f751b9b:
|
|
8
|
+
- 9cb69da: Enable force forge container deletion
|
|
9
|
+
- 4a9136d: Add Halloween spinner during October deployments
|
|
10
|
+
- 94243f1: Split development and contribution guidelines
|
|
11
|
+
- 8183db5: added cli command to hit decoupled state endpoint
|
|
12
|
+
- Updated dependencies [b3792e4]
|
|
13
|
+
- Updated dependencies [fae0e71]
|
|
14
|
+
- Updated dependencies [0ea6722]
|
|
15
|
+
- Updated dependencies [4718346]
|
|
16
|
+
- Updated dependencies [94243f1]
|
|
17
|
+
- Updated dependencies [0ef937d]
|
|
18
|
+
- Updated dependencies [dcd46a4]
|
|
19
|
+
- Updated dependencies [8ec0d92]
|
|
20
|
+
- @forge/manifest@10.8.0
|
|
21
|
+
- @forge/util@2.0.1
|
|
22
|
+
|
|
3
23
|
## 8.8.1-next.8
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.8.1
|
|
3
|
+
"version": "8.8.1",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "10.8.0
|
|
16
|
-
"@forge/util": "2.0.1
|
|
15
|
+
"@forge/manifest": "10.8.0",
|
|
16
|
+
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|
|
19
19
|
"adm-zip": "^0.5.10",
|