@forge/react 10.11.1-next.0 → 10.11.1-next.2

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,19 @@
1
1
  # @forge/react
2
2
 
3
+ ## 10.11.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - dd4c9c4: Fix form component onSubmit props behaviour in jsm assets import module
8
+
9
+ ## 10.11.1-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [8819889]
14
+ - @forge/i18n@0.0.3-next.1
15
+ - @forge/bridge@4.4.1-next.1
16
+
3
17
  ## 10.11.1-next.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "10.11.1-next.0",
3
+ "version": "10.11.1-next.2",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@atlaskit/adf-schema": "^46.0.0",
21
21
  "@atlaskit/adf-utils": "^19.12.0",
22
- "@atlaskit/forge-react-types": "^0.35.3",
23
- "@forge/bridge": "^4.4.1-next.0",
24
- "@forge/i18n": "0.0.3-next.0",
22
+ "@atlaskit/forge-react-types": "^0.35.6",
23
+ "@forge/bridge": "^4.4.1-next.1",
24
+ "@forge/i18n": "0.0.3-next.1",
25
25
  "@types/react-reconciler": "^0.28.8",
26
26
  "lodash": "^4.17.21",
27
27
  "react": "^18.2.0",