@forge/cli-shared 5.5.2-next.6 → 5.5.2

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bb8baa2: Use workspaceAri for installApp and updateApp mutation
8
+ - a30b439: Ensure unexpected translation state only raise UserError in i18n resource bundling service
9
+ - 5edaced: Fix forge CLI not categorizing UI-kit2 resources in modules entry point
10
+ - d07d506: Clean up feature flags
11
+ - Updated dependencies [981965f]
12
+ - Updated dependencies [455ab8a]
13
+ - Updated dependencies [65bb6b7]
14
+ - Updated dependencies [025fc1f]
15
+ - @forge/manifest@7.8.0
16
+
3
17
  ## 5.5.2-next.6
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "5.5.2-next.6",
3
+ "version": "5.5.2",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "7.8.0-next.2",
15
+ "@forge/manifest": "7.8.0",
16
16
  "@forge/util": "1.4.4",
17
17
  "@forge/i18n": "0.0.1",
18
18
  "@sentry/node": "7.100.1",