@atlaskit/avatar-group 8.5.8 → 8.5.9

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/avatar-group
2
2
 
3
+ ## 8.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
8
+
3
9
  ## 8.5.8
4
10
 
5
11
  ### Patch Changes
@@ -32,6 +32,7 @@ var AvatarGroupItem = function AvatarGroupItem(_ref) {
32
32
  var CustomComponent = function CustomComponent(_ref2) {
33
33
  var children = _ref2.children,
34
34
  props = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
35
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
35
36
  return /*#__PURE__*/_react.default.createElement("span", props, children);
36
37
  };
37
38
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "8.5.8",
3
+ "version": "8.5.9",
4
4
  "sideEffects": false
5
5
  }
@@ -19,6 +19,7 @@ const AvatarGroupItem = ({
19
19
  children,
20
20
  ...props
21
21
  }) => {
22
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
22
23
  return /*#__PURE__*/React.createElement("span", props, children);
23
24
  };
24
25
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "8.5.8",
3
+ "version": "8.5.9",
4
4
  "sideEffects": false
5
5
  }
@@ -20,6 +20,7 @@ var AvatarGroupItem = function AvatarGroupItem(_ref) {
20
20
  var children = _ref2.children,
21
21
  props = _objectWithoutProperties(_ref2, _excluded2);
22
22
 
23
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
23
24
  return /*#__PURE__*/React.createElement("span", props, children);
24
25
  };
25
26
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "8.5.8",
3
+ "version": "8.5.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "8.5.8",
3
+ "version": "8.5.9",
4
4
  "description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"