@forge/cli-shared 8.15.1-next.1 → 8.15.1-next.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.
|
@@ -13013,6 +13013,8 @@ var TrelloPlannerCalendarColor;
|
|
|
13013
13013
|
TrelloPlannerCalendarColor["PurpleSubtlest"] = "PURPLE_SUBTLEST";
|
|
13014
13014
|
TrelloPlannerCalendarColor["RedSubtler"] = "RED_SUBTLER";
|
|
13015
13015
|
TrelloPlannerCalendarColor["RedSubtlest"] = "RED_SUBTLEST";
|
|
13016
|
+
TrelloPlannerCalendarColor["TealSubtler"] = "TEAL_SUBTLER";
|
|
13017
|
+
TrelloPlannerCalendarColor["TealSubtlest"] = "TEAL_SUBTLEST";
|
|
13016
13018
|
TrelloPlannerCalendarColor["YellowBolder"] = "YELLOW_BOLDER";
|
|
13017
13019
|
TrelloPlannerCalendarColor["YellowSubtler"] = "YELLOW_SUBTLER";
|
|
13018
13020
|
TrelloPlannerCalendarColor["YellowSubtlest"] = "YELLOW_SUBTLEST";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.15.1-next.
|
|
3
|
+
"version": "8.15.1-next.2",
|
|
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.
|
|
15
|
+
"@forge/manifest": "12.1.0-next.1",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|