@atlaskit/editor-plugin-emoji 4.3.2 → 5.0.0

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 +14 -0
  2. package/package.json +12 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
14
+ EDITOR-1442 Bump adf-schema
15
+ - Updated dependencies
16
+
3
17
  ## 4.3.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "4.3.2",
3
+ "version": "5.0.0",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,13 +21,13 @@
21
21
  "singleton": true
22
22
  },
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^50.2.2",
25
- "@atlaskit/editor-plugin-analytics": "^3.0.0",
26
- "@atlaskit/editor-plugin-annotation": "^3.3.0",
27
- "@atlaskit/editor-plugin-base": "^4.1.0",
28
- "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
29
- "@atlaskit/editor-plugin-metrics": "^4.0.0",
30
- "@atlaskit/editor-plugin-type-ahead": "^3.1.0",
24
+ "@atlaskit/adf-schema": "^50.2.3",
25
+ "@atlaskit/editor-plugin-analytics": "^4.0.0",
26
+ "@atlaskit/editor-plugin-annotation": "^4.0.0",
27
+ "@atlaskit/editor-plugin-base": "^5.0.0",
28
+ "@atlaskit/editor-plugin-editor-viewmode": "^6.0.0",
29
+ "@atlaskit/editor-plugin-metrics": "^5.0.0",
30
+ "@atlaskit/editor-plugin-type-ahead": "^4.0.0",
31
31
  "@atlaskit/editor-prosemirror": "7.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.6.0",
33
33
  "@atlaskit/emoji": "^69.5.0",
@@ -35,7 +35,7 @@
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
36
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
37
37
  "@atlaskit/theme": "^20.0.0",
38
- "@atlaskit/tmp-editor-statsig": "^11.8.0",
38
+ "@atlaskit/tmp-editor-statsig": "^12.0.0",
39
39
  "@atlaskit/tokens": "^6.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@emotion/react": "^11.7.1",
@@ -43,14 +43,14 @@
43
43
  "react-loadable": "^5.1.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^107.31.0",
46
+ "@atlaskit/editor-common": "^108.0.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@af/visual-regression": "workspace:^",
52
- "@atlaskit/editor-plugin-composition": "^2.0.0",
53
- "@atlaskit/editor-plugin-decorations": "^3.1.0",
52
+ "@atlaskit/editor-plugin-composition": "^3.0.0",
53
+ "@atlaskit/editor-plugin-decorations": "^4.0.0",
54
54
  "@atlaskit/ssr": "workspace:^",
55
55
  "@atlaskit/util-data-test": "^18.1.0",
56
56
  "@testing-library/react": "^13.4.0",
@@ -100,9 +100,6 @@
100
100
  ]
101
101
  }
102
102
  },
103
- "af:exports": {
104
- ".": "./src/index.ts"
105
- },
106
103
  "platform-feature-flags": {
107
104
  "editor_inline_comments_paste_insert_nodes": {
108
105
  "type": "boolean"