@atlaskit/link-datasource 6.0.6 → 6.0.7

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 +7 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 6.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.6
4
10
 
5
11
  ### Patch Changes
@@ -35,7 +41,7 @@
35
41
  - [`5960cad1ecc81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5960cad1ecc81) -
36
42
  Remove unused platform feature flag declarations (no runtime impact)
37
43
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
38
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
44
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
39
45
  gating.
40
46
  - [`6600d9566a565`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6600d9566a565) -
41
47
  Internal changes to use tokens for skeleton component border radius.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -77,9 +77,10 @@
77
77
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^3.0.0",
78
78
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.0.0",
79
79
  "@atlaskit/primitives": "^20.0.0",
80
- "@atlaskit/react-select": "^4.1.0",
80
+ "@atlaskit/react-compiler-gating": "^0.2.0",
81
+ "@atlaskit/react-select": "^4.2.0",
81
82
  "@atlaskit/select": "^22.1.0",
82
- "@atlaskit/smart-card": "^45.3.0",
83
+ "@atlaskit/smart-card": "^45.4.0",
83
84
  "@atlaskit/smart-user-picker": "^11.0.0",
84
85
  "@atlaskit/spinner": "^20.0.0",
85
86
  "@atlaskit/tag": "^15.0.0",
@@ -89,8 +90,7 @@
89
90
  "@atlaskit/tooltip": "^23.0.0",
90
91
  "@atlaskit/ufo": "^1.0.0",
91
92
  "@atlaskit/width-detector": "^6.0.0",
92
- "@atlassian/assets-workspace-host": "^0.6.0",
93
- "@atlassian/react-compiler-gating": "^0.2.0",
93
+ "@atlassian/assets-workspace-host": "^0.7.0",
94
94
  "@babel/runtime": "^7.0.0",
95
95
  "@compiled/react": "^0.20.0",
96
96
  "@types/dompurify": "^2.2.3",
@@ -114,7 +114,7 @@
114
114
  "@atlaskit/json-ld-types": "^2.0.0",
115
115
  "@atlaskit/link-test-helpers": "^11.0.0",
116
116
  "@atlaskit/ssr": "workspace:^",
117
- "@atlassian/a11y-jest-testing": "^0.12.0",
117
+ "@atlassian/a11y-jest-testing": "^0.13.0",
118
118
  "@atlassian/a11y-playwright-testing": "^0.10.0",
119
119
  "@atlassian/feature-flags-test-utils": "^1.1.0",
120
120
  "@atlassian/structured-docs-types": "workspace:^",