@atlaskit/editor-plugin-table 1.1.4 → 1.1.5

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,11 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 1.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2cde23fc462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cde23fc462) - This changeset exists because a PR touches these packages in a way that doesn't require a release
8
+
3
9
  ## 1.1.4
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -16,7 +16,7 @@ import {
16
16
  BrowserTestCase(
17
17
  'Delete last table column in full-width mode',
18
18
  // Only Chrome has logging support in BrowserStack now
19
- { skip: ['safari'] },
19
+ { skip: [] },
20
20
  async (client: any, testName: string) => {
21
21
  const page = await goToEditorTestingWDExample(
22
22
  client,
@@ -330,7 +330,7 @@ BrowserTestCase(
330
330
 
331
331
  BrowserTestCase(
332
332
  'should the context menu disabled item stay open when clicked.',
333
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
333
+ { skip: [] },
334
334
  async (client: any, testName: string) => {
335
335
  const page = await goToEditorTestingWDExample(
336
336
  client,