@atlaskit/link-datasource 3.6.0 → 3.6.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.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
39
39
|
"@atlaskit/atlassian-context": "^0.0.2",
|
|
40
40
|
"@atlaskit/avatar": "^21.15.0",
|
|
41
|
-
"@atlaskit/avatar-group": "^
|
|
41
|
+
"@atlaskit/avatar-group": "^10.0.0",
|
|
42
42
|
"@atlaskit/badge": "^16.4.0",
|
|
43
43
|
"@atlaskit/button": "^20.2.0",
|
|
44
44
|
"@atlaskit/datetime-picker": "^15.3.0",
|
|
45
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
45
|
+
"@atlaskit/dropdown-menu": "^12.20.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
47
47
|
"@atlaskit/empty-state": "^7.11.0",
|
|
48
48
|
"@atlaskit/flag": "^15.8.0",
|
|
@@ -161,10 +161,6 @@
|
|
|
161
161
|
"platform-datasources-enable-two-way-sync": {
|
|
162
162
|
"type": "boolean"
|
|
163
163
|
},
|
|
164
|
-
"platform.linking-platform.datasource.add-timezone-header": {
|
|
165
|
-
"type": "boolean",
|
|
166
|
-
"referenceOnly": "true"
|
|
167
|
-
},
|
|
168
164
|
"platform.linking-platform.datasource-assets_add_version_parameter": {
|
|
169
165
|
"type": "boolean"
|
|
170
166
|
},
|