@atlaskit/help-layout 4.1.9 → 4.1.11

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,17 @@
1
1
  # @atlaskit/help-layout
2
2
 
3
+ ## 4.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.1.9
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.1.9",
3
+ "version": "4.1.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.1.9",
3
+ "version": "4.1.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.1.9",
3
+ "version": "4.1.11",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.1.9",
3
+ "version": "4.1.11",
4
4
  "description": "Layout for the atlaskit/help component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,10 +25,10 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/analytics": "^8.0.0",
27
27
  "@atlaskit/analytics-next": "^8.0.0",
28
- "@atlaskit/button": "^16.4.0",
28
+ "@atlaskit/button": "^16.5.0",
29
29
  "@atlaskit/icon": "^21.11.0",
30
30
  "@atlaskit/theme": "^12.2.0",
31
- "@atlaskit/tokens": "^0.11.0",
31
+ "@atlaskit/tokens": "^0.13.0",
32
32
  "@atlaskit/tooltip": "^17.6.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@emotion/core": "^10.0.9",
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -70,3 +71,18 @@ type Props = HelpLayout & WithAnalyticsEventsProps;
70
71
  ```
71
72
 
72
73
  <!--SECTION END: Main Entry Types-->
74
+
75
+ ### Peer Dependencies
76
+
77
+ <!--SECTION START: Peer Dependencies-->
78
+
79
+ ```json
80
+ {
81
+ "react": "^16.8.0",
82
+ "react-dom": "^16.8.0",
83
+ "react-intl-next": "npm:react-intl@^5.18.1",
84
+ "styled-components": "^3.2.6"
85
+ }
86
+ ```
87
+
88
+ <!--SECTION END: Peer Dependencies-->