@atlaskit/editor-plugin-card 7.0.10 → 7.1.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.
- package/CHANGELOG.md +12 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
|
|
8
|
+
[`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
|
|
9
|
+
Exported missing types that were already being inferred from existing exports
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 7.0.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"@atlaskit/button": "^23.2.0",
|
|
38
38
|
"@atlaskit/custom-steps": "^0.11.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^3.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-base": "^4.
|
|
41
|
-
"@atlaskit/editor-plugin-connectivity": "^3.
|
|
40
|
+
"@atlaskit/editor-plugin-base": "^4.1.0",
|
|
41
|
+
"@atlaskit/editor-plugin-connectivity": "^3.1.0",
|
|
42
42
|
"@atlaskit/editor-plugin-decorations": "^3.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
|
|
44
44
|
"@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
|
|
45
45
|
"@atlaskit/editor-plugin-feature-flags": "^2.0.0",
|
|
46
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^5.
|
|
47
|
-
"@atlaskit/editor-plugin-grid": "^3.
|
|
46
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^5.1.0",
|
|
47
|
+
"@atlaskit/editor-plugin-grid": "^3.1.0",
|
|
48
48
|
"@atlaskit/editor-plugin-width": "^4.0.0",
|
|
49
49
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
50
50
|
"@atlaskit/editor-shared-styles": "^3.5.0",
|