@atlaskit/link-picker 1.35.0 → 1.35.2

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,18 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.35.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.35.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
14
+ - Updated dependencies
15
+
3
16
  ## 1.35.0
4
17
 
5
18
  ### Minor Changes
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "1.35.0" || '',
29
+ packageVersion: "1.35.2" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "1.35.0" || '',
19
+ packageVersion: "1.35.2" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "1.35.0" || '',
20
+ packageVersion: "1.35.2" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.35.0",
3
+ "version": "1.35.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -58,8 +58,8 @@
58
58
  "codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
59
59
  },
60
60
  "dependencies": {
61
- "@atlaskit/analytics-next": "^9.2.0",
62
- "@atlaskit/button": "^17.13.0",
61
+ "@atlaskit/analytics-next": "^9.3.0",
62
+ "@atlaskit/button": "^17.14.0",
63
63
  "@atlaskit/empty-state": "^7.8.0",
64
64
  "@atlaskit/form": "^9.3.0",
65
65
  "@atlaskit/frontend-utilities": "^2.7.0",
@@ -69,9 +69,9 @@
69
69
  "@atlaskit/linking-common": "^5.6.0",
70
70
  "@atlaskit/onboarding": "^11.3.0",
71
71
  "@atlaskit/platform-feature-flags": "^0.2.1",
72
- "@atlaskit/primitives": "^5.5.0",
72
+ "@atlaskit/primitives": "^5.6.0",
73
73
  "@atlaskit/spinner": "^16.0.0",
74
- "@atlaskit/tabs": "^15.0.0",
74
+ "@atlaskit/tabs": "^16.0.0",
75
75
  "@atlaskit/textfield": "^6.1.0",
76
76
  "@atlaskit/theme": "^12.7.0",
77
77
  "@atlaskit/tokens": "^1.43.0",