@atlaskit/editor-plugin-expand 6.0.1 → 6.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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 6.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) -
8
+ EDITOR-1562 bump adf-schema for afm
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 6.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) -
19
+ EDITOR-1568 bump adf-schema for afm
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 6.0.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "6.0.1",
3
+ "version": "6.2.0",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.0.0",
32
+ "@atlaskit/adf-schema": "^51.1.2",
33
33
  "@atlaskit/button": "^23.4.0",
34
- "@atlaskit/editor-plugin-analytics": "^5.0.0",
35
- "@atlaskit/editor-plugin-block-menu": "^3.0.0",
34
+ "@atlaskit/editor-plugin-analytics": "^5.2.0",
35
+ "@atlaskit/editor-plugin-block-menu": "^3.1.0",
36
36
  "@atlaskit/editor-plugin-decorations": "^5.0.0",
37
37
  "@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/icon": "^28.1.0",
46
46
  "@atlaskit/icon-lab": "^5.7.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.11.0",
48
+ "@atlaskit/tmp-editor-statsig": "^12.18.0",
49
49
  "@atlaskit/tokens": "^6.3.0",
50
50
  "@atlaskit/tooltip": "^20.4.0",
51
51
  "@babel/runtime": "^7.0.0",
@@ -54,7 +54,7 @@
54
54
  "w3c-keyname": "^2.1.8"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^109.1.0",
57
+ "@atlaskit/editor-common": "^109.5.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -64,8 +64,8 @@
64
64
  "@atlaskit/editor-plugin-content-insertion": "^5.0.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^5.0.0",
66
66
  "@atlaskit/editor-plugin-quick-insert": "^5.0.0",
67
- "@atlaskit/editor-plugin-table": "^14.0.0",
68
- "@atlaskit/editor-plugin-type-ahead": "^5.0.0",
67
+ "@atlaskit/editor-plugin-table": "^14.2.0",
68
+ "@atlaskit/editor-plugin-type-ahead": "^5.2.0",
69
69
  "@atlaskit/editor-plugin-width": "^6.0.0",
70
70
  "@testing-library/react": "^13.4.0",
71
71
  "react-test-renderer": "^18.2.0"