@atlaskit/link-datasource 6.10.0 → 6.11.0

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 +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 6.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0a39ae0f69a25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a39ae0f69a25) -
8
+ Update i18n NPM package versions for linking-platform,smart-experiences (Group 15)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 6.10.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`3516c9fac5ea8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3516c9fac5ea8) -
19
+ Migrates internal 16px Avatar usage from `xsmall` to `xxsmall`.
20
+ - Updated dependencies
21
+
3
22
  ## 6.10.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "6.10.0",
3
+ "version": "6.11.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,12 +35,12 @@
35
35
  "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/adf-schema": "^57.2.0",
39
- "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.201.0",
38
+ "@atlaskit/adf-schema": "^57.3.0",
39
+ "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.237.0",
40
40
  "@atlaskit/analytics-cross-product": "^2.1.0",
41
41
  "@atlaskit/analytics-next": "^12.5.0",
42
42
  "@atlaskit/atlassian-context": "^1.1.0",
43
- "@atlaskit/avatar": "^27.3.0",
43
+ "@atlaskit/avatar": "^28.0.0",
44
44
  "@atlaskit/avatar-group": "^14.3.0",
45
45
  "@atlaskit/badge": "^21.2.0",
46
46
  "@atlaskit/button": "^25.3.0",
@@ -82,8 +82,8 @@
82
82
  "@atlaskit/react-compiler-gating": "^0.2.0",
83
83
  "@atlaskit/react-select": "^4.9.0",
84
84
  "@atlaskit/select": "^22.11.0",
85
- "@atlaskit/smart-card": "^45.19.0",
86
- "@atlaskit/smart-user-picker": "^11.6.0",
85
+ "@atlaskit/smart-card": "^45.20.0",
86
+ "@atlaskit/smart-user-picker": "^11.7.0",
87
87
  "@atlaskit/spinner": "^20.4.0",
88
88
  "@atlaskit/tag": "^15.8.0",
89
89
  "@atlaskit/textfield": "^10.2.0",