@atlaskit/heading 1.3.6 → 1.3.8

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,17 @@
1
1
  # @atlaskit/heading
2
2
 
3
+ ## 1.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ff79902b24c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff79902b24c) - This package is now onboarded onto the product push model.
8
+
9
+ ## 1.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
14
+
3
15
  ## 1.3.6
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,25 @@
1
1
  {
2
2
  "name": "@atlaskit/heading",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "description": "A heading is a typography component used to display text in different sizes and formats.",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
5
  "publishConfig": {
8
6
  "registry": "https://registry.npmjs.org/"
9
7
  },
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "author": "Atlassian Pty Ltd",
10
+ "license": "Apache-2.0",
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "module:es2019": "dist/es2019/index.js",
14
+ "types": "dist/types/index.d.ts",
15
+ "sideEffects": false,
16
+ "atlaskit:src": "src/index.tsx",
10
17
  "atlassian": {
11
18
  "team": "Design System Team",
12
19
  "releaseModel": "continuous",
20
+ "productPushConsumption": [
21
+ "jira"
22
+ ],
13
23
  "website": {
14
24
  "name": "Heading",
15
25
  "category": "Components",
@@ -18,26 +28,8 @@
18
28
  }
19
29
  }
20
30
  },
21
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
22
- "main": "dist/cjs/index.js",
23
- "module": "dist/esm/index.js",
24
- "module:es2019": "dist/es2019/index.js",
25
- "types": "dist/types/index.d.ts",
26
- "typesVersions": {
27
- ">=4.5 <4.9": {
28
- "*": [
29
- "dist/types-ts4.5/*",
30
- "dist/types-ts4.5/index.d.ts"
31
- ]
32
- }
33
- },
34
- "sideEffects": false,
35
- "atlaskit:src": "src/index.tsx",
36
- "af:exports": {
37
- ".": "./src/index.tsx"
38
- },
39
31
  "dependencies": {
40
- "@atlaskit/tokens": "^1.5.0",
32
+ "@atlaskit/tokens": "^1.22.0",
41
33
  "@babel/runtime": "^7.0.0",
42
34
  "@emotion/react": "^11.7.1"
43
35
  },
@@ -45,12 +37,9 @@
45
37
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
46
38
  },
47
39
  "devDependencies": {
48
- "@atlaskit/ds-explorations": "*",
40
+ "@af/accessibility-testing": "*",
49
41
  "@atlaskit/ds-lib": "^2.2.0",
50
- "@atlaskit/form": "^8.11.0",
51
- "@atlaskit/primitives": "~0.12.0",
52
42
  "@atlaskit/ssr": "*",
53
- "@atlaskit/toggle": "^12.6.0",
54
43
  "@atlaskit/visual-regression": "*",
55
44
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
56
45
  "@testing-library/react": "^12.1.5",
@@ -78,6 +67,17 @@
78
67
  "deprecation": "no-deprecated-imports"
79
68
  }
80
69
  },
70
+ "typesVersions": {
71
+ ">=4.5 <4.9": {
72
+ "*": [
73
+ "dist/types-ts4.5/*",
74
+ "dist/types-ts4.5/index.d.ts"
75
+ ]
76
+ }
77
+ },
78
+ "af:exports": {
79
+ ".": "./src/index.tsx"
80
+ },
81
81
  "homepage": "https://atlassian.design/components/heading/",
82
82
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
83
83
  }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/heading",
3
- "version": "1.3.6",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/heading",
3
- "version": "1.3.6",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/heading",
3
- "version": "1.3.6",
4
- "sideEffects": false
5
- }