@atlaskit/editor-plugin-emoji 7.3.0 → 7.3.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 +6 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 7.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.3.0
4
10
 
5
11
  ### Minor Changes
@@ -277,7 +283,6 @@
277
283
  shared context or singletons.
278
284
 
279
285
  **HOW TO ADJUST:**
280
-
281
286
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
282
287
  any of these editor plugins.
283
288
  - Ensure the version you install matches the version required by the plugins.
@@ -1323,7 +1328,6 @@
1323
1328
 
1324
1329
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1325
1330
  `@atlaskit/editor-common/types`:
1326
-
1327
1331
  - InputRuleWrapper
1328
1332
  - InputRuleHandler
1329
1333
  - OnHandlerApply
@@ -1333,7 +1337,6 @@
1333
1337
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1334
1338
 
1335
1339
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1336
-
1337
1340
  - createPlugin
1338
1341
  - createInputRulePlugin
1339
1342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,14 +30,14 @@
30
30
  "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
31
31
  "@atlaskit/editor-prosemirror": "7.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.7.0",
33
- "@atlaskit/emoji": "^69.5.0",
33
+ "@atlaskit/emoji": "^69.6.0",
34
34
  "@atlaskit/icon": "^28.5.0",
35
35
  "@atlaskit/node-data-provider": "^7.1.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
40
- "@atlaskit/tokens": "^6.4.0",
39
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "lodash": "^4.17.21",
@@ -45,7 +45,7 @@
45
45
  "react-loadable": "^5.1.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^110.11.0",
48
+ "@atlaskit/editor-common": "^110.13.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },