@atlaskit/editor-plugin-find-replace 6.0.3 → 6.0.4

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 6.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.3
4
10
 
5
11
  ### Patch Changes
@@ -258,7 +264,6 @@
258
264
  shared context or singletons.
259
265
 
260
266
  **HOW TO ADJUST:**
261
-
262
267
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
263
268
  any of these editor plugins.
264
269
  - Ensure the version you install matches the version required by the plugins.
@@ -1141,7 +1146,6 @@
1141
1146
  ## WHAT?:
1142
1147
 
1143
1148
  Removing feature flags:
1144
-
1145
1149
  - singleLayout
1146
1150
  - newInsertionBehaviour
1147
1151
  - interactiveExpand
@@ -1155,7 +1159,6 @@
1155
1159
  maintenance burden
1156
1160
 
1157
1161
  ## HOW to update your code:
1158
-
1159
1162
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
1160
1163
  - If you were not using the feature flag - the behaviour is now default.
1161
1164
  - 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.4",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,8 +44,8 @@
44
44
  "@atlaskit/primitives": "^15.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",
@@ -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.13.0",
68
68
  "react": "^18.2.0",
69
69
  "react-intl-next": "npm:react-intl@^5.18.1"
70
70
  },