@atlaskit/link-datasource 2.9.4 → 2.9.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.9.4",
3
+ "version": "2.9.6",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,10 +41,10 @@
41
41
  "@atlaskit/avatar-group": "^9.9.0",
42
42
  "@atlaskit/badge": "^16.3.0",
43
43
  "@atlaskit/button": "^19.1.0",
44
- "@atlaskit/datetime-picker": "^13.7.0",
44
+ "@atlaskit/datetime-picker": "^13.8.0",
45
45
  "@atlaskit/dropdown-menu": "^12.15.0",
46
46
  "@atlaskit/editor-prosemirror": "5.0.1",
47
- "@atlaskit/empty-state": "^7.9.0",
47
+ "@atlaskit/empty-state": "^7.10.0",
48
48
  "@atlaskit/form": "^10.4.0",
49
49
  "@atlaskit/heading": "^2.4.0",
50
50
  "@atlaskit/icon": "^22.10.0",
@@ -54,9 +54,9 @@
54
54
  "@atlaskit/jql-ast": "^3.3.0",
55
55
  "@atlaskit/jql-editor": "^4.4.0",
56
56
  "@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
57
- "@atlaskit/link-client-extension": "^1.11.0",
58
- "@atlaskit/linking-common": "^5.8.0",
59
- "@atlaskit/linking-types": "^8.12.0",
57
+ "@atlaskit/link-client-extension": "^1.13.0",
58
+ "@atlaskit/linking-common": "^5.9.0",
59
+ "@atlaskit/linking-types": "^8.13.0",
60
60
  "@atlaskit/logo": "^14.1.0",
61
61
  "@atlaskit/lozenge": "^11.9.0",
62
62
  "@atlaskit/modal-dialog": "^12.14.0",
@@ -69,7 +69,7 @@
69
69
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
70
70
  "@atlaskit/primitives": "^11.1.0",
71
71
  "@atlaskit/select": "^17.11.0",
72
- "@atlaskit/smart-card": "^27.12.0",
72
+ "@atlaskit/smart-card": "^27.13.0",
73
73
  "@atlaskit/smart-user-picker": "6.10.0",
74
74
  "@atlaskit/spinner": "^16.2.0",
75
75
  "@atlaskit/tag": "^12.4.0",
@@ -98,7 +98,7 @@
98
98
  "@af/integration-testing": "*",
99
99
  "@af/visual-regression": "*",
100
100
  "@atlaskit/link-provider": "^1.14.0",
101
- "@atlaskit/link-test-helpers": "^7.0.0",
101
+ "@atlaskit/link-test-helpers": "^7.2.0",
102
102
  "@atlaskit/ssr": "*",
103
103
  "@atlaskit/visual-regression": "*",
104
104
  "@atlassian/feature-flags-test-utils": "^0.2.0",
@@ -155,6 +155,9 @@
155
155
  "enable_datasource_react_sweet_state": {
156
156
  "type": "boolean"
157
157
  },
158
+ "platform-datasources-enable-two-way-sync": {
159
+ "type": "boolean"
160
+ },
158
161
  "platform.linking-platform.datasource.add-timezone-header": {
159
162
  "type": "boolean",
160
163
  "referenceOnly": "true"
@@ -182,9 +185,6 @@
182
185
  },
183
186
  "platform-datasources-use-refactored-config-modal": {
184
187
  "type": "boolean"
185
- },
186
- "platform-datasources-enable-two-way-sync": {
187
- "type": "boolean"
188
188
  }
189
189
  }
190
190
  }