@atlaskit/editor-plugin-card 1.8.1 → 1.9.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 +17 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 1.8.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426) [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) - Bump adf-schema to 35.9.2 to support table alignment options
18
+ - Updated dependencies
19
+
3
20
  ## 1.8.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,30 +32,30 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.9.0",
36
- "@atlaskit/analytics-next": "^9.2.0",
37
- "@atlaskit/custom-steps": "^0.0.18",
38
- "@atlaskit/editor-common": "^78.29.0",
39
- "@atlaskit/editor-plugin-analytics": "^1.0.0",
40
- "@atlaskit/editor-plugin-decorations": "^1.0.0",
41
- "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
42
- "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
43
- "@atlaskit/editor-plugin-floating-toolbar": "^1.2.0",
44
- "@atlaskit/editor-plugin-grid": "^1.0.0",
45
- "@atlaskit/editor-plugin-hyperlink": "^1.5.0",
46
- "@atlaskit/editor-plugin-width": "^1.0.0",
47
- "@atlaskit/editor-prosemirror": "3.0.0",
35
+ "@atlaskit/adf-schema": "^35.9.2",
36
+ "@atlaskit/analytics-next": "^9.3.0",
37
+ "@atlaskit/custom-steps": "^0.1.0",
38
+ "@atlaskit/editor-common": "^78.31.0",
39
+ "@atlaskit/editor-plugin-analytics": "^1.1.0",
40
+ "@atlaskit/editor-plugin-decorations": "^1.1.0",
41
+ "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
42
+ "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
43
+ "@atlaskit/editor-plugin-floating-toolbar": "^1.3.0",
44
+ "@atlaskit/editor-plugin-grid": "^1.1.0",
45
+ "@atlaskit/editor-plugin-hyperlink": "^1.6.0",
46
+ "@atlaskit/editor-plugin-width": "^1.1.0",
47
+ "@atlaskit/editor-prosemirror": "4.0.0",
48
48
  "@atlaskit/editor-shared-styles": "^2.9.0",
49
49
  "@atlaskit/frontend-utilities": "^2.7.0",
50
50
  "@atlaskit/icon": "^22.1.0",
51
51
  "@atlaskit/link-analytics": "^8.3.0",
52
52
  "@atlaskit/link-client-extension": "^1.8.0",
53
- "@atlaskit/link-datasource": "^1.28.0",
53
+ "@atlaskit/link-datasource": "^1.29.0",
54
54
  "@atlaskit/linking-common": "^5.6.0",
55
55
  "@atlaskit/linking-types": "^8.8.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.2.0",
57
57
  "@atlaskit/primitives": "^5.5.0",
58
- "@atlaskit/smart-card": "^26.56.0",
58
+ "@atlaskit/smart-card": "^26.57.0",
59
59
  "@atlaskit/theme": "^12.7.0",
60
60
  "@atlaskit/tokens": "^1.43.0",
61
61
  "@babel/runtime": "^7.0.0",