@atlaskit/editor-core 216.0.0 → 216.0.2

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,20 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 216.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b429c01ce6af9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b429c01ce6af9) -
8
+ icon migration entry point update
9
+ - Updated dependencies
10
+
11
+ ## 216.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`08984e84a58de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08984e84a58de) -
16
+ EDITOR-3594 Improve ARIs handling to ensure correctness
17
+
3
18
  ## 216.0.0
4
19
 
5
20
  ### 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 = "215.28.0";
8
+ var version = exports.version = "216.0.1";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "215.28.0";
2
+ export const version = "216.0.1";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "215.28.0";
2
+ export var version = "216.0.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.0.0",
3
+ "version": "216.0.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -95,7 +95,7 @@
95
95
  "@af/suppress-react-warnings": "workspace:^",
96
96
  "@af/visual-regression": "workspace:^",
97
97
  "@atlaskit/adf-utils": "^19.26.0",
98
- "@atlaskit/analytics-listeners": "^9.1.0",
98
+ "@atlaskit/analytics-listeners": "^9.2.0",
99
99
  "@atlaskit/collab-provider": "^15.0.0",
100
100
  "@atlaskit/editor-plugin-annotation": "^7.0.0",
101
101
  "@atlaskit/editor-plugin-card": "^12.0.0",