@atlaskit/link-create 4.5.3 → 4.5.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,18 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 4.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`72222bda541f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72222bda541f2) -
8
+ Clean up feature flags.
9
+
10
+ ## 4.5.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 4.5.3
4
17
 
5
18
  ### Patch Changes
package/compass.yml CHANGED
@@ -5,7 +5,7 @@ description:
5
5
  creating Jira & Confluence links across all Atlassian products.
6
6
  configVersion: 1
7
7
  typeId: CAPABILITY
8
- ownerId: 'ari:cloud:identity::team/e738fbc3-d778-4660-aa11-5697a458ffa7'
8
+ ownerId: 'ari:cloud:identity::team/0e6dedf8-18d1-4531-b4b9-07648a425d47'
9
9
  fields:
10
10
  isMonorepoProject: false
11
11
  tier: 4
@@ -19,10 +19,10 @@ links:
19
19
  url: 'https://hello.jira.atlassian.cloud/jira/software/projects/NAVX/boards/14605'
20
20
  - name: ''
21
21
  type: CHAT_CHANNEL
22
- url: 'https://atlassian.enterprise.slack.com/archives/C07TNMDEVHC'
22
+ url: 'https://atlassian.enterprise.slack.com/archives/C09FTFN0APN'
23
23
  - name: ''
24
24
  type: ON_CALL
25
- url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/e738fbc3-d778-4660-aa11-5697a458ffa7/on-call'
25
+ url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/0e6dedf8-18d1-4531-b4b9-07648a425d47/on-call'
26
26
  relationships: null
27
27
  labels: null
28
28
  customFields:
@@ -53,7 +53,7 @@ customFields:
53
53
  value: null
54
54
  - name: Owner or Team Name
55
55
  type: single_select
56
- value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a
56
+ value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a # This means Yes
57
57
  - name: Perimeter
58
58
  type: single_select
59
59
  value: null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -43,14 +43,14 @@
43
43
  "@atlaskit/icon-file-type": "^7.0.0",
44
44
  "@atlaskit/icon-object": "^7.3.0",
45
45
  "@atlaskit/intl-messages-provider": "^2.0.0",
46
- "@atlaskit/layering": "^3.1.0",
46
+ "@atlaskit/layering": "^3.2.0",
47
47
  "@atlaskit/link": "^3.2.0",
48
48
  "@atlaskit/linking-common": "^9.7.0",
49
- "@atlaskit/modal-dialog": "^14.5.0",
49
+ "@atlaskit/modal-dialog": "^14.6.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
- "@atlaskit/primitives": "^15.0.0",
51
+ "@atlaskit/primitives": "^16.0.0",
52
52
  "@atlaskit/select": "^21.3.0",
53
- "@atlaskit/smart-user-picker": "^8.3.0",
53
+ "@atlaskit/smart-user-picker": "^8.4.0",
54
54
  "@atlaskit/spinner": "^19.0.0",
55
55
  "@atlaskit/textfield": "^8.0.0",
56
56
  "@atlaskit/theme": "^21.0.0",
@@ -72,7 +72,7 @@
72
72
  "@atlaskit/drawer": "^11.0.0",
73
73
  "@atlaskit/link-test-helpers": "^8.4.0",
74
74
  "@atlaskit/popup": "^4.4.0",
75
- "@atlassian/feature-flags-test-utils": "^0.3.0",
75
+ "@atlassian/feature-flags-test-utils": "^1.0.0",
76
76
  "@testing-library/react": "^13.4.0",
77
77
  "@testing-library/react-hooks": "^8.0.1",
78
78
  "@testing-library/user-event": "^14.4.3",
@@ -123,9 +123,6 @@
123
123
  "platform-feature-flags": {
124
124
  "dst-a11y__replace-anchor-with-link__linking-platfo": {
125
125
  "type": "boolean"
126
- },
127
- "should-render-to-parent-should-be-true-linking-pla": {
128
- "type": "boolean"
129
126
  }
130
127
  },
131
128
  "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/5ebc0bfb-9b6d-4ec0-adbe-e4d5e88ace44"