@atlaskit/editor-core 221.10.0 → 221.11.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 +12 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 221.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`30f196e640e18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30f196e640e18) -
|
|
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
|
+
|
|
3
15
|
## 221.10.0
|
|
4
16
|
|
|
5
17
|
### 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.
|
|
9
|
+
var version = exports.version = "221.10.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.
|
|
3
|
+
"version": "221.11.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.
|
|
42
|
+
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.194.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,19 +56,19 @@
|
|
|
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.
|
|
59
|
+
"@atlaskit/emoji": "^71.11.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
61
61
|
"@atlaskit/icon": "^37.1.0",
|
|
62
62
|
"@atlaskit/link": "^4.3.0",
|
|
63
63
|
"@atlaskit/media-card": "^81.4.0",
|
|
64
|
-
"@atlaskit/mention": "^27.
|
|
65
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
64
|
+
"@atlaskit/mention": "^27.9.0",
|
|
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.
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^130.
|
|
71
|
-
"@atlaskit/tokens": "^16.
|
|
69
|
+
"@atlaskit/task-decision": "^21.6.0",
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^130.2.0",
|
|
71
|
+
"@atlaskit/tokens": "^16.2.0",
|
|
72
72
|
"@atlaskit/tooltip": "^23.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^6.2.0",
|
|
74
74
|
"@babel/runtime": "^7.0.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"uuid": "^3.1.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@atlaskit/editor-common": "^116.
|
|
88
|
+
"@atlaskit/editor-common": "^116.35.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.1.0",
|
|
115
115
|
"@atlaskit/popper": "^8.3.0",
|
|
116
116
|
"@atlaskit/portal": "^6.1.0",
|
|
117
|
-
"@atlaskit/renderer": "^133.
|
|
117
|
+
"@atlaskit/renderer": "^133.13.0",
|
|
118
118
|
"@atlaskit/section-message": "^9.2.0",
|
|
119
119
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
120
120
|
"@atlaskit/toggle": "^17.1.0",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
125
125
|
"@atlassian/editor-rovo-bridge": "^10.12.0",
|
|
126
126
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
127
|
-
"@atlassian/search-client": "^1.
|
|
127
|
+
"@atlassian/search-client": "^2.1.0",
|
|
128
128
|
"@atlassian/search-provider": "^13.1.0",
|
|
129
129
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
130
|
-
"@atlassian/user-profile-card": "^1.
|
|
130
|
+
"@atlassian/user-profile-card": "^1.23.0",
|
|
131
131
|
"@emotion/jest": "^11.8.0",
|
|
132
132
|
"@testing-library/react": "^16.3.0",
|
|
133
133
|
"@types/diff": "^5.0.2",
|