@atlaskit/editor-plugin-list 8.1.3 → 8.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-list
2
2
 
3
+ ## 8.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
14
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 8.1.3
4
21
 
5
22
  ### Patch Changes
@@ -1238,9 +1255,7 @@
1238
1255
  -
1239
1256
  50. Another list item
1240
1257
 
1241
- Should NOT auto join to be 1 & 2 in a single list however...
1242
- 49. A list item
1243
- -
1258
+ ## Should NOT auto join to be 1 & 2 in a single list however... 49. A list item
1244
1259
  50. Another list item
1245
1260
 
1246
1261
  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.1.3",
3
+ "version": "8.2.1",
4
4
  "description": "List plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,9 +27,9 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/adf-schema": "^51.2.0",
31
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
32
- "@atlaskit/editor-plugin-block-menu": "^4.0.0",
30
+ "@atlaskit/adf-schema": "^51.3.0",
31
+ "@atlaskit/editor-plugin-analytics": "^6.2.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",
@@ -39,11 +39,11 @@
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.12.0",
42
+ "@atlaskit/tmp-editor-statsig": "^13.16.0",
43
43
  "@babel/runtime": "^7.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^110.13.0",
46
+ "@atlaskit/editor-common": "^110.15.0",
47
47
  "react": "^18.2.0",
48
48
  "react-intl-next": "npm:react-intl@^5.18.1"
49
49
  },