@atlaskit/editor-plugin-block-type 8.1.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 +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/editor-plugin-block-type
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
+ - [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) -
14
+ NOISSUE: Patches emotion CSS exports in various editor packages
15
+ - Updated dependencies
16
+
17
+ ## 8.2.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) -
22
+ EDITOR-1562 bump adf-schema for afm
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
3
28
  ## 8.1.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "8.1.0",
3
+ "version": "8.2.2",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.1.1",
32
+ "@atlaskit/adf-schema": "^51.1.2",
33
33
  "@atlaskit/css": "^0.14.0",
34
- "@atlaskit/editor-plugin-analytics": "^5.1.0",
35
- "@atlaskit/editor-plugin-block-menu": "^3.0.0",
36
- "@atlaskit/editor-plugin-list": "^7.1.0",
34
+ "@atlaskit/editor-plugin-analytics": "^5.2.0",
35
+ "@atlaskit/editor-plugin-block-menu": "^3.1.0",
36
+ "@atlaskit/editor-plugin-list": "^7.2.0",
37
37
  "@atlaskit/editor-plugin-primary-toolbar": "^6.0.0",
38
38
  "@atlaskit/editor-plugin-selection": "^5.0.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^6.1.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.6.0",
43
43
  "@atlaskit/editor-tables": "^2.9.0",
44
- "@atlaskit/editor-toolbar": "^0.8.0",
44
+ "@atlaskit/editor-toolbar": "^0.9.0",
45
45
  "@atlaskit/editor-toolbar-model": "^0.2.0",
46
46
  "@atlaskit/icon": "^28.1.0",
47
47
  "@atlaskit/icon-lab": "^5.7.0",
@@ -50,13 +50,13 @@
50
50
  "@atlaskit/primitives": "^14.14.0",
51
51
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
52
52
  "@atlaskit/theme": "^21.0.0",
53
- "@atlaskit/tmp-editor-statsig": "^12.14.0",
53
+ "@atlaskit/tmp-editor-statsig": "^12.21.0",
54
54
  "@atlaskit/tokens": "^6.3.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^109.3.0",
59
+ "@atlaskit/editor-common": "^109.6.0",
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0",
62
62
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -65,7 +65,7 @@
65
65
  "@af/visual-regression": "workspace:^",
66
66
  "@atlaskit/analytics-next": "^11.1.0",
67
67
  "@atlaskit/editor-plugin-quick-insert": "^5.0.0",
68
- "@atlaskit/editor-plugin-type-ahead": "^5.1.0",
68
+ "@atlaskit/editor-plugin-type-ahead": "^5.2.0",
69
69
  "@atlaskit/ssr": "workspace:^",
70
70
  "@testing-library/react": "^13.4.0",
71
71
  "@testing-library/user-event": "^14.4.3",