@forge/react 10.10.3 → 10.11.0

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,29 @@
1
1
  # @forge/react
2
2
 
3
+ ## 10.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c31662f: Update Icon `primaryColor` type to include `color.icon`.
8
+ Update `xcss` to accept `overflow`, `overflowX` and `overflowY` properties.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [d516a64]
13
+ - @forge/bridge@4.4.0
14
+
15
+ ## 10.11.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - c31662f: Update Icon `primaryColor` type to include `color.icon`.
20
+ Update `xcss` to accept `overflow`, `overflowX` and `overflowY` properties.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [d516a64]
25
+ - @forge/bridge@4.4.0-next.0
26
+
3
27
  ## 10.10.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "10.10.3",
3
+ "version": "10.11.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -19,8 +19,8 @@
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.34.0",
23
- "@forge/bridge": "^4.3.0",
22
+ "@atlaskit/forge-react-types": "^0.35.3",
23
+ "@forge/bridge": "^4.4.0",
24
24
  "@forge/i18n": "0.0.2",
25
25
  "@types/react-reconciler": "^0.28.8",
26
26
  "lodash": "^4.17.21",