@atlaskit/link-create 4.4.5 → 4.4.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.
- package/CHANGELOG.md +13 -0
- package/dist/cjs/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/cjs/common/ui/icon/index.js +1 -1
- package/dist/cjs/common/ui/message/index.js +1 -1
- package/dist/cjs/controllers/create-field/main.js +1 -1
- package/dist/cjs/ui/create-form/form-footer/main.js +1 -1
- package/dist/cjs/ui/create-form/form-loader/main.js +1 -1
- package/dist/cjs/ui/create-form/main.js +1 -1
- package/dist/es2019/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/es2019/common/ui/icon/index.js +1 -1
- package/dist/es2019/common/ui/message/index.js +1 -1
- package/dist/es2019/controllers/create-field/main.js +1 -1
- package/dist/es2019/ui/create-form/form-footer/main.js +1 -1
- package/dist/es2019/ui/create-form/form-loader/main.js +1 -1
- package/dist/es2019/ui/create-form/main.js +1 -1
- package/dist/esm/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/esm/common/ui/icon/index.js +1 -1
- package/dist/esm/common/ui/message/index.js +1 -1
- package/dist/esm/controllers/create-field/main.js +1 -1
- package/dist/esm/ui/create-form/form-footer/main.js +1 -1
- package/dist/esm/ui/create-form/form-loader/main.js +1 -1
- package/dist/esm/ui/create-form/main.js +1 -1
- package/package.json +8 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.4.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.4.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
|
|
14
|
+
Bump i18n pkg versions for atlaskit packages for including license field
|
|
15
|
+
|
|
3
16
|
## 4.4.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* main.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* main.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _typeof from "@babel/runtime/helpers/typeof";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.7",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,28 +31,25 @@
|
|
|
31
31
|
"**/*.compiled.css"
|
|
32
32
|
],
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
|
-
"af:exports": {
|
|
35
|
-
".": "./src/index.ts"
|
|
36
|
-
},
|
|
37
34
|
"dependencies": {
|
|
38
|
-
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.
|
|
35
|
+
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
|
|
39
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
|
-
"@atlaskit/atlassian-context": "^0.
|
|
37
|
+
"@atlaskit/atlassian-context": "^0.6.0",
|
|
41
38
|
"@atlaskit/button": "^23.4.0",
|
|
42
39
|
"@atlaskit/css": "^0.14.0",
|
|
43
40
|
"@atlaskit/empty-state": "^10.1.0",
|
|
44
|
-
"@atlaskit/form": "^12.
|
|
45
|
-
"@atlaskit/icon": "^28.
|
|
41
|
+
"@atlaskit/form": "^12.7.0",
|
|
42
|
+
"@atlaskit/icon": "^28.2.0",
|
|
46
43
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
47
44
|
"@atlaskit/icon-object": "^7.2.0",
|
|
48
45
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
49
46
|
"@atlaskit/layering": "^3.0.0",
|
|
50
47
|
"@atlaskit/link": "^3.2.0",
|
|
51
|
-
"@atlaskit/linking-common": "^9.
|
|
48
|
+
"@atlaskit/linking-common": "^9.6.0",
|
|
52
49
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
53
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
51
|
"@atlaskit/primitives": "^14.14.0",
|
|
55
|
-
"@atlaskit/select": "^21.
|
|
52
|
+
"@atlaskit/select": "^21.3.0",
|
|
56
53
|
"@atlaskit/smart-user-picker": "^8.2.0",
|
|
57
54
|
"@atlaskit/spinner": "^19.0.0",
|
|
58
55
|
"@atlaskit/textfield": "^8.0.0",
|
|
@@ -74,7 +71,7 @@
|
|
|
74
71
|
"@af/visual-regression": "workspace:^",
|
|
75
72
|
"@atlaskit/drawer": "^11.0.0",
|
|
76
73
|
"@atlaskit/link-test-helpers": "^8.3.0",
|
|
77
|
-
"@atlaskit/popup": "^4.
|
|
74
|
+
"@atlaskit/popup": "^4.4.0",
|
|
78
75
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
79
76
|
"@testing-library/react": "^13.4.0",
|
|
80
77
|
"@testing-library/react-hooks": "^8.0.1",
|