@atlaskit/editor-plugin-block-type 3.7.0 → 3.8.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 +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-plugin-block-type
2
2
 
3
+ ## 3.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247)
8
+ [`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) -
9
+ upgrade adf-schema version to 38.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 3.7.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 3.7.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,14 +35,14 @@
35
35
  "./styles": "./src/styles.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/adf-schema": "^37.0.0",
39
- "@atlaskit/editor-common": "^82.12.0",
40
- "@atlaskit/editor-plugin-analytics": "^1.3.0",
38
+ "@atlaskit/adf-schema": "^38.0.0",
39
+ "@atlaskit/editor-common": "^83.3.0",
40
+ "@atlaskit/editor-plugin-analytics": "^1.4.0",
41
41
  "@atlaskit/editor-plugin-primary-toolbar": "^1.1.0",
42
42
  "@atlaskit/editor-prosemirror": "4.0.1",
43
43
  "@atlaskit/editor-shared-styles": "^2.12.0",
44
44
  "@atlaskit/editor-tables": "^2.7.0",
45
- "@atlaskit/icon": "^22.4.0",
45
+ "@atlaskit/icon": "^22.5.0",
46
46
  "@atlaskit/platform-feature-flags": "^0.2.5",
47
47
  "@atlaskit/prosemirror-input-rules": "^3.1.0",
48
48
  "@atlaskit/theme": "^12.11.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/analytics-next": "^9.3.0",
60
60
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
61
61
  "@atlaskit/editor-plugin-quick-insert": "^1.1.0",
62
- "@atlaskit/editor-plugin-type-ahead": "^1.3.0",
62
+ "@atlaskit/editor-plugin-type-ahead": "^1.4.0",
63
63
  "@atlaskit/ssr": "*",
64
64
  "@atlaskit/visual-regression": "*",
65
65
  "@testing-library/react": "^12.1.5",