@atlaskit/editor-core 189.5.7 → 189.5.8
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 189.5.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#57137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57137) [`a02f991bd476`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a02f991bd476) - Update and remove various visual regression tests and snapshots in @atlaskit/editor-core and @atlaskit/renderer related to the deprecated legacy theming system.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 189.5.7
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.5.
|
|
2
|
+
export const version = "189.5.8";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.5.
|
|
2
|
+
export var version = "189.5.8";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.5.
|
|
3
|
+
"version": "189.5.8",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@atlaskit/radio": "^6.0.0",
|
|
132
132
|
"@atlaskit/section-message": "^6.4.0",
|
|
133
133
|
"@atlaskit/select": "^17.0.0",
|
|
134
|
-
"@atlaskit/smart-card": "^26.
|
|
134
|
+
"@atlaskit/smart-card": "^26.43.0",
|
|
135
135
|
"@atlaskit/smart-user-picker": "^6.3.0",
|
|
136
136
|
"@atlaskit/spinner": "^16.0.0",
|
|
137
137
|
"@atlaskit/tabs": "^14.0.0",
|