@atlaskit/editor-core 219.4.0 → 219.4.1
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`967cff1c14097`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/967cff1c14097) -
|
|
8
|
+
Add isolatedDeclarations: true to tsconfig.app.json and tsconfig.dev.json
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 219.4.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "219.
|
|
2
|
+
export const version = "219.4.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "219.
|
|
2
|
+
export var version = "219.4.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.4.
|
|
3
|
+
"version": "219.4.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"uuid": "^3.1.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@atlaskit/editor-common": "^114.
|
|
96
|
-
"@atlaskit/link-provider": "^4.
|
|
95
|
+
"@atlaskit/editor-common": "^114.25.0",
|
|
96
|
+
"@atlaskit/link-provider": "^4.4.0",
|
|
97
97
|
"@atlaskit/media-core": "^37.0.0",
|
|
98
98
|
"react": "^18.2.0",
|
|
99
99
|
"react-dom": "^18.2.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@atlaskit/editor-plugin-list": "^12.0.0",
|
|
112
112
|
"@atlaskit/editor-plugin-paste": "^11.1.0",
|
|
113
113
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
114
|
-
"@atlaskit/link-provider": "^4.
|
|
114
|
+
"@atlaskit/link-provider": "^4.4.0",
|
|
115
115
|
"@atlaskit/linking-common": "^9.11.0",
|
|
116
116
|
"@atlaskit/logo": "^20.1.0",
|
|
117
117
|
"@atlaskit/media-core": "^37.0.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@atlassian/editor-rovo-bridge": "^8.6.0",
|
|
130
130
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
131
131
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
132
|
-
"@atlassian/search-client": "^1.
|
|
132
|
+
"@atlassian/search-client": "^1.7.0",
|
|
133
133
|
"@atlassian/search-provider": "^11.0.0",
|
|
134
134
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
135
135
|
"@emotion/jest": "^11.8.0",
|