@atlaskit/editor-plugin-text-color 6.2.5 → 6.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 6.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`65a0457b5c987`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65a0457b5c987) -
8
+ re-release @atlaskit/editor-plugin-text-color to see if it fixes the master-publish pipeline
9
+ - Updated dependencies
10
+
11
+ ## 6.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 6.3.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
22
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
3
28
  ## 6.2.5
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "6.2.5",
3
+ "version": "6.3.2",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,32 +29,32 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.2.0",
32
+ "@atlaskit/adf-schema": "^51.3.0",
33
33
  "@atlaskit/button": "^23.5.0",
34
34
  "@atlaskit/css": "^0.15.0",
35
35
  "@atlaskit/editor-palette": "^2.1.0",
36
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
37
- "@atlaskit/editor-plugin-highlight": "^6.2.0",
36
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
37
+ "@atlaskit/editor-plugin-highlight": "^6.3.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^7.0.0",
40
40
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
- "@atlaskit/editor-shared-styles": "^3.7.0",
42
+ "@atlaskit/editor-shared-styles": "^3.8.0",
43
43
  "@atlaskit/editor-tables": "^2.9.0",
44
- "@atlaskit/editor-toolbar": "^0.15.0",
44
+ "@atlaskit/editor-toolbar": "^0.16.0",
45
45
  "@atlaskit/editor-toolbar-model": "^0.2.0",
46
46
  "@atlaskit/heading": "^5.2.0",
47
47
  "@atlaskit/icon": "^28.5.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^15.0.0",
49
+ "@atlaskit/primitives": "^16.0.0",
50
50
  "@atlaskit/theme": "^21.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^13.13.0",
51
+ "@atlaskit/tmp-editor-statsig": "^13.18.0",
52
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.13.0",
57
+ "@atlaskit/editor-common": "^110.16.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"