@atlaskit/editor-core 179.1.1 → 180.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 180.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 179.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`f770f0118a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f770f0118a4) - This package is now declared as a singleton within its package.json file. Consumers should provide tooling to assist in deduplication and enforcement of the singleton pattern.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 179.1.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "
|
|
9
|
+
var version = "180.0.0";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
var nextMajorVersion = function nextMajorVersion() {
|
|
12
12
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "180.0.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"atlaskit:src": "src/index.ts",
|
|
17
17
|
"atlassian": {
|
|
18
18
|
"team": "Editor",
|
|
19
|
+
"singleton": true,
|
|
19
20
|
"deprecatedAutoEntryPoints": true,
|
|
20
21
|
"inPublicMirror": true,
|
|
21
22
|
"releaseModel": "scheduled",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"@atlaskit/radio": "^5.4.0",
|
|
70
71
|
"@atlaskit/section-message": "^6.3.0",
|
|
71
72
|
"@atlaskit/select": "^16.1.0",
|
|
72
|
-
"@atlaskit/smart-card": "^
|
|
73
|
+
"@atlaskit/smart-card": "^25.0.0",
|
|
73
74
|
"@atlaskit/smart-user-picker": "^6.0.0",
|
|
74
75
|
"@atlaskit/spinner": "^15.3.0",
|
|
75
76
|
"@atlaskit/status": "^1.2.0",
|
|
@@ -124,8 +125,8 @@
|
|
|
124
125
|
"w3c-keyname": "^2.1.0"
|
|
125
126
|
},
|
|
126
127
|
"peerDependencies": {
|
|
127
|
-
"@atlaskit/link-provider": "^1.
|
|
128
|
-
"@atlaskit/media-core": "^34.0.
|
|
128
|
+
"@atlaskit/link-provider": "^1.5.0",
|
|
129
|
+
"@atlaskit/media-core": "^34.0.2",
|
|
129
130
|
"react": "^16.8.0",
|
|
130
131
|
"react-dom": "^16.8.0",
|
|
131
132
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -144,7 +145,7 @@
|
|
|
144
145
|
"@atlaskit/editor-test-helpers": "^18.0.0",
|
|
145
146
|
"@atlaskit/flag": "^15.0.0",
|
|
146
147
|
"@atlaskit/inline-dialog": "^13.4.0",
|
|
147
|
-
"@atlaskit/link-provider": "^1.
|
|
148
|
+
"@atlaskit/link-provider": "^1.5.0",
|
|
148
149
|
"@atlaskit/link-test-helpers": "^2.1.0",
|
|
149
150
|
"@atlaskit/lozenge": "^11.3.0",
|
|
150
151
|
"@atlaskit/media-core": "^34.0.0",
|
|
@@ -152,9 +153,9 @@
|
|
|
152
153
|
"@atlaskit/media-test-helpers": "^30.1.0",
|
|
153
154
|
"@atlaskit/menu": "^1.5.0",
|
|
154
155
|
"@atlaskit/page-layout": "^1.3.0",
|
|
155
|
-
"@atlaskit/profilecard": "^18.
|
|
156
|
+
"@atlaskit/profilecard": "^18.3.0",
|
|
156
157
|
"@atlaskit/pubsub": "^6.2.0",
|
|
157
|
-
"@atlaskit/renderer": "^
|
|
158
|
+
"@atlaskit/renderer": "^107.0.0",
|
|
158
159
|
"@atlaskit/section-message": "^6.3.0",
|
|
159
160
|
"@atlaskit/share": "*",
|
|
160
161
|
"@atlaskit/smart-user-picker": "^6.0.0",
|
|
@@ -167,8 +168,8 @@
|
|
|
167
168
|
"@atlaskit/webdriver-runner": "*",
|
|
168
169
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
169
170
|
"@atlassian/link-picker-atlassian-plugin": "^26.1.0",
|
|
170
|
-
"@atlassian/link-picker-plugins": "^
|
|
171
|
-
"@atlassian/search-provider": "2.3.
|
|
171
|
+
"@atlassian/link-picker-plugins": "^16.0.0",
|
|
172
|
+
"@atlassian/search-provider": "2.3.13",
|
|
172
173
|
"@atlassian/ufo": "^0.1.0",
|
|
173
174
|
"@emotion/jest": "^11.8.0",
|
|
174
175
|
"@storybook/addon-knobs": "^5.3.18",
|