@atlaskit/editor-plugin-text-color 10.0.12 → 10.0.13

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,11 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 10.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.0.12
4
10
 
5
11
  ### Patch Changes
@@ -5,7 +5,6 @@
5
5
 
6
6
  import path from 'path';
7
7
 
8
-
9
8
  import type { ComponentStructuredContentSource } from '@atlassian/structured-docs-types';
10
9
 
11
10
  import packageJson from './package.json';
@@ -30,7 +29,11 @@ const documentation: ComponentStructuredContentSource[] = [
30
29
  keywords: ['editor', 'editor-plugin-text-color', 'atlaskit'],
31
30
  categories: ['editor'],
32
31
  examples: [
33
- { name: 'Composable editor with text color', description: 'Text color plugin in composable editor.', source: path.resolve(packagePath, './examples/1-composable-editor-with-text-color.tsx') },
32
+ {
33
+ name: 'Composable editor with text color',
34
+ description: 'Text color plugin in composable editor.',
35
+ source: path.resolve(packagePath, './examples/1-composable-editor-with-text-color.tsx'),
36
+ },
34
37
  ],
35
38
  },
36
39
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "10.0.12",
3
+ "version": "10.0.13",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,14 +29,14 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^52.7.0",
32
+ "@atlaskit/adf-schema": "^52.9.0",
33
33
  "@atlaskit/button": "^23.11.0",
34
34
  "@atlaskit/css": "^0.19.0",
35
35
  "@atlaskit/editor-palette": "^2.1.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^10.0.0",
37
37
  "@atlaskit/editor-plugin-highlight": "^10.0.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^11.0.0",
39
- "@atlaskit/editor-plugin-selection-toolbar": "^11.0.0",
39
+ "@atlaskit/editor-plugin-selection-toolbar": "^11.1.0",
40
40
  "@atlaskit/editor-plugin-toolbar": "^7.0.0",
41
41
  "@atlaskit/editor-prosemirror": "^7.3.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.10.0",
@@ -46,13 +46,13 @@
46
46
  "@atlaskit/icon": "^34.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/primitives": "^19.0.0",
49
- "@atlaskit/tmp-editor-statsig": "^74.0.0",
49
+ "@atlaskit/tmp-editor-statsig": "^75.0.0",
50
50
  "@atlaskit/tokens": "^13.0.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^114.15.0",
55
+ "@atlaskit/editor-common": "^114.19.0",
56
56
  "react": "^18.2.0",
57
57
  "react-dom": "^18.2.0",
58
58
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"