@atlaskit/link-create 1.15.8 → 1.15.9

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,11 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 1.15.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.15.8
4
10
 
5
11
  ### Patch Changes
@@ -31,7 +31,7 @@ var LinkCreateWithAnalyticsContext = (0, _analytics.withLinkCreateAnalyticsConte
31
31
  }));
32
32
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
33
33
  packageName: "@atlaskit/link-create" || '',
34
- packageVersion: "1.15.8" || '',
34
+ packageVersion: "1.15.9" || '',
35
35
  component: _constants.COMPONENT_NAME,
36
36
  componentName: _constants.COMPONENT_NAME
37
37
  };
@@ -23,7 +23,7 @@ const LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE
23
23
  }));
24
24
  export const PACKAGE_DATA = {
25
25
  packageName: "@atlaskit/link-create" || '',
26
- packageVersion: "1.15.8" || '',
26
+ packageVersion: "1.15.9" || '',
27
27
  component: COMPONENT_NAME,
28
28
  componentName: COMPONENT_NAME
29
29
  };
@@ -23,7 +23,7 @@ var LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE__
23
23
  }));
24
24
  export var PACKAGE_DATA = {
25
25
  packageName: "@atlaskit/link-create" || '',
26
- packageVersion: "1.15.8" || '',
26
+ packageVersion: "1.15.9" || '',
27
27
  component: COMPONENT_NAME,
28
28
  componentName: COMPONENT_NAME
29
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "1.15.8",
3
+ "version": "1.15.9",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,17 +41,17 @@
41
41
  "@atlaskit/analytics-next": "^9.3.0",
42
42
  "@atlaskit/button": "^17.14.0",
43
43
  "@atlaskit/empty-state": "^7.8.0",
44
- "@atlaskit/form": "^9.3.0",
44
+ "@atlaskit/form": "^10.0.0",
45
45
  "@atlaskit/icon": "^22.1.0",
46
46
  "@atlaskit/intl-messages-provider": "^1.0.2",
47
47
  "@atlaskit/linking-common": "^5.6.0",
48
48
  "@atlaskit/modal-dialog": "^12.13.0",
49
49
  "@atlaskit/platform-feature-flags": "^0.2.1",
50
- "@atlaskit/primitives": "^6.0.0",
51
- "@atlaskit/select": "^17.8.0",
50
+ "@atlaskit/primitives": "^6.1.0",
51
+ "@atlaskit/select": "^17.9.0",
52
52
  "@atlaskit/spinner": "^16.1.0",
53
53
  "@atlaskit/textfield": "^6.3.0",
54
- "@atlaskit/tokens": "^1.45.0",
54
+ "@atlaskit/tokens": "^1.47.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1",
57
57
  "debounce-promise": "^3.1.2",