@atlaskit/editor-core 221.15.0 → 221.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 221.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7d37c14edffa7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7d37c14edffa7) -
8
+ Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
9
+ (Group 3)
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 221.15.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`9291603af8830`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9291603af8830) -
20
+ Upgrade types to be compatible with React 19.
21
+
22
+ This was done with the official React codemod: https://github.com/eps1lon/types-react-codemod/
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 221.15.0
4
27
 
5
28
  ### Minor Changes
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
8
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
9
- var version = exports.version = "221.14.3";
9
+ var version = exports.version = "221.15.1";
@@ -1,3 +1,3 @@
1
1
  export const name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export const version = "221.14.3";
3
+ export const version = "221.15.1";
@@ -1,3 +1,3 @@
1
1
  export var name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export var version = "221.14.3";
3
+ export var version = "221.15.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "221.15.0",
3
+ "version": "221.16.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/activity-provider": "^3.0.0",
41
41
  "@atlaskit/adf-schema": "^56.1.0",
42
- "@atlaskit/afm-i18n-platform-editor-editor-core": "2.196.0",
42
+ "@atlaskit/afm-i18n-platform-editor-editor-core": "2.200.0",
43
43
  "@atlaskit/analytics-namespaced-context": "^8.1.0",
44
44
  "@atlaskit/analytics-next": "^12.3.0",
45
45
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
@@ -56,18 +56,18 @@
56
56
  "@atlaskit/editor-ssr-renderer": "^7.1.0",
57
57
  "@atlaskit/editor-toolbar": "^2.3.0",
58
58
  "@atlaskit/editor-toolbar-model": "^1.1.0",
59
- "@atlaskit/emoji": "^71.14.0",
59
+ "@atlaskit/emoji": "^71.15.0",
60
60
  "@atlaskit/feature-gate-js-client": "^6.0.0",
61
61
  "@atlaskit/icon": "^37.2.0",
62
62
  "@atlaskit/link": "^4.3.0",
63
63
  "@atlaskit/media-card": "^81.4.0",
64
- "@atlaskit/mention": "^27.10.0",
64
+ "@atlaskit/mention": "^27.11.0",
65
65
  "@atlaskit/platform-feature-flags": "^2.1.0",
66
66
  "@atlaskit/platform-feature-flags-react": "^1.1.0",
67
67
  "@atlaskit/react-compiler-gating": "^0.2.0",
68
68
  "@atlaskit/react-ufo": "^7.3.0",
69
- "@atlaskit/task-decision": "^21.7.0",
70
- "@atlaskit/tmp-editor-statsig": "^135.0.0",
69
+ "@atlaskit/task-decision": "^21.8.0",
70
+ "@atlaskit/tmp-editor-statsig": "^135.2.0",
71
71
  "@atlaskit/tokens": "^16.3.0",
72
72
  "@atlaskit/tooltip": "^23.2.0",
73
73
  "@atlaskit/width-detector": "^6.2.0",
@@ -85,7 +85,7 @@
85
85
  "uuid": "^3.1.0"
86
86
  },
87
87
  "peerDependencies": {
88
- "@atlaskit/editor-common": "^116.42.0",
88
+ "@atlaskit/editor-common": "^116.43.0",
89
89
  "@atlaskit/link-provider": "^5.2.0",
90
90
  "@atlaskit/media-core": "^38.0.0",
91
91
  "react": "^18.2.0",
@@ -114,7 +114,7 @@
114
114
  "@atlaskit/modal-dialog": "^16.2.0",
115
115
  "@atlaskit/popper": "^8.4.0",
116
116
  "@atlaskit/portal": "^6.1.0",
117
- "@atlaskit/renderer": "^133.16.0",
117
+ "@atlaskit/renderer": "^133.17.0",
118
118
  "@atlaskit/section-message": "^9.2.0",
119
119
  "@atlaskit/synchrony-test-helpers": "workspace:^",
120
120
  "@atlaskit/toggle": "^17.1.0",