@forge/cli-shared 8.15.1-next.11 → 8.15.1-next.11-experimental-fd4d1a2

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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.15.1-next.11-experimental-fd4d1a2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b94ed8: added custom scopes command to the forge help command
8
+ - c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
9
+ - 19807bf: Changed schema for container resources
10
+ - a684b69: Refactor the order of starting the containers docker compose stack, to lint the manifest first
11
+ - 63d29ca: Update dynamic egress and remote manifest in preparation for Preview
12
+ - 2719ab7: Add image tag filtering for container repository listing
13
+ - Updated dependencies [e4c143c]
14
+ - Updated dependencies [42e069d]
15
+ - Updated dependencies [19807bf]
16
+ - Updated dependencies [5de91aa]
17
+ - Updated dependencies [6247657]
18
+ - Updated dependencies [434fb15]
19
+ - Updated dependencies [8246b16]
20
+ - Updated dependencies [fa9b5aa]
21
+ - Updated dependencies [63d29ca]
22
+ - @forge/manifest@12.1.0-next.7-experimental-fd4d1a2
23
+
3
24
  ## 8.15.1-next.11
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "8.15.1-next.11",
3
+ "version": "8.15.1-next.11-experimental-fd4d1a2",
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": "12.1.0-next.7",
15
+ "@forge/manifest": "12.1.0-next.7-experimental-fd4d1a2",
16
16
  "@forge/util": "2.0.1",
17
17
  "@forge/i18n": "0.0.7",
18
18
  "@sentry/node": "7.106.0",