@atlaskit/editor-core 189.3.31 → 189.3.32

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.3.32
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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.
8
+ - Updated dependencies
9
+
3
10
  ## 189.3.31
4
11
 
5
12
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "189.3.31";
8
+ var version = exports.version = "189.3.32";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "189.3.31";
2
+ export const version = "189.3.32";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "189.3.31";
2
+ export var version = "189.3.32";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "189.3.31",
3
+ "version": "189.3.32",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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": "^5.6.0",
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.15.5",
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",