@atlaskit/editor-plugin-find-replace 6.0.3 → 6.0.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 +12 -3
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 6.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.0.3
4
16
 
5
17
  ### Patch Changes
@@ -258,7 +270,6 @@
258
270
  shared context or singletons.
259
271
 
260
272
  **HOW TO ADJUST:**
261
-
262
273
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
263
274
  any of these editor plugins.
264
275
  - Ensure the version you install matches the version required by the plugins.
@@ -1141,7 +1152,6 @@
1141
1152
  ## WHAT?:
1142
1153
 
1143
1154
  Removing feature flags:
1144
-
1145
1155
  - singleLayout
1146
1156
  - newInsertionBehaviour
1147
1157
  - interactiveExpand
@@ -1155,7 +1165,6 @@
1155
1165
  maintenance burden
1156
1166
 
1157
1167
  ## HOW to update your code:
1158
-
1159
1168
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
1160
1169
  - If you were not using the feature flag - the behaviour is now default.
1161
1170
  - If you have opted out of using the feature flag - we have been careful to ensure no-one has
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "atlaskit:src": "src/index.ts",
30
30
  "dependencies": {
31
31
  "@atlaskit/button": "^23.5.0",
32
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
33
- "@atlaskit/editor-plugin-card": "^11.3.0",
34
- "@atlaskit/editor-plugin-expand": "^7.1.0",
35
- "@atlaskit/editor-plugin-mentions": "^8.0.0",
32
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
33
+ "@atlaskit/editor-plugin-card": "^11.4.0",
34
+ "@atlaskit/editor-plugin-expand": "^7.2.0",
35
+ "@atlaskit/editor-plugin-mentions": "^8.2.0",
36
36
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
38
  "@atlaskit/editor-shared-styles": "^3.7.0",
@@ -41,11 +41,11 @@
41
41
  "@atlaskit/icon-lab": "^5.10.0",
42
42
  "@atlaskit/mention": "^24.3.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/primitives": "^15.0.0",
44
+ "@atlaskit/primitives": "^16.0.0",
45
45
  "@atlaskit/textfield": "^8.0.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
48
- "@atlaskit/tokens": "^6.5.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
48
+ "@atlaskit/tokens": "^7.0.0",
49
49
  "@atlaskit/tooltip": "^20.5.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
@@ -55,8 +55,8 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@af/visual-regression": "workspace:^",
58
- "@atlaskit/editor-plugin-block-type": "^10.1.0",
59
- "@atlaskit/editor-plugin-text-formatting": "^6.0.0",
58
+ "@atlaskit/editor-plugin-block-type": "^10.2.0",
59
+ "@atlaskit/editor-plugin-text-formatting": "^6.1.0",
60
60
  "@testing-library/react": "^13.4.0",
61
61
  "@testing-library/user-event": "^14.4.3",
62
62
  "mockdate": "^3.0.5",
@@ -64,7 +64,7 @@
64
64
  "react-dom": "^18.2.0"
65
65
  },
66
66
  "peerDependencies": {
67
- "@atlaskit/editor-common": "^110.12.0",
67
+ "@atlaskit/editor-common": "^110.14.0",
68
68
  "react": "^18.2.0",
69
69
  "react-intl-next": "npm:react-intl@^5.18.1"
70
70
  },