@forge/bridge 4.4.1-next.1-experimental-62518dd → 4.4.1

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,14 +1,22 @@
1
1
  # @forge/bridge
2
2
 
3
- ## 4.4.1-next.1-experimental-62518dd
3
+ ## 4.4.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 62518dd: Update licese for Forge public packages
7
+ - a5e7647: Update license for Forge public packages
8
8
  - Updated dependencies [a92188e]
9
9
  - Updated dependencies [8819889]
10
- - Updated dependencies [62518dd]
11
- - @forge/i18n@0.0.3-next.1-experimental-62518dd
10
+ - Updated dependencies [a5e7647]
11
+ - @forge/i18n@0.0.3
12
+
13
+ ## 4.4.1-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - a5e7647: Update license for Forge public packages
18
+ - Updated dependencies [a5e7647]
19
+ - @forge/i18n@0.0.3-next.2
12
20
 
13
21
  ## 4.4.1-next.1
14
22
 
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2024 Atlassian
1
+ Copyright (c) 2025 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/bridge",
3
- "version": "4.4.1-next.1-experimental-62518dd",
3
+ "version": "4.4.1",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@atlaskit/tokens": "^1.58.0",
17
17
  "@types/history": "^4.7.11",
18
- "@forge/i18n": "0.0.3-next.1-experimental-62518dd"
18
+ "@forge/i18n": "0.0.3"
19
19
  },
20
20
  "devDependencies": {
21
21
  "history": "5.3.0",