@forge/bridge 5.18.0-next.0 → 5.18.0-next.1-experimental-44b7a12

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.18.0-next.1-experimental-44b7a12
4
+
5
+ ### Minor Changes
6
+
7
+ - b0b69a2: **Experimental — not yet ready for use.** Add a new `frontendCustomMetrics` namespace providing `frontendCustomMetrics.counter(name)` with `incr()` and `incrBy(value)` for emitting frontend custom metrics. `incrBy(value)` rejects if `value <= 0`. The metric name must exactly match a metric registered in the Forge Dev Console.
8
+
9
+ ### Patch Changes
10
+
11
+ - 561f8f4: Remove "storage" module from "@forge/api"
12
+ - Updated dependencies [814b8fe]
13
+ - Updated dependencies [8ac7dd3]
14
+ - Updated dependencies [55c1371]
15
+ - Updated dependencies [1a461c3]
16
+ - @forge/manifest@12.10.0-next.1-experimental-44b7a12
17
+
18
+ ## 5.18.0-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [8ac7dd3]
23
+ - @forge/manifest@12.10.0-next.1
24
+
3
25
  ## 5.18.0-next.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.18.0-next.0",
3
+ "version": "5.18.0-next.1-experimental-44b7a12",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "@forge/i18n": "0.0.7",
20
20
  "@forge/resolver": "1.8.0",
21
21
  "@types/history": "^4.7.11",
22
- "@forge/manifest": "12.9.1-next.0",
22
+ "@forge/manifest": "12.10.0-next.1-experimental-44b7a12",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5"
25
25
  },