@atlaskit/heading 5.2.4 → 5.2.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +8 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/heading
2
2
 
3
+ ## 5.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 5.2.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 5.2.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/heading",
3
- "version": "5.2.4",
3
+ "version": "5.2.6",
4
4
  "description": "A heading is a typography component used to display text in different sizes and formats.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,19 +20,16 @@
20
20
  "team": "Design System Team",
21
21
  "website": {
22
22
  "name": "Heading",
23
- "category": "Text and data display",
24
- "status": {
25
- "type": "beta"
26
- }
23
+ "category": "Text and data display"
27
24
  }
28
25
  },
29
26
  "scripts": {
30
27
  "codegen": "ts-node ./scripts/codegen.tsx"
31
28
  },
32
29
  "dependencies": {
33
- "@atlaskit/css": "^0.12.0",
34
- "@atlaskit/primitives": "^14.11.0",
35
- "@atlaskit/tokens": "^6.0.0",
30
+ "@atlaskit/css": "^0.13.0",
31
+ "@atlaskit/primitives": "^14.13.0",
32
+ "@atlaskit/tokens": "^6.2.0",
36
33
  "@babel/runtime": "^7.0.0",
37
34
  "@compiled/react": "^0.18.3"
38
35
  },
@@ -44,16 +41,15 @@
44
41
  "@af/formatting": "workspace:^",
45
42
  "@af/integration-testing": "workspace:^",
46
43
  "@af/visual-regression": "workspace:^",
47
- "@atlaskit/button": "^23.3.0",
44
+ "@atlaskit/button": "^23.4.0",
48
45
  "@atlaskit/docs": "^11.0.0",
49
46
  "@atlaskit/ds-lib": "^5.0.0",
50
47
  "@atlaskit/ssr": "workspace:^",
51
48
  "@atlassian/codegen": "^0.1.0",
52
- "@atlassian/ssr-tests": "^0.2.0",
49
+ "@atlassian/ssr-tests": "^0.3.0",
53
50
  "@testing-library/react": "^13.4.0",
54
51
  "react-dom": "^18.2.0",
55
- "ts-node": "^10.9.1",
56
- "typescript": "~5.4.2"
52
+ "ts-node": "^10.9.1"
57
53
  },
58
54
  "techstack": {
59
55
  "@atlassian/frontend": {
@@ -84,8 +80,5 @@
84
80
  ]
85
81
  }
86
82
  },
87
- "af:exports": {
88
- ".": "./src/index.tsx"
89
- },
90
83
  "homepage": "https://atlassian.design/components/heading/"
91
84
  }