@atlaskit/editor-plugin-text-color 6.2.4 → 6.2.5

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 +6 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 6.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.2.4
4
10
 
5
11
  ### Patch Changes
@@ -336,7 +342,6 @@
336
342
 
337
343
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
338
344
  [ux] [ED-28473] minor UI updates for editor-toolbar
339
-
340
345
  - Use ADS ButtonGroup for ToolbarButtonGroup
341
346
  - Remove groupLocation prop and use CSS instead
342
347
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -447,7 +452,6 @@
447
452
  shared context or singletons.
448
453
 
449
454
  **HOW TO ADJUST:**
450
-
451
455
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
452
456
  any of these editor plugins.
453
457
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "6.2.4",
3
+ "version": "6.2.5",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,13 +48,13 @@
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/primitives": "^15.0.0",
50
50
  "@atlaskit/theme": "^21.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
52
- "@atlaskit/tokens": "^6.5.0",
51
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
52
+ "@atlaskit/tokens": "^7.0.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^110.12.0",
57
+ "@atlaskit/editor-common": "^110.13.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"