@atlaskit/editor-plugin-card 2.0.11 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
14
+ [`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
15
+ Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 2.0.11
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "2.0.11",
3
+ "version": "2.1.1",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,13 +32,13 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^36.10.7",
35
+ "@atlaskit/adf-schema": "^37.0.0",
36
36
  "@atlaskit/analytics-next": "^9.3.0",
37
37
  "@atlaskit/button": "^18.0.0",
38
- "@atlaskit/custom-steps": "^0.2.0",
38
+ "@atlaskit/custom-steps": "^0.3.0",
39
39
  "@atlaskit/dropdown-menu": "^12.13.0",
40
- "@atlaskit/editor-common": "^82.11.0",
41
- "@atlaskit/editor-plugin-analytics": "^1.2.0",
40
+ "@atlaskit/editor-common": "^83.0.0",
41
+ "@atlaskit/editor-plugin-analytics": "^1.3.0",
42
42
  "@atlaskit/editor-plugin-decorations": "^1.1.0",
43
43
  "@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
44
44
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
@@ -51,15 +51,15 @@
51
51
  "@atlaskit/icon": "^22.4.0",
52
52
  "@atlaskit/link-analytics": "^8.3.0",
53
53
  "@atlaskit/link-client-extension": "^1.9.0",
54
- "@atlaskit/link-datasource": "^2.3.0",
54
+ "@atlaskit/link-datasource": "^2.4.0",
55
55
  "@atlaskit/linking-common": "^5.7.0",
56
56
  "@atlaskit/linking-types": "^8.9.0",
57
57
  "@atlaskit/menu": "2.5.1",
58
58
  "@atlaskit/platform-feature-flags": "^0.2.0",
59
- "@atlaskit/primitives": "^8.0.0",
60
- "@atlaskit/smart-card": "^27.6.0",
59
+ "@atlaskit/primitives": "^8.2.0",
60
+ "@atlaskit/smart-card": "^27.7.0",
61
61
  "@atlaskit/theme": "^12.11.0",
62
- "@atlaskit/tokens": "^1.52.0",
62
+ "@atlaskit/tokens": "^1.53.0",
63
63
  "@atlaskit/tooltip": "^18.5.0",
64
64
  "@babel/runtime": "^7.0.0",
65
65
  "@emotion/react": "^11.7.1",