@atlaskit/editor-plugin-avatar-group 7.0.1 → 7.0.3
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 +12 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 7.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 7.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -163,7 +175,6 @@
|
|
|
163
175
|
shared context or singletons.
|
|
164
176
|
|
|
165
177
|
**HOW TO ADJUST:**
|
|
166
|
-
|
|
167
178
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
168
179
|
any of these editor plugins.
|
|
169
180
|
- Ensure the version you install matches the version required by the plugins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
],
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/avatar-group": "^12.
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^6.
|
|
37
|
-
"@atlaskit/editor-plugin-collab-edit": "^7.
|
|
35
|
+
"@atlaskit/avatar-group": "^12.4.0",
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
37
|
+
"@atlaskit/editor-plugin-collab-edit": "^7.1.0",
|
|
38
38
|
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
42
|
-
"@atlaskit/icon": "^28.
|
|
41
|
+
"@atlaskit/editor-shared-styles": "^3.8.0",
|
|
42
|
+
"@atlaskit/icon": "^28.5.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/theme": "^21.0.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
46
|
-
"@atlaskit/tokens": "^
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^13.32.0",
|
|
46
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
|
49
49
|
"memoize-one": "^6.0.0",
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^110.
|
|
53
|
+
"@atlaskit/editor-common": "^110.24.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"techstack": {
|