@atlaskit/editor-plugin-list 8.1.3 → 8.2.0

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 +12 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/editor-plugin-list
2
2
 
3
+ ## 8.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 8.1.3
4
15
 
5
16
  ### Patch Changes
@@ -1238,8 +1249,7 @@
1238
1249
  -
1239
1250
  50. Another list item
1240
1251
 
1241
- Should NOT auto join to be 1 & 2 in a single list however...
1242
- 49. A list item
1252
+ Should NOT auto join to be 1 & 2 in a single list however... 49. A list item
1243
1253
  -
1244
1254
  50. Another list item
1245
1255
 
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.0",
4
4
  "description": "List plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,8 +27,8 @@
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",
30
+ "@atlaskit/adf-schema": "^51.3.0",
31
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
32
32
  "@atlaskit/editor-plugin-block-menu": "^4.0.0",
33
33
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
34
34
  "@atlaskit/editor-plugin-toolbar": "^3.3.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.13.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.14.0",
47
47
  "react": "^18.2.0",
48
48
  "react-intl-next": "npm:react-intl@^5.18.1"
49
49
  },