@atlaskit/editor-plugin-card 6.1.1 → 6.1.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,11 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 6.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.1.1
4
10
 
5
11
  ### Patch Changes
package/compass.yml ADDED
@@ -0,0 +1,40 @@
1
+ name: '@atlaskit/editor-plugin-card'
2
+ description: |-
3
+ This is an editor plugin for Atlassian's rich text editor that enables support for "smart cards" and advanced linking features within the editor. It integrates with the Atlassian linking platform to allow users to insert, display, and interact with rich link previews (smart cards) directly in the editor surface.
4
+ This plugin is typically consumed via `@atlaskit/editor-core` as a plugin dependency and is essential for products that require embedding and managing smart links in their content.
5
+ configVersion: 1
6
+ typeId: LIBRARY
7
+ ownerId: 'ari:cloud:identity::team/9683a6ac-2d3f-44c8-a0fe-56128ca69e20'
8
+ fields:
9
+ tier: 4
10
+ lifecycle: Active
11
+ isMonorepoProject: true
12
+ labels:
13
+ - atlassian-platform
14
+ links:
15
+ - name: Bandicoots
16
+ type: PROJECT
17
+ url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/5176'
18
+ - name: '#help-twg-linking-platform'
19
+ type: CHAT_CHANNEL
20
+ url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
21
+ - name: 'On-Call Schedule'
22
+ type: ON_CALL
23
+ url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
24
+ - name: source code
25
+ type: REPOSITORY
26
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-card'
27
+ customFields:
28
+ - name: 'FinOps_COGS_Cost_Center'
29
+ type: single_select
30
+ value: 'a681c808-9c58-45e5-9b3a-b5cc330c4b3a'
31
+ - name: 'FinOps_R&D_Cost_Center'
32
+ type: single_select
33
+ value: 'd9c71b12-1c77-4c68-a769-ba0e26bc8cac'
34
+ - name: 'FinOps_Service_Group'
35
+ type: single_select
36
+ value: '9120e03c-440b-489d-ac42-07903a2c611d'
37
+ - name: 'business-unit'
38
+ type: text
39
+ value: 'Eng - X Product Collab'
40
+ relationships: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/link-datasource": "^4.10.0",
58
58
  "@atlaskit/linking-common": "^9.0.0",
59
59
  "@atlaskit/linking-types": "^9.10.0",
60
- "@atlaskit/menu": "^6.0.0",
60
+ "@atlaskit/menu": "^7.0.0",
61
61
  "@atlaskit/platform-feature-flags": "^1.1.0",
62
62
  "@atlaskit/primitives": "^14.7.0",
63
63
  "@atlaskit/smart-card": "^38.1.0",