@atlaskit/editor-plugin-list 8.2.0 → 8.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-list
2
2
 
3
+ ## 8.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.2.0
4
16
 
5
17
  ### Minor Changes
@@ -1249,8 +1261,7 @@
1249
1261
  -
1250
1262
  50. Another list item
1251
1263
 
1252
- Should NOT auto join to be 1 & 2 in a single list however... 49. A list item
1253
- -
1264
+ ## Should NOT auto join to be 1 & 2 in a single list however... 49. A list item
1254
1265
  50. Another list item
1255
1266
 
1256
1267
  Should join to be 49 & 50 in a single list.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-list",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "description": "List plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,21 +29,21 @@
29
29
  "dependencies": {
30
30
  "@atlaskit/adf-schema": "^51.3.0",
31
31
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
32
- "@atlaskit/editor-plugin-block-menu": "^4.0.0",
32
+ "@atlaskit/editor-plugin-block-menu": "^5.0.0",
33
33
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
34
34
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
- "@atlaskit/editor-toolbar": "^0.15.0",
36
+ "@atlaskit/editor-toolbar": "^0.16.0",
37
37
  "@atlaskit/icon": "^28.5.0",
38
38
  "@atlaskit/insm": "^0.1.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/prosemirror-history": "^0.2.0",
41
41
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
42
- "@atlaskit/tmp-editor-statsig": "^13.13.0",
42
+ "@atlaskit/tmp-editor-statsig": "^13.18.0",
43
43
  "@babel/runtime": "^7.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^110.14.0",
46
+ "@atlaskit/editor-common": "^110.16.0",
47
47
  "react": "^18.2.0",
48
48
  "react-intl-next": "npm:react-intl@^5.18.1"
49
49
  },