@atlaskit/editor-plugin-emoji 0.4.2 → 0.4.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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379) [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes.
8
+ - Updated dependencies
9
+
10
+ ## 0.4.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 0.4.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,12 +20,12 @@
20
20
  "singleton": true
21
21
  },
22
22
  "dependencies": {
23
- "@atlaskit/adf-schema": "^32.0.0",
24
- "@atlaskit/editor-common": "^76.10.0",
25
- "@atlaskit/editor-plugin-analytics": "^0.2.0",
23
+ "@atlaskit/adf-schema": "^33.2.3",
24
+ "@atlaskit/editor-common": "^76.22.0",
25
+ "@atlaskit/editor-plugin-analytics": "^0.3.0",
26
26
  "@atlaskit/editor-plugin-type-ahead": "^0.7.0",
27
27
  "@atlaskit/editor-prosemirror": "1.1.0",
28
- "@atlaskit/emoji": "^67.5.0",
28
+ "@atlaskit/emoji": "^67.6.0",
29
29
  "@atlaskit/prosemirror-input-rules": "^2.4.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/react": "^11.7.1",