@atlaskit/editor-plugin-text-color 7.2.21 → 7.2.23

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 +12 -0
  2. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 7.2.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.2.22
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.2.21
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "7.2.21",
3
+ "version": "7.2.23",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,19 +41,19 @@
41
41
  "@atlaskit/editor-prosemirror": "^7.3.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.10.0",
43
43
  "@atlaskit/editor-toolbar": "^0.19.0",
44
- "@atlaskit/editor-toolbar-model": "^0.3.0",
44
+ "@atlaskit/editor-toolbar-model": "^0.4.0",
45
45
  "@atlaskit/heading": "^5.3.0",
46
46
  "@atlaskit/icon": "^31.0.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/primitives": "^18.0.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^28.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^29.5.0",
51
51
  "@atlaskit/tokens": "^11.0.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^111.16.0",
56
+ "@atlaskit/editor-common": "^111.19.0",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -102,9 +102,6 @@
102
102
  "platform_editor_use_preferences_plugin": {
103
103
  "type": "boolean"
104
104
  },
105
- "platform-visual-refresh-icons": {
106
- "type": "boolean"
107
- },
108
105
  "platform_editor_toolbar_aifc_text_color_config": {
109
106
  "type": "boolean"
110
107
  },