@atlaskit/editor-core 219.0.5 → 219.0.6

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.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`01bfb2823034b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01bfb2823034b) -
8
+ Expands automatic accessibility (a11y) Playwright test coverage for Platform
9
+ - Updated dependencies
10
+
3
11
  ## 219.0.5
4
12
 
5
13
  ### 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 = "219.0.4";
8
+ var version = exports.version = "219.0.5";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "219.0.4";
2
+ export const version = "219.0.5";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "219.0.4";
2
+ export var version = "219.0.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "219.0.5",
3
+ "version": "219.0.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -123,6 +123,7 @@
123
123
  "@atlaskit/toggle": "^15.6.0",
124
124
  "@atlaskit/util-data-test": "^18.5.0",
125
125
  "@atlassian/a11y-jest-testing": "^0.11.0",
126
+ "@atlassian/a11y-playwright-testing": "^0.9.0",
126
127
  "@atlassian/adf-schema-json": "^1.33.0",
127
128
  "@atlassian/editor-rovo-bridge": "^8.2.0",
128
129
  "@atlassian/feature-flags-test-utils": "^1.0.0",