@atlaskit/editor-plugin-card 4.5.15 → 4.5.16

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 +10 -0
  2. package/package.json +7 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 4.5.16
4
+
5
+ ### Patch Changes
6
+
7
+ - [#103370](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103370)
8
+ [`c121c95a0cf37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c121c95a0cf37) -
9
+ Cleanup feature flag enable_datasource_react_sweet_state to always use react sweet state for
10
+ powering datasources
11
+ - Updated dependencies
12
+
3
13
  ## 4.5.15
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "4.5.15",
3
+ "version": "4.5.16",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-next": "^10.2.0",
36
36
  "@atlaskit/custom-steps": "^0.9.0",
37
- "@atlaskit/editor-common": "^99.4.0",
38
- "@atlaskit/editor-plugin-analytics": "^1.10.0",
37
+ "@atlaskit/editor-common": "^99.5.0",
38
+ "@atlaskit/editor-plugin-analytics": "^1.11.0",
39
39
  "@atlaskit/editor-plugin-base": "^2.1.0",
40
40
  "@atlaskit/editor-plugin-connectivity": "^1.1.0",
41
41
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
@@ -51,16 +51,16 @@
51
51
  "@atlaskit/icon": "^23.4.0",
52
52
  "@atlaskit/link-analytics": "^8.6.0",
53
53
  "@atlaskit/link-client-extension": "^3.0.0",
54
- "@atlaskit/link-datasource": "^3.15.0",
54
+ "@atlaskit/link-datasource": "^3.16.0",
55
55
  "@atlaskit/linking-common": "^6.1.0",
56
56
  "@atlaskit/linking-types": "^9.5.0",
57
57
  "@atlaskit/menu": "2.13.8",
58
58
  "@atlaskit/platform-feature-flags": "^0.3.0",
59
59
  "@atlaskit/primitives": "^13.3.0",
60
- "@atlaskit/smart-card": "^34.5.0",
60
+ "@atlaskit/smart-card": "^34.6.0",
61
61
  "@atlaskit/theme": "^14.0.0",
62
- "@atlaskit/tmp-editor-statsig": "^2.38.0",
63
- "@atlaskit/tokens": "^3.1.0",
62
+ "@atlaskit/tmp-editor-statsig": "^2.39.0",
63
+ "@atlaskit/tokens": "^3.2.0",
64
64
  "@babel/runtime": "^7.0.0",
65
65
  "@emotion/react": "^11.7.1",
66
66
  "lodash": "^4.17.21",
@@ -109,10 +109,6 @@
109
109
  }
110
110
  },
111
111
  "platform-feature-flags": {
112
- "enable_datasource_react_sweet_state": {
113
- "type": "boolean",
114
- "referenceOnly": true
115
- },
116
112
  "linking-platform-contenteditable-false-live-view": {
117
113
  "type": "boolean"
118
114
  },