@atlaskit/editor-synced-block-provider 6.2.6 → 6.3.1

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,22 @@
1
1
  # @atlaskit/editor-synced-block-provider
2
2
 
3
+ ## 6.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`717df2cfeca9e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/717df2cfeca9e) -
8
+ [ux] Pass accountId to SyncedBlockRenderer from Jira.
9
+ - Updated dependencies
10
+
11
+ ## 6.3.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`943c90327ad3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/943c90327ad3b) -
16
+ Add discardUnpublishedSyncBlocks action to clean up orphaned synced blocks when user cancels
17
+ editing. Fetches block statuses from the backend on editor init and deletes all blocks with
18
+ 'unpublished' status on cancel.
19
+
3
20
  ## 6.2.6
4
21
 
5
22
  ### Patch Changes
@@ -5,7 +5,7 @@
5
5
  export type AccessRequestPayload = {
6
6
  accountId: string | null;
7
7
  boardId?: number | null;
8
- issueId?: string | null;
8
+ issueId?: number | null;
9
9
  issueKey?: string | null;
10
10
  message?: string | null;
11
11
  projectKey: string | null;
@@ -5,7 +5,7 @@
5
5
  export type AccessRequestPayload = {
6
6
  accountId: string | null;
7
7
  boardId?: number | null;
8
- issueId?: string | null;
8
+ issueId?: number | null;
9
9
  issueKey?: string | null;
10
10
  message?: string | null;
11
11
  projectKey: string | null;
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/editor-prosemirror": "^7.3.0",
30
30
  "@atlaskit/node-data-provider": "^11.0.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
- "@atlaskit/tmp-editor-statsig": "^72.0.0",
32
+ "@atlaskit/tmp-editor-statsig": "^73.0.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@compiled/react": "^0.20.0",
35
35
  "graphql-ws": "^5.14.2",
@@ -81,7 +81,7 @@
81
81
  }
82
82
  },
83
83
  "name": "@atlaskit/editor-synced-block-provider",
84
- "version": "6.2.6",
84
+ "version": "6.3.1",
85
85
  "description": "Synced Block Provider for @atlaskit/editor-plugin-synced-block",
86
86
  "author": "Atlassian Pty Ltd",
87
87
  "license": "Apache-2.0",