@atlaskit/link-create 6.7.0 → 6.8.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.
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 6.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`942e8a15cbdf1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/942e8a15cbdf1) -
|
|
8
|
+
Update i18n NPM package versions for linking-platform,smart-experiences (Group 15)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 6.7.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"atlaskit:src": "src/index.ts",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.
|
|
34
|
+
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.242.0",
|
|
35
35
|
"@atlaskit/analytics-next": "^12.5.0",
|
|
36
36
|
"@atlaskit/atlassian-context": "^1.1.0",
|
|
37
37
|
"@atlaskit/button": "^25.3.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
51
51
|
"@atlaskit/react-select": "^4.9.0",
|
|
52
52
|
"@atlaskit/select": "^22.11.0",
|
|
53
|
-
"@atlaskit/smart-user-picker": "^11.
|
|
53
|
+
"@atlaskit/smart-user-picker": "^11.8.0",
|
|
54
54
|
"@atlaskit/spinner": "^20.4.0",
|
|
55
55
|
"@atlaskit/textfield": "^10.2.0",
|
|
56
56
|
"@atlaskit/theme": "^28.2.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@af/integration-testing": "workspace:^",
|
|
71
71
|
"@af/visual-regression": "workspace:^",
|
|
72
72
|
"@atlaskit/drawer": "^14.3.0",
|
|
73
|
-
"@atlaskit/link-picker": "^6.
|
|
73
|
+
"@atlaskit/link-picker": "^6.8.0",
|
|
74
74
|
"@atlaskit/link-test-helpers": "^11.2.0",
|
|
75
75
|
"@atlaskit/popup": "^6.3.0",
|
|
76
76
|
"@atlassian/a11y-jest-testing": "^0.17.0",
|