@atlaskit/profilecard 17.3.0 → 17.3.1

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,11 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 17.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.3.0
4
10
 
5
11
  ### Minor Changes
@@ -59,7 +59,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
59
59
  actionSubjectId: actionSubjectId,
60
60
  attributes: _objectSpread(_objectSpread({
61
61
  packageName: "@atlaskit/profilecard",
62
- packageVersion: "17.3.0"
62
+ packageVersion: "17.3.1"
63
63
  }, attributes), {}, {
64
64
  firedAt: Math.round((0, _performance.getPageTime)())
65
65
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "17.3.0"
3
+ "version": "17.3.1"
4
4
  }
@@ -38,7 +38,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
38
38
  actionSubjectId,
39
39
  attributes: {
40
40
  packageName: "@atlaskit/profilecard",
41
- packageVersion: "17.3.0",
41
+ packageVersion: "17.3.1",
42
42
  ...attributes,
43
43
  firedAt: Math.round(getPageTime())
44
44
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "17.3.0"
3
+ "version": "17.3.1"
4
4
  }
@@ -48,7 +48,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
48
48
  actionSubjectId: actionSubjectId,
49
49
  attributes: _objectSpread(_objectSpread({
50
50
  packageName: "@atlaskit/profilecard",
51
- packageVersion: "17.3.0"
51
+ packageVersion: "17.3.1"
52
52
  }, attributes), {}, {
53
53
  firedAt: Math.round(getPageTime())
54
54
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "17.3.0"
3
+ "version": "17.3.1"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "17.3.0",
3
+ "version": "17.3.1",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/avatar-group": "^9.1.0",
44
44
  "@atlaskit/button": "^16.4.0",
45
45
  "@atlaskit/dropdown-menu": "^11.5.0",
46
- "@atlaskit/give-kudos": "^0.8.0",
46
+ "@atlaskit/give-kudos": "^1.0.0",
47
47
  "@atlaskit/icon": "^21.11.0",
48
48
  "@atlaskit/lozenge": "^11.3.0",
49
49
  "@atlaskit/menu": "^1.4.0",
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
 
@@ -705,3 +706,17 @@ export interface WithOuterListenersProps {
705
706
  ```
706
707
 
707
708
  <!--SECTION END: Main Entry Types-->
709
+
710
+ ### Peer Dependencies
711
+
712
+ <!--SECTION START: Peer Dependencies-->
713
+
714
+ ```json
715
+ {
716
+ "react": "^16.8.0",
717
+ "react-dom": "^16.8.0",
718
+ "styled-components": "^3.2.6"
719
+ }
720
+ ```
721
+
722
+ <!--SECTION END: Peer Dependencies-->