@atlaskit/editor-core 189.3.31 → 189.3.33
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
|
+
## 189.3.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 189.3.32
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#42569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42569) [`df6d526f3c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6d526f3c8) - Removed all remaining legacy theming logic from the TextField component.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 189.3.31
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.3.
|
|
2
|
+
export const version = "189.3.33";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.3.
|
|
2
|
+
export var version = "189.3.33";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.3.
|
|
3
|
+
"version": "189.3.33",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
48
48
|
"@atlaskit/avatar": "^21.4.0",
|
|
49
49
|
"@atlaskit/avatar-group": "^9.4.0",
|
|
50
|
-
"@atlaskit/button": "^16.
|
|
50
|
+
"@atlaskit/button": "^16.17.0",
|
|
51
51
|
"@atlaskit/checkbox": "^13.0.0",
|
|
52
|
-
"@atlaskit/code": "^
|
|
52
|
+
"@atlaskit/code": "^15.0.0",
|
|
53
53
|
"@atlaskit/date": "^0.10.0",
|
|
54
54
|
"@atlaskit/datetime-picker": "^13.0.0",
|
|
55
55
|
"@atlaskit/editor-common": "^76.22.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@atlaskit/tabs": "^14.0.0",
|
|
134
134
|
"@atlaskit/task-decision": "^17.9.0",
|
|
135
135
|
"@atlaskit/textarea": "^5.0.0",
|
|
136
|
-
"@atlaskit/textfield": "^
|
|
136
|
+
"@atlaskit/textfield": "^6.0.0",
|
|
137
137
|
"@atlaskit/theme": "^12.6.0",
|
|
138
138
|
"@atlaskit/toggle": "^13.0.0",
|
|
139
139
|
"@atlaskit/tokens": "^1.28.0",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@af/integration-testing": "*",
|
|
167
167
|
"@af/visual-regression": "*",
|
|
168
168
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
169
|
-
"@atlaskit/collab-provider": "9.
|
|
169
|
+
"@atlaskit/collab-provider": "9.16.0",
|
|
170
170
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
171
171
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
172
172
|
"@atlaskit/editor-palette": "1.5.2",
|