@atlaskit/editor-plugin-highlight 1.7.0 → 1.7.1

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#108295](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108295)
8
+ [`965a0e6c1088`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/965a0e6c1088) -
9
+ NO-ISSUE Condition adding primary toolbar plugin components based on their presence instead of on
10
+ the feature flag to avoid it not rendering in examples
11
+ - Updated dependencies
12
+
3
13
  ## 1.7.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,17 +38,17 @@
38
38
  ".": "./src/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/editor-common": "^81.1.0",
41
+ "@atlaskit/editor-common": "^82.0.0",
42
42
  "@atlaskit/editor-palette": "1.6.0",
43
43
  "@atlaskit/editor-plugin-analytics": "^1.2.0",
44
44
  "@atlaskit/editor-plugin-background-color": "^1.1.0",
45
45
  "@atlaskit/editor-plugin-primary-toolbar": "^1.1.0",
46
46
  "@atlaskit/editor-plugin-text-formatting": "^1.7.0",
47
47
  "@atlaskit/editor-prosemirror": "4.0.1",
48
- "@atlaskit/editor-shared-styles": "^2.11.0",
48
+ "@atlaskit/editor-shared-styles": "^2.12.0",
49
49
  "@atlaskit/editor-tables": "^2.7.4",
50
50
  "@atlaskit/icon": "^22.3.0",
51
- "@atlaskit/primitives": "^6.4.0",
51
+ "@atlaskit/primitives": "^6.5.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },