@atlaskit/editor-plugin-block-type 8.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
3
17
  ## 8.2.0
4
18
 
5
19
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- /* HeadingButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* HeadingButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* HeadingButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* HeadingButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./HeadingButton.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* HeadingButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* HeadingButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./HeadingButton.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "8.2.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",
@@ -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.18.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.5.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"