@atlaskit/editor-plugin-card 18.0.8 → 18.0.10

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 18.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`615699cf079c8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/615699cf079c8) -
14
+ [ux] Disables left resize handle on embed nodes except for when embed is aligned or wrapped right.
15
+
3
16
  ## 18.0.8
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "18.0.8",
3
+ "version": "18.0.10",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -57,8 +57,8 @@
57
57
  "@atlaskit/platform-feature-flags-react": "^1.0.0",
58
58
  "@atlaskit/primitives": "^20.0.0",
59
59
  "@atlaskit/prosemirror-history": "^1.0.0",
60
- "@atlaskit/smart-card": "^45.3.0",
61
- "@atlaskit/tmp-editor-statsig": "^111.0.0",
60
+ "@atlaskit/smart-card": "^45.4.0",
61
+ "@atlaskit/tmp-editor-statsig": "^112.0.0",
62
62
  "@atlaskit/tokens": "^15.0.0",
63
63
  "@babel/runtime": "^7.0.0",
64
64
  "@emotion/react": "^11.7.1",
@@ -68,7 +68,7 @@
68
68
  "uuid": "^3.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@atlaskit/editor-common": "^116.11.0",
71
+ "@atlaskit/editor-common": "^116.12.0",
72
72
  "@atlaskit/link-provider": "^5.0.0",
73
73
  "react": "^18.2.0",
74
74
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"