@atlaskit/editor-plugin-text-formatting 8.1.0 → 8.1.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,17 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 8.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.1.0
4
16
 
5
17
  ### Minor Changes
package/docs/0-intro.tsx CHANGED
@@ -5,7 +5,8 @@ import { AtlassianInternalWarning, code, md } from '@atlaskit/docs';
5
5
  import { createEditorUseOnlyNotice } from '@atlaskit/editor-common/doc-utils';
6
6
  import { token } from '@atlaskit/tokens';
7
7
 
8
- export default md`
8
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any -- md template from @atlaskit/docs
9
+ const _default_1: any = md`
9
10
 
10
11
  ${createEditorUseOnlyNotice('Editor Plugin Text Formatting', [
11
12
  { name: 'Editor Core', link: '/packages/editor/editor-core' },
@@ -57,3 +58,4 @@ For internal Atlassian, visit the slack channel [#help-editor](https://atlassian
57
58
  ---
58
59
  Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
59
60
  `;
61
+ export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^52.3.0",
35
+ "@atlaskit/adf-schema": "^52.4.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^8.0.0",
37
37
  "@atlaskit/editor-plugin-base": "^9.0.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
@@ -43,17 +43,17 @@
43
43
  "@atlaskit/editor-tables": "^2.9.0",
44
44
  "@atlaskit/editor-toolbar": "^0.20.0",
45
45
  "@atlaskit/editor-toolbar-model": "^0.4.0",
46
- "@atlaskit/icon": "^32.1.0",
46
+ "@atlaskit/icon": "^33.0.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
49
- "@atlaskit/tmp-editor-statsig": "^40.0.0",
49
+ "@atlaskit/tmp-editor-statsig": "^41.0.0",
50
50
  "@atlaskit/tokens": "^11.1.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^112.4.0",
56
+ "@atlaskit/editor-common": "^112.6.0",
57
57
  "react": "^18.2.0"
58
58
  },
59
59
  "devDependencies": {