@forge/api 6.4.1-next.0-experimental-a8bc05b → 6.4.1-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,10 @@
1
1
  # @forge/api
2
2
 
3
- ## 6.4.1-next.0-experimental-a8bc05b
3
+ ## 6.4.1-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [c7544d8]
8
- - Updated dependencies [7c2186c]
9
- - Updated dependencies [0c3a0df]
10
- - @forge/manifest@11.3.0-next.2-experimental-a8bc05b
7
+ - 6f348d9: Updated i18n.createTranslationFunction and i18n.getTranslations in @forge/api to automatically convert input locales to Forge supported locale codes when applicable. If an unsupported locale is provided, a warning will now be logged to the browser console.
11
8
 
12
9
  ## 6.4.1-next.0
13
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "6.4.1-next.0-experimental-a8bc05b",
3
+ "version": "6.4.1-next.1",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -28,7 +28,7 @@
28
28
  "@forge/auth": "0.0.9",
29
29
  "@forge/egress": "2.3.0",
30
30
  "@forge/i18n": "0.0.7",
31
- "@forge/manifest": "^11.3.0-next.2-experimental-a8bc05b",
31
+ "@forge/manifest": "^11.3.0-next.0",
32
32
  "@forge/storage": "2.0.3",
33
33
  "headers-utils": "^3.0.2",
34
34
  "minimatch": "^9.0.5"