@atlaskit/link-datasource 2.5.0 → 2.5.2

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#114993](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114993)
14
+ [`06ddfaec64a7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06ddfaec64a7d) -
15
+ Fix import - export ConfigModalProps between link-datasource and editor-plugin-card
16
+
3
17
  ## 2.5.0
4
18
 
5
19
  ### Minor Changes
@@ -10,5 +10,6 @@ export type { ConfluenceSearchDatasourceAdf, ConfluenceSearchDatasourceParameter
10
10
  export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
11
11
  export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
12
12
  export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
13
+ export type { ConfigModalProps } from './common/types';
13
14
  export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
14
15
  export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
@@ -10,5 +10,6 @@ export type { ConfluenceSearchDatasourceAdf, ConfluenceSearchDatasourceParameter
10
10
  export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
11
11
  export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
12
12
  export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
13
+ export type { ConfigModalProps } from './common/types';
13
14
  export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
14
15
  export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -61,13 +61,13 @@
61
61
  "@atlaskit/lozenge": "^11.8.0",
62
62
  "@atlaskit/modal-dialog": "^12.14.0",
63
63
  "@atlaskit/outbound-auth-flow-client": "^3.4.5",
64
- "@atlaskit/platform-feature-flags": "^0.2.4",
64
+ "@atlaskit/platform-feature-flags": "^0.3.0",
65
65
  "@atlaskit/popup": "^1.19.0",
66
66
  "@atlaskit/pragmatic-drag-and-drop": "^1.1.0",
67
67
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
68
68
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
69
69
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
70
- "@atlaskit/primitives": "^9.0.0",
70
+ "@atlaskit/primitives": "^10.0.0",
71
71
  "@atlaskit/select": "^17.11.0",
72
72
  "@atlaskit/smart-card": "^27.8.0",
73
73
  "@atlaskit/smart-user-picker": "6.9.3",
@@ -96,7 +96,7 @@
96
96
  "devDependencies": {
97
97
  "@af/integration-testing": "*",
98
98
  "@af/visual-regression": "*",
99
- "@atlaskit/link-provider": "^1.11.0",
99
+ "@atlaskit/link-provider": "^1.12.0",
100
100
  "@atlaskit/link-test-helpers": "^7.0.0",
101
101
  "@atlaskit/ssr": "*",
102
102
  "@atlaskit/visual-regression": "*",