@atlaskit/editor-plugin-card 2.9.6 → 2.10.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 2.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#128347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128347)
8
+ [`e33566cebd5d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e33566cebd5d1) -
9
+ [ED-24175] bump @atlaskit/adf-schema to 40.8.1 and @atlassian/adf-schema-json to 1.22.0 to
10
+ promotecodeblocks & media in quotes, and nested expands in expands to full schema, and allow
11
+ quotes in panels and decisions in lists in stage0 schema, and a validator spec change
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 2.9.6
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "2.9.6",
3
+ "version": "2.10.0",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,11 +32,11 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^40.3.0",
35
+ "@atlaskit/adf-schema": "^40.8.1",
36
36
  "@atlaskit/analytics-next": "^10.0.0",
37
- "@atlaskit/custom-steps": "^0.6.0",
38
- "@atlaskit/editor-common": "^87.5.0",
39
- "@atlaskit/editor-plugin-analytics": "^1.6.0",
37
+ "@atlaskit/custom-steps": "^0.7.0",
38
+ "@atlaskit/editor-common": "^87.6.0",
39
+ "@atlaskit/editor-plugin-analytics": "^1.7.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^1.2.0",
41
41
  "@atlaskit/editor-plugin-editor-disabled": "^1.2.0",
42
42
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
@@ -47,12 +47,12 @@
47
47
  "@atlaskit/editor-prosemirror": "5.0.1",
48
48
  "@atlaskit/editor-shared-styles": "^2.13.0",
49
49
  "@atlaskit/frontend-utilities": "^2.7.0",
50
- "@atlaskit/icon": "^22.10.0",
50
+ "@atlaskit/icon": "^22.11.0",
51
51
  "@atlaskit/link-analytics": "^8.4.0",
52
- "@atlaskit/link-client-extension": "^1.13.0",
53
- "@atlaskit/link-datasource": "^2.9.0",
52
+ "@atlaskit/link-client-extension": "^2.0.0",
53
+ "@atlaskit/link-datasource": "^2.10.0",
54
54
  "@atlaskit/linking-common": "^5.9.0",
55
- "@atlaskit/linking-types": "^8.13.0",
55
+ "@atlaskit/linking-types": "^9.0.0",
56
56
  "@atlaskit/menu": "2.10.0",
57
57
  "@atlaskit/platform-feature-flags": "^0.3.0",
58
58
  "@atlaskit/primitives": "^11.1.0",