@atlaskit/editor-plugin-avatar-group 2.0.16 → 2.0.17

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,14 @@
1
1
  # @atlaskit/editor-plugin-avatar-group
2
2
 
3
+ ## 2.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#172929](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/172929)
8
+ [`ee80242ee0a31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee80242ee0a31) -
9
+ Remediate re-exports
10
+ - Updated dependencies
11
+
3
12
  ## 2.0.16
4
13
 
5
14
  ### Patch Changes
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { avatarGroupPlugin } from './avatarGroupPlugin';
package/dist/esm/index.js CHANGED
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { avatarGroupPlugin } from './avatarGroupPlugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-avatar-group",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "Avatar Group plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,8 +36,8 @@
36
36
  ".": "./src/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/avatar-group": "^10.0.0",
40
- "@atlaskit/editor-common": "^96.0.0",
39
+ "@atlaskit/avatar-group": "^10.1.0",
40
+ "@atlaskit/editor-common": "^96.3.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
42
42
  "@atlaskit/editor-plugin-collab-edit": "^1.23.0",
43
43
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "AvatarGroupPluginWrapper", {
8
- enumerable: true,
9
- get: function get() {
10
- return _AvatarGroupPluginWrapper.default;
11
- }
12
- });
13
- exports.default = void 0;
14
- var _avatarsWithPluginState = _interopRequireDefault(require("./avatars-with-plugin-state"));
15
- var _AvatarGroupPluginWrapper = _interopRequireDefault(require("./AvatarGroupPluginWrapper"));
16
- var _default = exports.default = _avatarsWithPluginState.default;
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';