@atlaskit/page-header 13.0.1 → 13.1.1

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,11 +1,35 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 13.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
14
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
15
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
16
+
17
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
18
+ bumped the renamed package itself, so dependent packages were never republished and their
19
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
20
+ available in the public npm registry. This minor bump republishes all affected packages with the
21
+ corrected dependency.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 13.0.1
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
32
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
33
  gating.
10
34
  - Updated dependencies
11
35
 
package/compass.yml ADDED
@@ -0,0 +1,47 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/74f2102c-40f7-4c52-81ed-0b9c5c8383dc
3
+ name: '@atlaskit/page-header'
4
+ ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
20
+ - name: Page Header
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/page-header
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Design System Fundamentals
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
30
+ - name: Reviewer Team
31
+ type: text
32
+ value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
33
+ - name: Required Reviewers Opt In
34
+ type: boolean
35
+ value: true
36
+ - name: Reviewer Selection Mechanism
37
+ type: text
38
+ value: random(3)
39
+ - name: Required Reviewer Approvals
40
+ type: number
41
+ value: 1
42
+ - name: Trusted Committers
43
+ type: text
44
+ value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
45
+ - name: Trusted Reviewer Teams
46
+ type: text
47
+ value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "13.0.1",
3
+ "version": "13.1.1",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/css": "^1.0.0",
35
- "@atlaskit/primitives": "^20.0.0",
36
- "@atlaskit/tokens": "^15.0.0",
37
- "@atlassian/react-compiler-gating": "^0.2.0",
35
+ "@atlaskit/primitives": "^21.0.0",
36
+ "@atlaskit/react-compiler-gating": "^0.2.0",
37
+ "@atlaskit/tokens": "^15.8.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@compiled/react": "^0.20.0"
40
40
  },
@@ -46,16 +46,16 @@
46
46
  "@af/accessibility-testing": "workspace:^",
47
47
  "@af/integration-testing": "workspace:^",
48
48
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/breadcrumbs": "^17.0.0",
50
- "@atlaskit/button": "^24.1.0",
51
- "@atlaskit/docs": "^12.0.0",
49
+ "@atlaskit/breadcrumbs": "^17.5.0",
50
+ "@atlaskit/button": "^24.3.0",
51
+ "@atlaskit/docs": "^12.1.0",
52
52
  "@atlaskit/ds-lib": "^8.0.0",
53
- "@atlaskit/inline-edit": "^16.0.0",
54
- "@atlaskit/link": "^4.0.0",
55
- "@atlaskit/page": "^15.0.0",
56
- "@atlaskit/section-message": "^9.1.0",
57
- "@atlaskit/select": "^22.1.0",
58
- "@atlaskit/textfield": "^9.0.0",
53
+ "@atlaskit/inline-edit": "^16.2.0",
54
+ "@atlaskit/link": "^4.3.0",
55
+ "@atlaskit/page": "^15.1.0",
56
+ "@atlaskit/section-message": "^9.2.0",
57
+ "@atlaskit/select": "^22.5.0",
58
+ "@atlaskit/textfield": "^9.1.0",
59
59
  "@atlassian/ssr-tests": "workspace:^",
60
60
  "@atlassian/structured-docs-types": "workspace:^",
61
61
  "@testing-library/react": "^16.3.0",
@@ -8,9 +8,12 @@ const documentation: StructuredContentSource = {
8
8
  name: 'PageHeader',
9
9
  description: 'A component for page headers.',
10
10
  status: 'general-availability',
11
+ designSource: {
12
+ figmaUrl: 'https://go.atlassian.com/figma-library-ads-82097-75325',
13
+ },
11
14
  import: {
12
15
  name: 'PageHeader',
13
- package: '@atlaskit/page-header',
16
+ package: '@atlaskit/page-header/page-header',
14
17
  type: 'default',
15
18
  packagePath: path.resolve(__dirname),
16
19
  packageJson: require('./package.json'),