@forge/react 10.6.0-next.5 → 10.6.0-next.5-experimental-470bc94

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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/react
2
2
 
3
+ ## 10.6.0-next.5-experimental-470bc94
4
+
5
+ ### Minor Changes
6
+
7
+ - c56ce5b: Add useTranslation hook and I18nProvider to provide basic i18n support for UI Kit apps
8
+ - 63795c7: Added product-specific Jira UI Kit component: CustomFieldEdit. This component is to be used for Forge custom field modules as a top level component.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [a27f856]
13
+ - Updated dependencies [c74ca63]
14
+ - Updated dependencies [d51b7be]
15
+ - Updated dependencies [23f6675]
16
+ - Updated dependencies [0c7960f]
17
+ - Updated dependencies [c81fa57]
18
+ - Updated dependencies [27249cd]
19
+ - Updated dependencies [fdaaeab]
20
+ - @forge/bridge@4.0.0-next.9-experimental-470bc94
21
+ - @forge/i18n@0.0.1-next.13-experimental-470bc94
22
+
3
23
  ## 10.6.0-next.5
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "10.6.0-next.5",
3
+ "version": "10.6.0-next.5-experimental-470bc94",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@atlaskit/forge-react-types": "^0.27.10",
20
- "@forge/bridge": "^4.0.0-next.9",
21
- "@forge/i18n": "0.0.1-next.13",
20
+ "@forge/bridge": "^4.0.0-next.9-experimental-470bc94",
21
+ "@forge/i18n": "0.0.1-next.13-experimental-470bc94",
22
22
  "@types/react-reconciler": "^0.28.8",
23
23
  "lodash": "^4.17.21",
24
24
  "react": "^18.2.0",