@forge/dashboards-bridge 0.1.12-next.0 → 0.1.12

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forge/dashboards-bridge
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4205052]
8
+ - @forge/bridge@5.10.2
9
+
3
10
  ## 0.1.12-next.0
4
11
 
5
12
  ### Patch Changes
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Atlassian
1
+ Copyright (c) 2026 Atlassian
2
2
  Permission is hereby granted to use this software in accordance with the terms
3
3
  and conditions outlined in the Atlassian Developer Terms, which can be found
4
4
  at the following URL:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/dashboards-bridge",
3
- "version": "0.1.12-next.0",
3
+ "version": "0.1.12",
4
4
  "description": "Forge Dashboards custom bridge API",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,6 +15,6 @@
15
15
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"
16
16
  },
17
17
  "dependencies": {
18
- "@forge/bridge": "^5.10.2-next.0"
18
+ "@forge/bridge": "^5.10.2"
19
19
  }
20
20
  }