@atlaskit/link-picker 3.0.4 → 3.0.5

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,14 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128098](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128098)
8
+ [`2c7474b012df9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c7474b012df9) -
9
+ Update slack help channel name
10
+ - Updated dependencies
11
+
3
12
  ## 3.0.4
4
13
 
5
14
  ### Patch Changes
package/compass.yml CHANGED
@@ -10,9 +10,9 @@ links:
10
10
  - name: null
11
11
  type: REPOSITORY
12
12
  url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/link-picker/'
13
- - name: '#linking-platform'
13
+ - name: '#help-twg-linking-platform'
14
14
  type: CHAT_CHANNEL
15
- url: 'https://atlassian.slack.com/app_redirect?channel=linking-platform'
15
+ url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
16
16
  - name: Linking Platform Space
17
17
  type: DOCUMENT
18
18
  url: 'https://hello.atlassian.net/wiki/spaces/TWPLP/overview'
@@ -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: "3.0.4" || '',
29
+ packageVersion: "3.0.5" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.0.4" || '',
18
+ packageVersion: "3.0.5" || '',
19
19
  componentName: COMPONENT_NAME,
20
20
  source: COMPONENT_NAME
21
21
  };
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.0.4" || '',
19
+ packageVersion: "3.0.5" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -57,12 +57,12 @@
57
57
  "@atlaskit/linking-common": "^8.0.0",
58
58
  "@atlaskit/onboarding": "^13.0.0",
59
59
  "@atlaskit/platform-feature-flags": "^1.1.0",
60
- "@atlaskit/primitives": "^14.1.0",
60
+ "@atlaskit/primitives": "^14.2.0",
61
61
  "@atlaskit/spinner": "^18.0.0",
62
62
  "@atlaskit/tabs": "^18.0.0",
63
63
  "@atlaskit/textfield": "^8.0.0",
64
64
  "@atlaskit/theme": "^18.0.0",
65
- "@atlaskit/tokens": "^4.4.0",
65
+ "@atlaskit/tokens": "^4.5.0",
66
66
  "@atlaskit/tooltip": "^20.0.0",
67
67
  "@atlaskit/ufo": "^0.4.0",
68
68
  "@atlaskit/visually-hidden": "^3.0.0",