@atlaskit/editor-plugin-loom 14.0.1 → 14.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,12 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 14.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1252f81a90302`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1252f81a90302) -
8
+ bump Loom SDK version to 4.12.4
9
+
3
10
  ## 14.0.1
4
11
 
5
12
  ### Patch Changes
package/compass.yml ADDED
@@ -0,0 +1,41 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/b72f55d4-7af9-4e10-9e0b-ba9b6f331f19
3
+ name: '@atlaskit/editor-plugin-loom'
4
+ ownerId: ari:cloud:identity::team/ce353f56-2a90-491b-b272-b90dca4fffa2 # Editor FE Platform
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/C03SD6QJWPP # #cc-editor-lego
20
+ - name: Editor Plugin Loom
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-loom
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Editor Frontend Platform
27
+ - name: Trusted Reviewer Teams
28
+ type: text
29
+ value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
30
+ - name: Technical Owner
31
+ type: user
32
+ value: ari:cloud:identity::user/5ea93c14a4c57d0b8bd65a16 # Anand Raj
33
+ - name: Required Reviewers Opt In
34
+ type: boolean
35
+ value: true
36
+ - name: Reviewer Selection Mechanism
37
+ type: text
38
+ value: random(2)
39
+ - name: Required Reviewer Approvals
40
+ type: number
41
+ value: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
26
  "dependencies": {
27
- "@atlaskit/button": "^24.1.0",
27
+ "@atlaskit/button": "^24.3.0",
28
28
  "@atlaskit/editor-plugin-analytics": "^12.0.0",
29
29
  "@atlaskit/editor-plugin-connectivity": "^12.0.0",
30
30
  "@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
@@ -34,16 +34,16 @@
34
34
  "@atlaskit/editor-plugin-toolbar": "^9.0.0",
35
35
  "@atlaskit/editor-plugin-width": "^13.0.0",
36
36
  "@atlaskit/editor-prosemirror": "^8.0.0",
37
- "@atlaskit/editor-toolbar": "^2.0.0",
38
- "@atlaskit/icon": "^36.0.0",
37
+ "@atlaskit/editor-toolbar": "^2.1.0",
38
+ "@atlaskit/icon": "^36.2.0",
39
39
  "@atlaskit/platform-feature-flags": "^2.0.0",
40
- "@atlaskit/tokens": "^15.0.0",
40
+ "@atlaskit/tokens": "^15.5.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
- "@loomhq/record-sdk": "^4.12.2"
43
+ "@loomhq/record-sdk": "^4.12.4"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^116.11.0",
46
+ "@atlaskit/editor-common": "^116.24.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
49
49
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"