@forge/react 11.2.1-next.1 → 11.2.1-next.1-experimental-9bb99c7

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.2.1-next.1-experimental-9bb99c7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5cebddd: Remove Editor components
8
+ - Updated dependencies [d985e8f]
9
+ - @forge/bridge@4.5.2-next.0-experimental-9bb99c7
10
+
3
11
  ## 11.2.1-next.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.2.1-next.1",
3
+ "version": "11.2.1-next.1-experimental-9bb99c7",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -22,7 +22,7 @@
22
22
  "@atlaskit/adf-schema": "^48.0.0",
23
23
  "@atlaskit/adf-utils": "^19.19.0",
24
24
  "@atlaskit/forge-react-types": "^0.41.14",
25
- "@forge/bridge": "^4.5.2-next.0",
25
+ "@forge/bridge": "^4.5.2-next.0-experimental-9bb99c7",
26
26
  "@forge/i18n": "0.0.5",
27
27
  "@types/react-reconciler": "^0.28.8",
28
28
  "lodash": "^4.17.21",